Search results

  1. Fixing Gold Dropping to Feet

    This fixes the problem with gold and items going to your feet if you buy too much for your weight from a vendor and it goes directly to the bank. basevendor.cs Find: private void ProcessValidPurchase(int amount, IBuyItemInfo bii, Mobile buyer, Container cont) Replace: private void...
  2. In need of Event Masters

    We are looking for someone to help write and run events on our server. We have about 30 - 50 players at any given time and would like someone to help run special events for them once or twice a month depending on your time. Skills: Storytelling Basic command knowledge in ServUO Basic Grammar...
  3. VitaNex on brand new install..

    Anyone know what might be causing this error on a brand new grab of both repos for ServUO and Vita Nex? Thank you!
  4. Looking for Programmer

    I am looking for someone to help me with a few systems I want to develop to improve the PvE situation on my server. I don't need a full time dev for the server, just someone who can do the odd coding gig once or twice a month for these ideas I have. I am also very open to suggestions and counter...
  5. New players being attacked with Young Status

    This is my playermbobile.cs and players are still being aggroed in new haven public bool CheckYoungProtection(Mobile from) { if (!Young) { return true; } if (Region is BaseRegion && !((BaseRegion)Region).YoungProtected)...
  6. Hover over items UOR

    Is there a way to enable hovering over items like in AOS when in the UOR era?
Back