Help with creating Shard - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Help with creating Shard (/Thread-Help-with-creating-Shard) |
Help with creating Shard - InDcent - 06-09-2019 04:27 AM Hi! I have searched everywhere, but am unable to find answer any where. Even though I believe the answer is probably an easy one. ERROR:No START locations specified. Clients will not be able to create new characters RE: Help with creating Shard - Coruja - 06-09-2019 01:13 PM There's no [STARTS] template on your scripts, so players won't be able to get teleported to the starting locations on map when create new characters To fix this you just need to add the [STARTS] template on your sphere_map_points0.scp file, as you can see on the default script pack: https://github.com/Sphereserver/Scripts/blob/master/maps/sphere_map_points0.scp |