Jump to content
  • 0

eathena healer during woe


Question

Posted

Hi,

how can i disabled my healer during WoE?

 

i Use this really clean script:

 

prontera,150,150,5	script	Healer	99,{

    percentheal 100,50;

   // sc_start SC_BLESSING,360000,10;

   // sc_start SC_INCREASEAGI,360000,10;

    end;

    }


 

3 answers to this question

Recommended Posts

Posted

*agitcheck()

*agitcheck2()

These function will let you check whether the server is currently in WoE mode

(or WoE SE mode if the second function is called) and will return 1 if War of

Emperium is on and 0 if it isn't.

Posted (edited)

prontera,150,150,5    script    Healer    99,{

if(*agitcheck== 0 ) {
    percentheal 100,50;
}else 

{
    percentheal 0,0;;
}end;

}
 

Will this work? Im not a Coder :D

Oh there is a awnser ;)

Edited by King555

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...