Issue information

Issue ID
#4893
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 5, 2011 1:49
Last Post
Hercules Elf Bot
Mar 4, 2012 13:39
Confirmation
N/A

Hercules Elf Bot - May 5, 2011 1:49

Originally posted by [b]Ziu[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4893

script is based desc iRO:

Has a certain chance of auto casting Lv.3 Cloaking when hit by magic attacks.
If the wearer has learned a higher level of Cloaking, those levels of Cloaking will be auto cast instead. If the wearer has not learned Lv. 3 Cloak the wearer cannot move away from walls.

what??

CODE
2426,Shadow_Walk,Shadow Walk,5,10000,,2000,,0,,0,0xFFFFFFFE,2,2,64,,75,1,0,{ bonus bMdef,10; if(getskilllv("AS_CLOAKING") < 3){ bonus5 bAutoSpellWhenHit,"AS_CLOAKING",3,100,BF_MAGIC,0; } else bonus5 bAutoSpellWhenHit,"AS_CLOAKING",getskilllv("AS_CLOAKING"),100,BF_MAGIC,0; },{},{}


Original desc:

CODE
마법 공격을 맞았을 경우, 일정 확률로 오토스펠 클로킹 2레벨 사용.
클로킹을 3레벨 이상 배우고 있을 경우, 배운 스킬 레벨로 발동.
MDEF + 10


change to

2426,Shadow_Walk,Shadow Walk,5,10000,,2000,,0,,0,0xFFFFFFFE,2,2,64,,75,1,0,{ bonus bMdef,10; if(getskilllv("AS_CLOAKING") < 3){ bonus5 bAutoSpellWhenHit,"AS_CLOAKING",2,100,BF_MAGIC,0; } else bonus5 bAutoSpellWhenHit,"AS_CLOAKING",getskilllv("AS_CLOAKING"),100,BF_MAGIC,0; },{},{}

Hercules Elf Bot - Feb 17, 2012 22:32

Originally posted by [b]Kenpachi[/b]
Fixed in [rev=15604].