Arkania / ArkCORE-NG

Cataclysm 4.3.4 emulator.. with archeology..
http://gpn39f.spdns.de/forum1/
GNU General Public License v2.0
71 stars 93 forks source link

[BUG] Eye for an Eye #305

Closed CrossUCI closed 5 years ago

CrossUCI commented 6 years ago

Class: Paladin Spec: Retribution What should do : All magic attacks against you have a [20%/40%] chance to cause 30% of the damage taken back to the attacker as well. What does : Nothing

graham79 commented 6 years ago

To make things clearer. There are 3 eye for an eye spells in our DBC files. ID - 9799 Eye for an Eye (Rank 1) Rank 1 20% chance to proc, gives 30% of damage taken back to enemy. ID - 25988 Eye for an Eye (Rank 2) Rank 2 40% chance to proc, gives 30% of damage taken back to enemy. and this one maybe connected to paladin or not. ID - 25997 Eye for an Eye Description: All magical attacks against you have a chance to cause a percentage of the damage back to the attacker as well. But this spell only target enemy Effect 0: Id 2 (SPELL_EFFECT_SCHOOL_DAMAGE) BasePoints = 1 Targets (6, 0) (TARGET_UNIT_TARGET_ENEMY, NO_TARGET)

hope this helps.

gpn39f commented 6 years ago

if i look on the script, it's only a call on the ranked 1 spell -9799 what does this spell?? call the base spell 25988 with given damage.. if the base spell is not working, all spells are not working so maybe we have to add the spell 25988 and give the random damage value to target????