Search results

  1. Iomega0318

    Plant Sprinklers

    Iomega0318 submitted a new resource: Plant Sprinklers - Includes Normal and Infinite Versions Read more about this resource...
  2. Iomega0318

    from.Backpack.DropItem Don't Stack

    Is there an easy way to have items dropping in the players pack to stack on other items of the same type? I'm currently fixing some bugs in a script and I have it working but the dropped items aren't stacking which is rather annoying..
  3. Iomega0318

    Clean Up Britannia More Points

    Has anyone taken the time to add more to the clean up system? As in evaluating and allowing points for all equipment rather than piece by piece.. You really don't get a lot of points from recycling things other than what's on the list.. It looks like other than the list, there are crafted items...
  4. Iomega0318

    Knives Chat Channel Delay

    I'm trying to add a delay to a new channel, Trade, but can't seem to figure it out.. has anyone done this before? If I use this code then the delay does work for the Trade channel but the second delay does not work for all other channels. if (c_Name == "Trade") {...
  5. Iomega0318

    Favorite Mount Hues

    Just wanted to collect some feedback for a script I'm working on, what are you favorite hues to use for a mount?
  6. Iomega0318

    Context Menu Entries

    So just curious does anything have a better way of doing this? public override void GetContextMenuEntries(Mobile from, List<ContextMenuEntry> list) { if (from.Alive) list.Add(new AlaskanMalamute(this)); list.Add(new Beetle(this))...
  7. Iomega0318

    Weird Control Slot Bug

    I have a weird bug that I don't even know where to start with, occasionally and randomly the control slots for creatures are changing, I have not done anything to control slots that could be causing this that I know of and I've been skimming through scripts to try and find anything I can but...
  8. Iomega0318

    House Multi Crash

    I didn't do anything but log in, random crash. Restarted and logged in with no issues. Any assistance on understanding this would be great, thank you. Exception: System.IndexOutOfRangeException: Probable I/O race condition detected while copying memory. The I/O package is not thread safe by...
  9. Iomega0318

    Gold and Token Shower

    Iomega0318 submitted a new resource: Gold and Token Shower - Similar to champ spawn gold showers only command based. Read more about this resource...
  10. Iomega0318

    Portable Anvil, Forge and Soul Forge

    Iomega0318 submitted a new resource: Portable Anvil, Forge and Soul Forge - Requires distro edits to function. Read more about this resource...
  11. Iomega0318

    Portable Anvil and Forge

    Does anyone happen to have a portable Anvil and Forge they wouldn't mind sharing, I couldn't seem to find one on here. Well while on this subject I realized I would have to code in a way to read said items by the crafting system.. so running into this error: Operator '&&' cannot be applied to...
  12. Iomega0318

    Cliloc String Error

    So a while back I got some help writing this trash bag, the only way we could get it to work at the time was how it is coded now.. well little did I know this piece of code is using a cliloc and since it's 0 shows up as unknown mega cliloc error, ClassicUO suppresses those messages so I wasn't...
  13. Iomega0318

    Increase Resource Node Replenish/Respawn Rate

    I know this has been done on various shards but I couldn't find anything about it posted here, so my question is how can I adjust the resource node respawn rate?
  14. Iomega0318

    Custom Treasure Map Rewards

    Does anyone know how to add custom treasure map rewards, I've tried adding a loot table and directly adding the item to the Fill function for the TreasureMapChest.cs but still don't seem to be getting anything from it.. is it all just luck based or something because I thought this would directly...
  15. Iomega0318

    Serialization Help, Process is terminated due to StackOverflowException.

    So I am still horrible at serialization, I am trying to add in an option to reduce weight on a container but trying to add in the serialization I receive the following on world load: Process is terminated due to StackOverflowException. Here is the code for the item I am trying to modify: /*...
  16. Iomega0318

    Player Mobile Bool not Saving

    So I just encountered an issue with FS ATS, the Bioengineering Bool for my Player Mobile is not saving so on reload all players who have learned the book have to relearn it. I checked and the Ser/Des seem to be in order but it's just not saving, no errors or anything.. would someone better than...
  17. Iomega0318

    Level System 3, Double Experience

    So wondering if anyone else using the Level System 3 is seeing double experience when they or their pet kills a mob. I am trying to narrow down where it is occurring but I can't seem to figure it out. Any help would be greatly appreciated because it's rather annoying and you level up twice as...
  18. Iomega0318

    FS:ATS Remove Level from Certain Mobs

    So I'm trying to find a way to completely remove the level system from certain mobs, I know there is a NoLevel section in the configuration but all that does is remove the level option from the context menu so you can't adjust the stats or mate but the creatures do still have levels and will...
  19. Iomega0318

    Paragon Potions

    Iomega0318 submitted a new resource: Paragon Potions - Paragon Potion, Splash Potion Read more about this resource...
  20. Iomega0318

    Ultimate Universal Dye Tub

    Iomega0318 submitted a new resource: Ultimate Universal Dye Tub - Pets, Items, Ethereals Read more about this resource...
Back