Hercules Elf Bot - Aug 9, 2012 7:54
Originally posted by [b]sizenine[/b]
[size=4][font=arial, helvetica, sans-serif]the current script does not match the description:[/font][/size]
[size=4][font=arial, helvetica, sans-serif]"DEX + 2, AGI + 2, MDEF + 1.
ASPD + 3 %. Reduces after-cast skill delay by 4%"[/font][/size]
[size=4][font=arial, helvetica, sans-serif]To fix, change:[/font][/size]
[size=4][font=arial, helvetica, sans-serif]{ bonus bDex,2; bonus bAgi,2; bonus bMdef,1; [b]bonus bMaxSP,50; bonus3 bAutoSpellWhenHit,"MG_FIREBOLT",1,10; bonus3 bAutoSpellWhenHit,"MG_COLDBOLT",1,10; bonus3 bAutoSpellWhenHit,"MG_LIGHTNINGBOLT",1,10;[/b] }[/font][/size]
[size=4][font=arial, helvetica, sans-serif]to:[/font][/size]
[size=4][font=arial, helvetica, sans-serif]{ bonus bDex,2; bonus bAgi,2; bonus bMdef,1; [b]bonus bAspdRate,3; bonus bDelayRate,-4;[/b] }[/font][/size]
Hercules Elf Bot - Aug 13, 2012 8:22
Originally posted by [b]Kenpachi[/b]
The description is wrong.[CODE]
item Rabbit_Magic_Hat
event OnStartEquip:
AddExtParam User VAR_MAXSPAMOUNT 50
SetAutoSpellTarget MG_FIREBOLT 1 20
SetAutoSpellTarget MG_COLDBOLT 1 20
SetAutoSpellTarget MG_LIGHTNINGBOLT 1 20
return
[/CODE]
But the chances are wrong...
Hercules Elf Bot - Aug 13, 2012 14:45
Originally posted by [b]Euphy[/b]
Thanks for pointing that out, Kenpachi. Fixed in [rev=16630].