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 08-11-2007, 08:38 PM   #1 (permalink)
Newbie
 
Join Date: Mar 2006
Posts: 21
Default Very Big and Strange Problem

I found the reasons why my runuo freezing. Firstly in world there is a %67.7 466000 wizards hat . Then ı look at the most of them by global interface and all of them send me to mage vendor which is at green acrees. But when I look the cordianates of this items all of them are different but when ı use command "go there" all of them send me to this vendor. And because of this runuo stops ıf anybody click to buy on this vendor and ram usage become 100%100. And also when ı use delete command server also freezes. What can be the reason of this wizard hat creation and going to this mage vendor.
Secondly since ı couldn't use in game command to this vendor ı will try to delete scripts and delete items in the begining of runuo world loading.Is there another way for that?
jehatt is offline   Reply With Quote
Old 08-11-2007, 09:01 PM   #2 (permalink)
Forum Expert
 
Join Date: Sep 2004
Age: 31
Posts: 677
Default

Not exactly sure why there is a mage vendor in your green acres... however, the reason you are having different "locations" for these wizard hats, I believe, is because they are in his inventory. Each item has a different location in your backpack. Try [get location on two different things in your backpack and you'll see what I mean.

I believe this is the location on the internal map, and a large reason why servers with no other problems suddenly start running at huge CPU usage. I suggest checking your mage vendor script, or whatever is controlling that particular vendor, and look for a problem. If you can't find it, post something here.

Also might want to try a [wipe targeted around the vendor. If the vendor is deleted, the wizard hats should go too.

If you can't get near him for a [wipe, I believe there is an in-game command to remove mage vendors. All it would necessitate is waiting for your other mage vendor spawners to regenerate.
__________________
Please don't preach to me. You won't convert me. You won't convince me. I am me and you are you. I will respect you because that's who I am. Disrespect me, and you've only proven who you really are.
Vhaerun is offline   Reply With Quote
Old 08-11-2007, 09:08 PM   #3 (permalink)
Newbie
 
Join Date: Mar 2006
Posts: 21
Default

But the if it is script problem in mage.cs then same thing must be happen on other mage vendors. It must be another thing But one mage vendors take all the wizards hats. And wipe command also doesn't work. Computer hardware isn't enough to delete this item number. Maybe ı can use [global item delete by different proporties of the object by this maybe ı can delete them by 50000 50000.Is there a chance to do that.
jehatt is offline   Reply With Quote
Old 08-12-2007, 04:04 AM   #4 (permalink)
Forum Master
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,617
Send a message via Yahoo to Lord_Greywolf
Default

try [global delete where wizardshat map = internal

all the othr vendors will restock at their next time

this may take a few moments - and the server may seem to "freeze" up - just let it do its job - it will come back

then after that you should be able to delete the wizard

but there is a problem someplace - did you modify your base vendor scripts at all? or the sbmage at all?

if worse comes to worse - can do this in the wizards hat file: (hats in clothing directory)
make the change below - start up shard
will take a couple extra moments
then do a save
then revert the script back to origional

this way the restart removes them before even getting the other overhead in there

Code:
		public override void Deserialize( GenericReader reader )
		{
			base.Deserialize( reader );

			int version = reader.ReadInt();

			if (Map == Map.Internal) this.Delete();

		}
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf 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