Jump to content
  • 0

How to disable kaizel in WoE


Question

Posted (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 by quesoph

2 answers to this question

Recommended Posts

  • 0
Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...