Vincent Posted March 9, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share Posted March 9, 2013 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; } Quote Link to comment Share on other sites More sharing options...
Capuche Posted March 9, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted March 9, 2013 *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. Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 9, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 9, 2013 prontera,150,150,5 script Healer 99,{ if( !agitcheck() && !agitcheck2() ){ percentheal 100,50; // sc_start SC_BLESSING,360000,10; // sc_start SC_INCREASEAGI,360000,10; } end; } refer agitcheck , agitcheck2 Quote Link to comment Share on other sites More sharing options...
Vincent Posted March 9, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Author Share Posted March 9, 2013 (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 Oh there is a awnser Edited March 9, 2013 by King555 Quote Link to comment Share on other sites More sharing options...
Question
Vincent
Hi,
how can i disabled my healer during WoE?
i Use this really clean script:
Link to comment
Share on other sites
3 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.