![]() |
|
Wipe a world - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Wipe a world (/Thread-Wipe-a-world) Pages: 1 2 |
RE: Wipe a world - kevin465 - 03-15-2014 03:31 AM ok but if I want to delete all map deceit should I go on a specific coordinate? RE: Wipe a world - Alaric - 03-15-2014 03:46 AM I don't know map deceit. If you mean removing all items in the underground deceit, then... There was something like Code: [function f_deceit_clear]I'm not sure with this way but I think it worked. Code: region.foritemsThe code is crap, just theory because I don't remember the right form, syntax by heart. e:I'm passing the baton, try it somebody, I'm confused again. I really don't know what kevin wants to achieve. Wipe a world - kevin465 - 03-15-2014 04:15 AM Ok its work dont tell how i have do it but all its wiped !! But know if you can help me for how wipe all c_player_vendor off all char after i have finish to ask you help
RE: Wipe a world - Shidhun - 03-15-2014 08:04 AM [function whatever] forinstances c_player_vendor remove endfor RE: Wipe a world - XuN - 03-15-2014 08:20 AM This is the best help anyone can give you for this: http://wiki.sphere.torfo.org/index.php/Chapter_7 RE: Wipe a world - Coruja - 03-20-2014 11:39 AM Code: [FUNCTION ServerWipe] //This will wipe all items, npcs and accountsattr_static check on items is just to prevent world items like doors/walls/etc get removed. It will only work if you set attr_static (08000) on these items. If these items doesn't have attr_static they will get removed too all chars will be removed too, but you dont need to care about spawns, they will spawn again later RE: Wipe a world - darksun84 - 03-20-2014 08:03 PM You can use this also for world wiping PHP Code: [FUNCTION startWorldWipe]RE: Wipe a world - Abuelox - 06-18-2014 01:17 AM Sorry to open an old topic, but as would be done to clear the multis, ie homes that put the players. |