|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Okay, when I started with my test shard I knew VERY little about RunUO, spawning, static items, etc. Since then I have learned quite a bit (but yes still a long way to go).
However, I am not quite happy with my shard and would like to wipe all mobiles and items. Only problem is that I have some people that have been testing things for me on my shard who would like to keep their existing chars and their stats. Is there a way to do this or do I kill my save directory and just recreate all those characters? Or is there a way to do a mass wipe of all mobiles and items? |
|
|
|
|
|
|
#3 (permalink) | |
|
Quote:
![]() |
||
|
|
|
|
|
#6 (permalink) |
|
Administrator
Join Date: Aug 2002
Location: Baltimore, MD
Age: 25
Posts: 4,870
|
If you delete just Saves/Items, that will delete all items and multi in the world.
Then [go 0 0 0 and do a [wipenpcs, then [go 6144 4096 0, and target the second corner and you will wipe every npc.
__________________
Zippy, Razor Creator and RunUO Core Developer The RunUO Software Team "Intuition, like a flash of lightning, lasts only for a second. It generally comes when one is tormented by a difficult decipherment and when one reviews in his mind the fruitless experiments already tried. Suddenly the light breaks through and one finds after a few minutes what previous days of labor were unable to reveal." ~The Cryptonomicon |
|
|
|
|
|
#8 (permalink) | |
|
Account Terminated
|
Quote:
Hopes he is right about that... |
|
|
|
|
|
|
#9 (permalink) |
|
Join Date: Oct 2002
Posts: 41
|
I used the wipe command on mine and it worked great for getting rid of the doors on town buildings and stuff too... Running a non-standard map, so it worked well for me once I went to Fel and Tram and did the same in both... But if you want the doors, then I suggest taking the files out of a fresh server download and saving your accounts file.
CLEAN server with old accounts file means no characters, but at least their accounts will be there. |
|
|
|
|
|
#10 (permalink) |
|
I have played around with this and so far not found a satisfactory way. Doing a [WipeNPC deletes the NPCs but I still had spawn points (which was the problem). I made all my vendors/banker/towncrier invulnerable and no longer need a spawner (YAY) for each. Deleting all the items ends up with a naked char and a TON of server startup errors.
In the end I decided to note down all the skills of the created characters and their accounts, wipe my saves dir and start all over again. I will just have to recreate the characters manually *sighs* Fortunately I have only allowed a few testers on my shard-in-the-making at this time. |
|
|
|
|
|
|
#11 (permalink) |
|
Administrator
Join Date: Aug 2002
Location: Baltimore, MD
Age: 25
Posts: 4,870
|
You could write a script to only delete the items you want....
Like: ArrayList list = new ArraList(); foreach ( Item i in World.Items.Values ) { if ( i is Spawner ) list.Add(i); } foreach ( Item i in list ) i.Delete();
__________________
Zippy, Razor Creator and RunUO Core Developer The RunUO Software Team "Intuition, like a flash of lightning, lasts only for a second. It generally comes when one is tormented by a difficult decipherment and when one reviews in his mind the fruitless experiments already tried. Suddenly the light breaks through and one finds after a few minutes what previous days of labor were unable to reveal." ~The Cryptonomicon |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|