StoneWarden's Eldritch Stone Category functions incorrectly

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
ghklfghklf
Wayist
Posts: 27
Joined: Sat Feb 01, 2014 3:48 pm

StoneWarden's Eldritch Stone Category functions incorrectly

#1 Post by ghklfghklf »

Its T3 and T4 talents have silencing and disarming effect, but the debuff duration is based on the level of T1 instead of T3 and T4.

Say if I have a talent set shown in the attached image, the spell actually silences and disarms targets caught for 9 turns which should not be because I put only one level on T3 and T4.

We have found the bug in eldritch-stone.lua.

DamageType:get(DamageType.ARCANE).projector(self, px, py, DamageType.ARCANE, self:spellCrit(st.getDamage(self, st)))

DamageType:get(DamageType.PHYSICAL).projector(self, px, py, DamageType.PHYSICAL, self:spellCrit(st.getDamage(self, st)))

After changed original parameter "t" to "st", we successfully fixed this bug, just plz make it on server side so that we can use online profile.
Attachments
QQ??20140818194902.jpg
QQ??20140818194902.jpg (11.5 KiB) Viewed 719 times

Post Reply