Search results

  1. Enroq

    Chest Issues.

    First off, ArrayLists shouldn't be used, really in any circumstances (unless in the effort to maintain backwards compatability with pre .Net 2.0). These were used before the existence of generics. See: http://www.codeproject.com/Tips/531893/For-Vs-Foreach-Benchmark You'll want a list, or an...
  2. Enroq

    Void Tracker

    Enroq updated Void Tracker with a new update entry: Active Logging, Open Source Read the rest of this update entry...
  3. Enroq

    Void Tracker - Active Logging, Open Source

    Void Tracker now features the 'Active Logging' option which will automatically stop the logging process if no mouse movement is detected within five minutes (this will probably change after experimentation). Void Tracker is now also open source and located at GitHub.
  4. Enroq

    Chest Issues.

    (Double posted so you'd get an alert) Try something like this: //In Box public override OnDoubleClick(Mobile from) { from.CloseGump(typeof(ValidatePurchaseGump)); from.SendGump(new ValidatePurchaseGump(this)); } //In Gump AccountDepositBox box; //C-tor public...
  5. Enroq

    Chest Issues.

    Of the bat what I notice is your use of This is an enumeration inside your gump, and it won't ever be equal to one of its enumerations. It's more like: if(info.ButtonID == (int)Buttons.Okay) But even that is within the OnResponse override within the gump, which is where you'll need to check...
  6. Enroq

    Stackable ItemIDs

    I think it's ItemData.Flags.HasFlags() But I've never used it.
  7. Enroq

    Serialization and Deserialization: From Scratch

    So I decided since I started with something non-essential, I'd come back to you with some pretty fundamental knowledge of loading and saving. I know there are many tutorials like it, but I don't think I've seen anything about the process of hooking world load and world save events, or the an...
  8. Enroq

    Greetings to all!

    I'm not sure about the bears.. unless they're in rug format.. but.. vodka and ultima all day! .. and then you wake up and your toothbrush is on the stove..
  9. Enroq

    Customizable Player Factions.

    I greatly appreciate it, Dian.
  10. Enroq

    The big question: Skill and Stat Caps

    Interesting. I look forward to seeing it in action.
  11. Enroq

    Shoulder Parrot (Suggestion)

    I think Otimpyre and maybe even m309 have provided tutorials on that very subject.
  12. Enroq

    @arvoreen - The cake is a lie!

    @arvoreen - The cake is a lie!
  13. Enroq

    The big question: Skill and Stat Caps

    I whole-heartedly agree. If you ever figure out how to bridge that, let me know. :)
  14. Enroq

    The big question: Skill and Stat Caps

    Sounds good. My course of action is far too close to realism.
  15. Enroq

    The big question: Skill and Stat Caps

    I've also been questioning this for a long time.. maybe three or four years. Here's the conclusions I've come to.. The skillcaps should go on forever, and the only thing it that should limit this is time. With that said, I'd have it take someone 4 years to reach 200 in a skill level. I'm sure...
  16. Enroq

    Customizable Player Factions.

    You're absolutely right Milva. But, this wasn't so much about selling anything. Despite what Hank may think, I don't care in the least about a dollar. I do everything I can to avoid being a pawn in the game. I don't expect to sell a single copy at that price, in all honesty. It was more like me...
  17. Enroq

    Customizable Player Factions.

    You're absolutely right about the price Dian. I'm still unsure what to do about it. Half of me wants to give the whole thing away, the other half thinks I'll be letting someone manipulate me.
  18. Enroq

    NPC that won't summon a gate

    Guess I should start reading the code posted huh?
  19. Enroq

    Customizable Player Factions.

    Thanks sir!
  20. Enroq

    Pets max hp

    You need to capitalize it.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back