Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 01-09-2003, 05:29 AM   #1 (permalink)
 
Join Date: Sep 2002
Posts: 160
Send a message via ICQ to LadyAth
Default Accounts and world wipes question

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?
LadyAth is offline   Reply With Quote
Old 01-09-2003, 12:54 PM   #2 (permalink)
 
Join Date: Dec 2002
Posts: 47
Send a message via AIM to WarFist
Default

hmmm....i thikn the characters a saved seperate from the rest of the files in the saves folder.....you might be able to get rid of the other stuff but leave them in by not deleting that specific file
WarFist is offline   Reply With Quote
Old 01-09-2003, 12:57 PM   #3 (permalink)
 
Join Date: Dec 2002
Posts: 285
Send a message via ICQ to Bahamut-Zero Send a message via MSN to Bahamut-Zero
Default

Quote:
Originally Posted by WarFist
hmmm....i thikn the characters a saved seperate from the rest of the files in the saves folder.....you might be able to get rid of the other stuff but leave them in by not deleting that specific file
Before you do this, take a backup copy of your files, which you're planning to delete. Just in case to confirm that if you loose important stuff, you can put them back to get it working again..
Bahamut-Zero is offline   Reply With Quote
Old 01-09-2003, 12:58 PM   #4 (permalink)
 
Join Date: Dec 2002
Posts: 47
Send a message via AIM to WarFist
Default

yes i agree, making backups is a good idea
WarFist is offline   Reply With Quote
Old 01-09-2003, 01:15 PM   #5 (permalink)
 
Join Date: Sep 2002
Posts: 160
Send a message via ICQ to LadyAth
Default

I have tried to copy just the accounts.xml file but that does not work. It wants the items and multis as well...any other ideas?
LadyAth is offline   Reply With Quote
Old 01-09-2003, 02:27 PM   #6 (permalink)
Administrator
 
Zippy's Avatar
 
Join Date: Aug 2002
Location: Baltimore, MD
Age: 25
Posts: 4,870
Default

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

Zippy is offline   Reply With Quote
Old 01-09-2003, 03:30 PM   #7 (permalink)
Forum Expert
 
Join Date: Nov 2002
Posts: 630
Default

If you remove your items file it does removed there backpacks no? Im sure ive done this before...
Static Loader is offline   Reply With Quote
Old 01-09-2003, 03:40 PM   #8 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by Static Loader
If you remove your items file it does removed there backpacks no? Im sure ive done this before...
I don't think it does. That would sort of defeat the purpose of having different files for different functions :-)

Hopes he is right about that...
Phantom is offline   Reply With Quote
Old 01-10-2003, 01:49 AM   #9 (permalink)
 
Join Date: Oct 2002
Posts: 41
Default

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.
Kendrel is offline   Reply With Quote
Old 01-10-2003, 02:26 AM   #10 (permalink)
 
Join Date: Sep 2002
Posts: 160
Send a message via ICQ to LadyAth
Default

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.
LadyAth is offline   Reply With Quote
Old 01-10-2003, 05:39 AM   #11 (permalink)
Administrator
 
Zippy's Avatar
 
Join Date: Aug 2002
Location: Baltimore, MD
Age: 25
Posts: 4,870
Default

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

Zippy is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5