![]() |
character delete - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: character delete (/Thread-character-delete) |
character delete - Art - 10-13-2015 10:38 PM Hello. Is there any command to delete specified character with all items on it, without logging into account? RE: character delete - Extreme - 10-14-2015 12:05 AM Hmm yes, but 'all items' means what? Bank items, backpack, houses and stuff inside? If you have the UID of the char, removing it will delete char+backpack+equipped items+bank items but not houses, etc. Then you will need a custom function for remove the houses.. RE: character delete - Ultima One - 10-14-2015 12:06 AM UID.<characters uid>.DESTORY if you already have a reference to the character just <character>.DESTROY see wiki: http://wiki.sphere.torfo.org/index.php/Characters RE: character delete - Art - 10-14-2015 02:49 AM Items on character (equipment, inventory, bankbox) is enough for deleting. So uid.xxx.destroy is good way to delete character? It will be deleted properly like delete by button in characters list when logged into account? RE: character delete - x77x - 10-14-2015 02:59 AM .allshow .remove 1 ??? RE: character delete - Extreme - 10-14-2015 12:14 PM (10-14-2015 02:49 AM)Art Wrote: Items on character (equipment, inventory, bankbox) is enough for deleting. You can try both DESTROY and REMOVE 1. Probably they're the same! |