Recent content by AndréZ

  1. AndréZ

    UOshard

    Hey everyone! Give our shard a try! More info about the project at: https://www.uoshard.com
  2. AndréZ

    OrganizeMe Command

    This script is the main idea of "organizeme". You must change the code for your own needs (like what you told about ignore newbie items). There's a lot of bugs that you need to fix too, like if you are overweight you will lost items, put a pouch inside another pouch and it will be lost too, etc...
  3. AndréZ

    ServUORepack

    Unfortunelly the github wasn't updated in the past 4 months. I guess he is not using it anymore... sad but true.
  4. AndréZ

    ServUORepack

    Taming/Carpenter/Bowyer BODs are broken. Trying to fix it. If someone already did it, some clues will be helpfull here. UPDATE: fixed it. Just lookout for AnimalTrainer.cs, Carpentry.cs and Bowyer.cs NPCs. The checkings on BOD stuff is broken, and the constructor of BODGumps too. It would be...
  5. AndréZ

    ServUORepack

    For me it works fine with EC. No errors. Using 4.0.52.2 EC.
  6. AndréZ

    My server is growing a lot of NPCs every day

    A custom NPC we wrote inhouse. I guess now problematic mobiles scripts can lead to "infinite bad spawns".
  7. AndréZ

    My server is growing a lot of NPCs every day

    Thank's for the help guys. I found the problem with [xmlfind, isolated the problem, deleted the bad item that are causing respawns and restarted the ServUO. Took a little time to the entire delete the problematic mobs/serialized items, but now it´s running fine again.
  8. AndréZ

    My server is growing a lot of NPCs every day

    Hi there! My server is growing NPCs a lot every single day. I just have less than 10 players and the NPCs still raising. It started one month ago with like 40k NPCs and now it's with more than 170k NPCs. Anybody can help me debuging it? Can i set some config to log NPCs spawns? Can someone...
  9. AndréZ

    ServUORepack

    Joew: I've done the migration. Simple steps: changed Deserialize method from: Server/Item.cs, Scripts/Mobiles/PlayerMobile.cs and Scripts/Items/Equipment/Armor/BaseArmor.cs. 1 - You must change Deserialize method to the old server/scripts Deserialize method. Then load the world (it will...
  10. AndréZ

    ServUORepack

    Already moved every single custom script I have and copied all the config files too. But the thing is: Type: Server.Mobiles.PlayerMobile isnt' the default PlayerMobile found on ServUO? Why it throwing an error on this? Isn't my custom scripts items...
  11. AndréZ

    ServUORepack

    When I tried to upgrade (move my old Saves directory to this new version) it throw me a lot of item errors: An error was encountered while loading a saved object - Type: Server.Mobiles.PlayerMobile - Serial: 0x000003B1 Delete the object? (y/n) It keep saying that was an error to load the...
  12. AndréZ

    ServUORepack

    Hi demented. Where's the link to download the new version? I cant find it... The .7z file attached on the resource is from 01-22-2017. Thanks!
  13. AndréZ

    [Count Command with Gump

    Nice tool but it's wise to update the code to verify if you own that container you're trying to count. Players can count items on trapped chests on dungeons for an example, and that´s not supposed to happen.
  14. AndréZ

    Shard list ping server

    Not working here. Compiles OK but still nothing on shards list, just the name of the shard. What else I need to change on the code?
  15. AndréZ

    Massive Random Animal Spawner

    Thanks! Changed to Trammel and it works!
Back