Search results

  1. Enroq

    Yarr!

    Yeah, I agree Dian - it might make a great test server. I was more going for.. a place people came to play. At some point we'll have to agree on era, features, and whether or not we should use a custom map (which I'm probably in favor of at this point).
  2. Enroq

    Yarr!

    I don't think many players would come to a place like that, and that would mean most of these people would be advertising to other people advertising?
  3. Enroq

    Void Tracker

    Honestly, I don't expect many people to use it. I rarely use it myself unless working on a requested project. It's basically an exercise/resource.
  4. Enroq

    Void Tracker

    Enroq updated Void Tracker with a new update entry: Secure Logging Functionality. Read the rest of this update entry...
  5. Enroq

    Void Tracker - Secure Logging Functionality.

    Void Tracker now allows you to enable "Secure Logging" - <log_file Name="TestLog" Encrypted="True"> <interval start="ff4CJEJncFMrhXtBm59+BxHMGwjHTTf/kebnT13ZQQc=" stop="kMjvH63l5iCBMZ9D70Ilq7hyjgw1Vg4sHhoxcSknMJU="/></log_file>
  6. Enroq

    Tutorial For "How To Change"

    I'd say it's likely that the stat balls are designed to check the stat caps.
  7. Enroq

    Yarr!

    So, after the discussion today so thoughtfully initiated by my dear friend Goober, I got to thinking. @Ravenwolfe hit the nail on the head. I know a lot of people here come for help with their servers, but there's still a good many of us who come here simply because we love the game, and we...
  8. Enroq

    I look forward to your attempts to move me.

    I look forward to your attempts to move me.
  9. Enroq

    Server Opinion

    UO Free Servers are not a joke. They are the life blood of what you might call community. I've played some amazing games, made by some amazing people and you have no business generalizing their efforts. You could not hope to accomplish what some of these men and women have done, and nor could I...
  10. Enroq

    Server Opinion

    Am I the only one of the opinion we should be leading them, and not they us? Our community is undoubtedly larger, more diverse in perspective, and probably contains more raw talent than any of the development teams since Origins. Remember how we had races long before UO ever started putting out...
  11. Enroq

    Chest Issues.

    Two hours later... Okay guys, I'm still not exactly sure why but the "preferred method" crashes.. the method I was using (the one with the list being called in the control statement) works, but only for three items.. which is super weird to me. Anyway, here's some working code...
  12. Enroq

    Chest Issues.

    Sent.
  13. Enroq

    Chest Issues.

    Crash log? ++ It's weird, because I ran this code before I gave it to you - it worked o.0
  14. Enroq

    Void Tracker

    Hah! On it. Might be a few days.
  15. Enroq

    RunUO "Our Journey Has Ended"

    Ouch.. :confused: ...do you have a copy of it?
  16. Enroq

    Raise an item in script

    Z++;
  17. Enroq

    RunUO "Our Journey Has Ended"

    I don't know what else you expect from the guy who emulated a game and then sold imaginary items for hundreds of dollars... and still does. I think the last time I checked the going price on a hued ethereal was like $100-200. Now that's value.
  18. Enroq

    Chest Issues.

    For everyone's future reference: When using a foreach statement, you may not use AcquireItems() within the control statement. The reason being, every time it iterates through it's generating a new list. This is a problem because you're enacting a loop on the list that existed beforehand. The...
  19. Enroq

    Chest Issues.

    The crash is due to the foreach functionality acting on the AcquireItems() list, i'll have to do some further investigation to really tell you why though. Change it to this and you should be good. for (int i = 0; i < ((Container)box).AcquireItems().Count; i++)...
  20. Enroq

    Chest Issues.

    What does the cancel button do? ++Nevermind. I don't think it's your cancel button.. Can you post your updated code?

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back