StoneWarden's Eldritch Stone Category functions incorrectly
Posted: Mon Aug 18, 2014 7:55 am
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.
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.