yuhsing

Untitled

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