Search results

  1. zerodowned

    FS -ATS and pub57

    i'm pretty sure Land of Archon was Pub 57, but i honestly don't recall https://github.com/tbewley10310/Land-of-Archon/blob/master/Scripts/Mobiles/Normal/BaseCreature.cs
  2. zerodowned

    I missed responses, sorry

    if you want to completely rip the system out of the server, prepare the players for it and then just remove the townhouse system from your server. On restart it will obviously force you to delete the town house signs, etc, and let it do that. But doing that will get rid of the town houses and...
  3. zerodowned

    I missed responses, sorry

    this was an issue that was fixed with townhouses a while ago by someone else. I'm uncertain what the fix is but what is the crash report you're getting?
  4. zerodowned

    Invasion System

    shouldn't be too difficult, probably the only or main edit needed is to have it save via an item in the world
  5. zerodowned

    Simplify If > 0 in List

    Interesting, good to know
  6. zerodowned

    Simplify If > 0 in List

    String interpolation won't work for pub 57 though correct?
  7. zerodowned

    Simplify If > 0 in List

    From Soulstone, cause typing code on a phone is annoying The rest would probably be best to use a StringBuilder within the for loop
  8. zerodowned

    IP Issues

    https://www.noip.com/free You have to renew it every 30 days
  9. zerodowned

    Curious

    I dont believe that exists. I'm not super familiar with the programming behind it but wouldn't be difficult to copy the imbuing process to call Unraveling. That way if you make any changes to Unraveling in the future you only make edits in one file vs. Two or more
  10. zerodowned

    XML Spawner - Book & RND not working

    try hitting enter after you type it all in. then respawn
  11. zerodowned

    XML Spawner rollback for Pub 58

    zerodowned submitted a new resource: XML Spawner rollback for Pub 58 - xml spawner Read more about this resource...
  12. zerodowned

    XML Spawner rollback for Pub 58 1.0

    Support for adding "spawned edits" in the book of the xml spawner was removed for pub 58, this is a sloppy edited version of pub 57's version to work for 58 and gives you back the power to put entries in the book like katana/name/Excalibur/hue/RND,200,225/attributes.bonusstr/5 or...
  13. zerodowned

    XML Spawner - Book & RND not working

    support for pretty much every function like that was removed from pub 58 for some reason. i have a copy i took from pub 57 and kind of sloppy patched any errors to get it working for my pub 58 server though. i'll post a resource in a bit @Voltar XML Spawner rollback for Pub 58
  14. zerodowned

    Moving Tool

    this is preventing you from moving Addons else if (item is AddonComponent addoncomponent) { if (donotMove.Contains(addoncomponent.Addon.GetType())) { from.SendMessage("You can't move that")...
  15. zerodowned

    Explosion Potions wont damage innocents

    so what do you mean by "innocents" ? Do you mean blue npcs, player vendors, and town criers? cause if so then this is the issue: https://github.com/ServUO/ServUO/blob/6d5e5c69ff0f40322e559793ace9f6bcb9c40e9a/Scripts/Mobiles/PlayerMobile.cs#L1811
  16. zerodowned

    Putting lootpacks in chests

    Container has 4 AddLoot method variations https://github.com/ServUO/ServUO/blob/master/Scripts/Items/Containers/Container.cs#L289 for example in a container public override void AddLoot(LootPack.SuperBoss); public override void AddLoot(LootPack.SuperBoss, 8); my bad, you add it to the...
  17. zerodowned

    Hide Weight Under Pack Animal

    if(Rootparent is type) { Code goes here }
  18. zerodowned

    Client 1.25.35b (T2A Retail Release) Detailed Information

    https://web.archive.org/web/20160429111858/https://sites.google.com/site/ultimaonlineoldpackets/news
  19. zerodowned

    Explosion Potions wont damage innocents

    depends on what your end goal is really. But IMO a blue shouldn't flag grey when attacking a grey. My idea was taking out the DoHarmful check. That's what stops players from attacking eachother in Trammel ruleset iirc
  20. zerodowned

    Fixing issue where equipment is removed on login

    Is there a particular item you're checking for?

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back