Dvrstle Posted October 27, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted October 27, 2012 here's the scenario, RK job will use berserk . . . he/she can't use skill . .. but whenever he clicked the healer npc. . . the RK will have SP and can do skills help me Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted October 27, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted October 27, 2012 post out your healer npc I'm pretty sure your healer npc has sc_end sc_all ... and I strongly against this because even a user with 90% overweight can use skill after a sc_end sc_all Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted October 27, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted October 27, 2012 here //===== eAthena Script =======================================//= Heal Npc //===== By: ================================================== //= Lotsa People (1.x) //===== Current Version: ===================================== //= 3.0 //===== Compatible With: ===================================== //= eAthena 0.1+; //===== Description: ========================================= //= Healer NPC Which Heals For Free //===== Additional Comments: ================================= //= 3.0 By massdriller, Changed and edited the script //= added other warp points of maps. //= 2.0 By Darkchild, Duplicates And Changed A Bit //= you can replace this script file by heal_payment.txt //= if you want that players have to pay their healings. //============================================================ prontera,150,184,5 script Healer#h1-1::Healer 742,{ percentheal 100,100; skilleffect 66,0; sc_start SC_IMPOSITIO,360000,5; skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10;} morocc,159,96,5 duplicate(Healer) Healer#h1-2 742 ayothaya,155,111,5 duplicate(Healer) Healer#h1-3 742 geffen,121,61,5 duplicate(Healer) Healer#h1-4 742 umbala,94,162,5 duplicate(Healer) Healer#h1-5 742 payon,180,105,5 duplicate(Healer) Healer#h1-6 742 alberta,185,144,5 duplicate(Healer) Healer#h1-7 742 aldebaran,134,123,5 duplicate(Healer) Healer#h1-8 742 izlude,125,118,5 duplicate(Healer) Healer#h1-9 742 xmas,149,136,5 duplicate(Healer) Healer#h1-10 742 comodo,188,162,5 duplicate(Healer) Healer#h1-11 742 amatsu,200,80,5 duplicate(Healer) Healer#h1-12 742 gonryun,164,130,5 duplicate(Healer) Healer#h1-13 742 yuno,324,108,5 duplicate(Healer) Healer#h1-14 742 niflheim,188,180,5 duplicate(Healer) Healer#h1-15 742 louyang,225,103,5 duplicate(Healer) Healer#h1-16 742 payon,162,235,5 duplicate(Healer) Healer#h1-17 742 hugel,92,155,5 duplicate(Healer) Healer#h1-18 742 Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 27, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share Posted October 27, 2012 you can add this line before the NPC give any buff to the players... if( getstatus( 112,0 ) ) end; Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted October 27, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted October 27, 2012 (edited) I can't reproduce your error using the script above though ... maybe you've applied some patch to allow players to use skill under berserk ? looks like I guessed wrong EDIT: WTF !!! that getstatus command ! never know that it just the same as my sc_check command Edited October 27, 2012 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted October 27, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted October 27, 2012 fixed. . thnks to emistry and annieruru =) Quote Link to comment Share on other sites More sharing options...
Question
Dvrstle
here's the scenario,
RK job will use berserk . . . he/she can't use skill . .. but whenever he clicked the healer npc. . . the RK will have SP and can do skills
help me
Link to comment
Share on other sites
5 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.