|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
Join Date: Mar 2006
Posts: 21
|
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? |
|
|
|
|
|
#2 (permalink) |
|
Forum Expert
Join Date: Sep 2004
Age: 31
Posts: 677
|
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. |
|
|
|
|
|
#3 (permalink) |
|
Newbie
Join Date: Mar 2006
Posts: 21
|
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.
|
|
|
|
|
|
#4 (permalink) |
|
Forum Master
|
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 ..... :) |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|