Jump to content
  • 0

How to disable kaizel in WoE


quesoph

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  210
  • Reputation:   10
  • Joined:  11/20/11
  • Last Seen:  

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 by quesoph
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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:

  1. open /src/map/status.c
  2. find this line:
    if( sc && sc->data[sC_KAIZEL] )


  3. change to:
    if( !(flag&8) && sc && sc->data[sC_KAIZEL] )


  4. save and recompile.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  210
  • Reputation:   10
  • Joined:  11/20/11
  • Last Seen:  

i will try it thanks

@edit

nothing happens when i try to replace it.

@ps

i recompiled it.

oh now its working. thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...