Jump to content
  • 0

Hatred Reset NPC


Hercules

Question


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  104
  • Reputation:   1
  • Joined:  05/04/12
  • Last Seen:  

Is it possible to create an HATRED RESET NPC??

If yes,please make me one... /heh

Thanks in future!!/thx

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

note Hatred reset is custom command!

prontera,0,0,0		script sadasd	  100,{
if( BaseClass == Job_Star_Gladiator ){
atcommand "@hatredreset";
mes "Done";
close;
} else {
mes "You are not Star Gladiator";
close;
}
}

Edited by bVersatile
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  104
  • Reputation:   1
  • Joined:  05/04/12
  • Last Seen:  

note Hatred reset is custom command!

prontera,0,0,0		script sadasd	  100,{
if( BaseClass == Job_Star_Gladiator ){
atcommand "@hatredreset";
mes "Done";
close;
} else {
mes "You are not Star Gladiator";
close;
}
}

/thx

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