Dvrstle Posted October 27, 2012 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
AnnieRuru Posted October 27, 2012 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
Dvrstle Posted October 27, 2012 Author 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
Emistry Posted October 27, 2012 Posted October 27, 2012 you can add this line before the NPC give any buff to the players... if( getstatus( 112,0 ) ) end; Quote
AnnieRuru Posted October 27, 2012 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
Dvrstle Posted October 27, 2012 Author Posted October 27, 2012 fixed. . thnks to emistry and annieruru =) Quote
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
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.