![]() |
help to customize my server - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: help to customize my server (/Thread-help-to-customize-my-server) |
help to customize my server - daeron - 12-15-2014 02:24 AM Hello everybody ! I am scripting (for fun) a server in 0.56c, but, I would like to add some contents (monsters ...). Because, I have the old scripts of an old server, and I want to refresh it ! The only problem is that I have all the monsters in my scripts, but, I can't see them in game. I don't know how to install them in game, and how to make it work for my server. Thank you if you could help me ! RE: help to customize my server - Coruja - 12-18-2014 12:45 AM the easiest way to do it is just copy/paste it inside the same script which already have npcs/monsters/etc and resync the sphere (.resync). Or if you add a new file, it must be loaded using ".serv.load scripts/xxxxx.scp" or sphere must be rebooted to load the script on startup also you must be sure that your account have the required "expansion" to be able to see this npc. Example: a Mondain's Legacy npc have RESLEVEL=5 (ML) so your account must have RESDISP >= 5 too, you will also need FeatureML basic features enabled on sphere.ini |