yuhsing

Untitled

Dec 1st, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1.  
  2.  
  3. NickyZai Hosting : www.NickyZai.com
  4. =============================================
  5.  
  6. Tutorial : How to Add Custom NPC Scripts
  7. =============================================
  8.  
  9. Requirements :
  10. 1. Emulator ( rAthena / eAthena / 3Ceam / etc ).
  11. 2. Text Editor ( Notepad++ / Notepad / Wordpad / etc ).
  12. 3. Basic Knowledge of Scipting.
  13.  
  14. =============================================
  15.  
  16. Step :
  17. 1. Create a New Text File in /npc/ folder. ( usually we select the /custom/ folder ).
  18. 2. Write any NPC script you want inside that text file you newly created and save it.
  19. 3. Now you have to give a correct NPC pathway so that the NPC can load.
  20. 4. Open /npc/script_custom.conf ... done and save it.
  21. 5. now you may load it in game.
  22. 6. Done, you have added a new NPC.
  23.  
  24. =============================================
  25.  
  26. Method to Load NPC :
  27. 1. Load it in Game
  28. - @reloadscript
  29. - @loadnpc <npc path>
  30. - @unloadnpc <npc name>
  31. 2. Restart Server.
Advertisement
Add Comment
Please, Sign In to add comment