Search results

  1. Dexter_Lexia

    Cannot place boats

    Look in BaseBoat IsValidLocation method. Currently, you can only place in Tram/tram or tokuno.
  2. Dexter_Lexia

    Bushido AI

    There is a samurai AI in the ServUO repo that ronins use.
  3. Dexter_Lexia

    VvV - Console Notice: DisplayGumpPacked - Anything to worry about?

    No, its pretty common with any complex gumps.
  4. Dexter_Lexia

    New UO Client and New Patch!!

    It works for me. What client version is it?
  5. Dexter_Lexia

    Startup time, database use

    The tram and fel generation is validating locations for Honesty items and treasure map locations. I asked about this, and was told it's necessary in case maps change, though validation still occurs once a random location is picked. Mine take 40 seconds, mas y menos, so I'm not sure what's taking...
  6. Dexter_Lexia

    Not really a bug...but maybe it is in its own way

    It displays on mine, and works properly. What have you done!?!?!?! How are you adding the skill bonus?
  7. Dexter_Lexia

    Not really a bug...but maybe it is in its own way

    Have you tried other skills? What about 15 SW value?
  8. Dexter_Lexia

    delta-recursion |What is it and why? Newest ServUO SVN

    This is old, and is RunUO code. Probably debugging of some sort.
  9. Dexter_Lexia

    Newbish Gump / Event sink question

    Another thing about casting, which I learned the hard way. PlayerMobile pm = e.Mobile as PlayerMobile pm will be null if e.Mobile is not a playermobile, so you will need a null check. PlayerMobile pm = (PlayerMobile)e.Mobile if e.Mobile is not a PlayerMobile, you will throw an invalid cast...
  10. Dexter_Lexia

    Newest repo breaks part of Vita Nex.

    Looks like I broke another one! ITool had to be created as certain BaseWeapons act as tools. Since the entire craft system references the base tool, the new interface that can handle functionality on both tools and weapons (or any item, really).
  11. Dexter_Lexia

    Grizzly Bedlam problems

    You need to update your version. Diagnosing a problem when you've admitted your behind in updates is simply a waste of time.
  12. Dexter_Lexia

    Grizzly Bedlam problems

    It's always false. Setting it true resets it.
  13. Dexter_Lexia

    Grizzly Bedlam problems

    On the altar, you can set ResetPeerless to true. Make sure nobody is in there, that's a good way to piss people off lol.
  14. Dexter_Lexia

    Implementation of SHA512 for ServUO shard Passwords

    You're not being ignore, just the ones who handle the behind the scenes stuff a bit less active right now. I'm sure @Voxpire or @dmurphy will chime in when they get the time.
  15. Dexter_Lexia

    ServUO Code Cleanup / Project cleaning

    What about Omni AI?
  16. Dexter_Lexia

    IPooledEnumerable

    There are hundreds of instances where this is called as the iterator in a foreach loop, where Free() is not called at the end. Is this going to cause performance issues? I'm sure @Voxpire will have some insight on this!
  17. Dexter_Lexia

    Account Info Gump

    If you use IP as a search filter, you simply type in the IP address your looking for. It will then show all accounts that have used that IP.
  18. Dexter_Lexia

    Account Info Gump

    If you use IP as a search filter, you simply type in the IP address your looking for. It will then show all accounts that have used that IP.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back