Tio Akima 74 Posted March 26, 2015 Hello How do I add new NPC's? (add new npc's no need to replace an existing already). thanks Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted March 26, 2015 Provided you've already got your functional NPC file in your emulator installation, just open npc/scripts-custom.conf (or similar, can't write the exact name since I'm on cellphone) and add a line like this at the end of the file: npc: npc/path/to/the/script.txt Then save and @reloadscript or restart the server. The script will be loaded forever with each server start until that line is removed. If you want to load a script on the run just once and without editing anything (and provided you can use the command), you can type @loadnpc npc/path/to/script.txt And the server will try to load the specified NPC Quote Share this post Link to post Share on other sites
0 Tio Akima 74 Posted March 26, 2015 Provided you've already got your functional NPC file in your emulator installation, just open npc/scripts-custom.conf (or similar, can't write the exact name since I'm on cellphone) and add a line like this at the end of the file: npc: npc/path/to/the/script.txt Then save and @reloadscript or restart the server. The script will be loaded forever with each server start until that line is removed. If you want to load a script on the run just once and without editing anything (and provided you can use the command), you can type @loadnpc npc/path/to/script.txt And the server will try to load the specified NPC sorry, but I think you got it wrong. Or that I expressed myself badly. I want to add a new NPC (add the sprite) to not need to replace original sprite. I want to add the sprite to be able to use in future scripts npc. Quote Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites