quesoph Posted November 21, 2011 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 210 Reputation: 10 Joined: 11/20/11 Last Seen: August 23, 2015 Share 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 Link to comment Share on other sites More sharing options...
0 Brian Posted November 21, 2011 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 594 Joined: 10/26/11 Last Seen: June 2, 2018 Share 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 Link to comment Share on other sites More sharing options...
0 quesoph Posted November 21, 2011 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 210 Reputation: 10 Joined: 11/20/11 Last Seen: August 23, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
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 quesophLink to comment
Share on other sites
2 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.