Jump to content
  • 0

RK Job can use skills while in Berserk Mode


Dvrstle

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

you can add this line before the NPC give any buff to the players...

if( getstatus( 112,0 ) ) end;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

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 by AnnieRuru
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

fixed. . thnks to emistry and annieruru =)

Link to comment
Share on other sites

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.

×
×
  • Create New...