Search results

  1. 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?
  2. Iomega0318

    Kudos

    It's working fine for me, here is the file it links to.
  3. Iomega0318

    The Ultimate XMLSpawner How To Guide Archive

    Which link? The download works fine I was able to download it with no issues. If you're referring to the free word viewer you can use Open Office or Office Suite: https://www.openoffice.org/download/ https://www.officesuite.com/download-file Both should be able to view the file.
  4. Iomega0318

    PlayerMobile help

    What have you done or changed, install any new scripts, etc?
  5. Iomega0318

    Context Menu Entries

    You sir are a genius thank you, that actually works great! I really need to use more of your gumps.
  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

    Yes the follower slots required for a pets are decreasing, it's not effecting the player at all just the pet and it will go as low as 0 required slots instead of the 2 it should normally be.
  8. Iomega0318

    Weird Control Slot Bug

    Well that's weird.. it basically gives them the ability to cheese their tames and have more out than what they should be able to.
  9. Iomega0318

    Weird Control Slot Bug

    Ahh okay I'll look into it some more then. Is that normal behavior though to be effecting the slots all the time?
  10. Iomega0318

    Weird Control Slot Bug

    Hmm she said she hasn't used the pet training.. would that system still be affecting it?
  11. 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...
  12. Iomega0318

    House Multi Crash

    Interesting, I haven't modified that core code but I know someone who might have. Let me go back and check my code and if so get in touch with the culprit.. If anything I'll just revert the changes, it's been so long since those files were touched, thank goodness for GitHub haha!
  13. Iomega0318

    House Multi Crash

    Exception: System.ArgumentOutOfRangeException: Count cannot be less than zero. Parameter name: count at System.String.CopyTo(Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count) at System.IO.StreamWriter.Write(String value) at Server.Utility.WriteBuffer(TextWriter...
  14. 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...
  15. Iomega0318

    XmlLevelItem itemexperiencegump.cs

    Odd works for me just fine, if you want to remove the max you'd be better off converting line 278 back to default rather than commenting it out, otherwise it doesn't show how many points they have into it in the gump. AddLabel(540, 117 + (pageindex * 20), LabelHue, attrvalue.ToString());
  16. Iomega0318

    XmlLevelItem itemexperiencegump.cs

    Yeah I was just a derp and didn't scroll down far enough there is more code that contributes even more to the gump in each case so there is actually a lot more gump code for each attributes list. Ok should be done now, I adjusted the gump width as well so it's not running off.. Let me know how...
  17. Iomega0318

    XmlLevelItem itemexperiencegump.cs

    The only thing I need to figure out is there are separate lists so not all the attributes show max..
  18. Iomega0318

    XmlLevelItem itemexperiencegump.cs

    Yes that makes sense you want the max to show beside the number? The button does disappear when you've maxed out an attribute.
  19. Iomega0318

    XmlLevelItem itemexperiencegump.cs

    Are you referring to this gump?
  20. Iomega0318

    Question on a script

    I was just curious on this one, I noticed "using Server.ACC.CSS;" so I uncommented that line and it doesn't seem to work with the ACC spells. Does anyone have a copy that does? From what I can tell it looks like they might have their own spell registry SpellInfoRegistry rather than SpellRegistry...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back