quesoph Posted November 21, 2011 Posted November 21, 2011 (edited) first of i have read the skill description: When you die, you are immediately resurrected with (10*SkillLV)% HP.After being resurrected Kaizel is dispelled but you have a 2 seconds lasting Kyrie Eleison buff. This skill has no effect in guild siege / WoE. Can only be used on yourself, your spouse, children or other Soul Linkers; if used on someone else, the caster will be stunned for 0.5 sec (not reduced by VIT). that is the problem. i can cast it to anyone in woe and when they are killed they are immediately resurrected. i have tried to put kaizel in skill_nocast.txt but no luck they can still cast in outside the castle. the last option im thinking is disabling kaizel. anyone has an idea how to fix this?.. btw im using trunk r14858. Edited November 21, 2011 by quesoph Quote
0 Brian Posted November 21, 2011 Posted November 21, 2011 hmm, looks like it might be a bug caused by r14929 ? flag 8 is set by the pc_dead() function when the player dies (and should respawn) on a PVP, GVG, or BG map. Try this: open /src/map/status.c find this line: if( sc && sc->data[sC_KAIZEL] ) change to: if( !(flag&8) && sc && sc->data[sC_KAIZEL] ) save and recompile. Quote
0 quesoph Posted November 21, 2011 Author Posted November 21, 2011 i will try it thanks @edit nothing happens when i try to replace it. @ps i recompiled it. oh now its working. thanks. Quote
Question
quesoph
first of i have read the skill description:
that is the problem. i can cast it to anyone in woe and when they are killed they are immediately resurrected.
i have tried to put kaizel in skill_nocast.txt but no luck they can still cast in outside the castle.
the last option im thinking is disabling kaizel.
anyone has an idea how to fix this?..
btw im using trunk r14858.
Edited by quesoph2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.