Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Tutorial : How to Add Custom NPC Scripts
- =============================================
- Requirements :
- 1. Emulator ( rAthena / eAthena / 3Ceam / etc ).
- 2. Text Editor ( Notepad++ / Notepad / Wordpad / etc ).
- 3. Basic Knowledge of Scipting.
- =============================================
- Step :
- 1. Create a New Text File in /npc/ folder. ( usually we select the /custom/ folder ).
- 2. Write any NPC script you want inside that text file you newly created and save it.
- 3. Now you have to give a correct NPC pathway so that the NPC can load.
- 4. Open /npc/script_custom.conf ... done and save it.
- 5. now you may load it in game.
- 6. Done, you have added a new NPC.
- =============================================
- Method to Load NPC :
- 1. Load it in Game
- - @reloadscript
- - @loadnpc <npc path>
- - @unloadnpc <npc name>
- 2. Restart Server.
Advertisement
Add Comment
Please, Sign In to add comment