Search results

  1. Talow

    My commands in my command window are gone

    The Enhanced client works much differently when displaying gumps. The Lables are there however hidden because buttons get drawn over them and pushed to the top. To get it to work better you may want to make the gump a bit longer and write the lables above the button.
  2. Talow

    Custom Scripts question..?

    The custom folder is one you make. However the folder do not need to be named custom, it can be named pretty much anything. Custom is just the convention most of everyone uses.
  3. Talow

    ProgressBar in UO Gump?

    I'm sorry to derail, but I must say, skittles instead of rainbow, please and thanks
  4. Talow

    How to remove placed unused tiles?

    did they get frozen to the map? do you have the item id?
  5. Talow

    New Error Druid

    I sent some updated code to hammer, we'll see if he likes it but I don't want to steal his thunder just give him a hand with annoying gumps.
  6. Talow

    New Error Druid

    Well here's to you mate, enjoy and get something for that ache
  7. Talow

    Trying to wipe a certain type of Mobile (+crash)

    Wow hung over I'm wrong too :D yeah Voxpire's got it correct for you :D
  8. Talow

    New Error Druid

    if you want I can try to give ya a hand see what we can come up with.
  9. Talow

    New Error Druid

    Someone need to call the bomb squad?
  10. Talow

    Trying to wipe a certain type of Mobile (+crash)

    Same idea, new cat skinning device. Honestly if I was not drunk last night when posting I would have used where myself :D
  11. Talow

    Trying to wipe a certain type of Mobile (+crash)

    var del = World.Mobiles.Values.OfType<CDE>(); foreach(var entry in del) entry.Delete(); This uses Linq to quickly filter out anything that's not of the type CDE(CDE is assumed to be a class here, based on the class Mobile/BaseCreature). Then you can use the temp list to iterate and delete.
  12. Talow

    New Error Druid

    To both files add using System.Collections.Generic; https://msdn.microsoft.com/en-us/library/system.collections.generic(v=vs.110).aspx
  13. Talow

    Server Not Restarting Sometimes ....

    Are you running on windows 10? If so there are new console features that are designed to make the console easier to use (like highlighting) but it tends to cause issues with response. I don't know if it's the cause but when you have the console up you can right click the title bar, go to...
  14. Talow

    UO ML Fully Patched To 5.0.9.1

    Those are all in the client so no we can't really just remove those.
  15. Talow

    Iron Beetle

    it's apart of mobile. So it should.
  16. Talow

    Iron Beetle

    Sorry it seems it's just AddItem(item)
  17. Talow

    Iron Beetle

    I think it's addtopack(object);
  18. Talow

    Is there a way to add multi support to the "[move" command

    because move needs two targets it won't work with the muliple at least not by default.
  19. Talow

    Old autosave script and shard backup problems

    Just replace the Save folder with the back ups and restart the server.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back