Jump to content
  • 0

help to create NPC, please ^_^


domez86

Question


  • Group:  Members
  • Topic Count:  85
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   0
  • Joined:  06/11/13
  • Last Seen:  

hi, could someone help me to create this npc precisely?
Thanks in advance!

---------------------------------------------------------------------------------------------------------------------------------------------

       message: Hi, I'm the master statpoint! Only the third classes lv.175 can continue!
script: if you are third class and base lvl 175:
       message; Do you want the max? keys: yes/no         
script: if you choose "yes":
       message: well! let's start by resetting all the stat!
     key: continue -->@allstat -255 or @setallstat =1
       message: done! key: continue
       message: now we reset your stat points!
     key: continue -->@stpoint -50000 or setstatpoint=0
       message: done! key: continue
       message: now we just have to add stat point for max 2 stat to 255!
     key: continue --> @stpoint +27000
       done! key: continue
       message: congratulations! now you're at max! 
     key: close npc


script:if you choose "no":
       message: bye! key: close npc

script: if you have already used it: ( a system to use it only once based on the char id )(detect id char even if I restart the server?)
       message: Sorry, you have already used it! key:close

script:  if you are not third class and base lvl 175:
       message: You not have a requirement, bye! key: close npc

------------------------------------------------------------------------------------------------------------------------------------

tnx for all!

Edited by domez86
Link to comment
Share on other sites

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

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