Search results

  1. Jack

    Issue with reading Guild property

    Try var g = pm.Guild as Guild; if(g!=null) { Console.WriteLine(g.NewProperty); } The reason being that the property "Guild" in Mobile is a reference to a BaseGuild and not a guild. You have to first cast it to a guild to access properties inside the guild class. If the code you are...
  2. Jack

    Achievement System

    Looks excellent @darklotus !
  3. Jack

    ReportMurderer Issue/Question

    Why is the criminal timer ending while the players are still fighting? Every aggressive action in such a fight should reset the criminal timer (performing a harmful action against an innocent). Is this happening with a base install of ServUO?
  4. Jack

    ReportMurderer Issue/Question

    I would check a) Is EventSink_PlayerDeath being called in the ReportMurderer or ReportMurdererBountyGump? If you don't have access to debugging tools such as visual studio, you can just put a in small debug message like Console.WriteLine("EventSink_PlayerDeath - ReportMurdererBountyGump")...
  5. Jack

    Bare ServUO server (without scripts)

    I always tell myself I'm going to help out by submitting some, but I find it really hard to find the time while running a shard also. I could at least add support for basic T2A combat mechanics, that wouldn't take me very long to do.
  6. Jack

    Bare ServUO server (without scripts)

    It'd be nice to have the main repo actually have Core.UOR, Core.T2A and Core.None checks (of which basically none exist at all). However I don't feel like there is any effort at all to maintain these eras in the ServUO repo - using ServUO for a UOR/T2A shard is significantly worse than using...
  7. Jack

    Bare ServUO server (without scripts)

    To get a basically functional UOR server or earlier server, might not be quite as much work as you'd think. Setting the core expansion to UOR will do a lot of the work for you, though there will still be a lot of work to do depending on the level of detail you want to be accurate to. Core.UOR is...
  8. Jack

    Bare ServUO server (without scripts)

    I'd just like to point out, in case OP isn't aware, that deleting the Scripts folder is a terrible idea unless you absolutely know what you're getting yourself into. If you are not an expert in C# already or do not have hundreds of hours to waste on rebuilding extremely fundamental scripts, I'd...
  9. Jack

    Hosting requirements in Win 7

    Yes, that's about right. You can see how much bandwidth is being used through Razor if you run around and watch the tab. If you aren't moving around it's an extremely low amount of bandwidth. I think you'd be hard pressed to find a package that doesn't come with enough bandwidth.
  10. Jack

    Hosting requirements in Win 7

    I run a server on a Windows Server 2008 R2. With a default RunUO/ServUO server you can probably get away with spending as little as 20 bucks/mo on a VPS for a 2 core 2gb RAM machine. 3gb is comfortable - you can run in excess of 100 players without much issue. I'd recommend such a setup for a...
  11. Jack

    Gump Background Reference

    Nice reference sheet. I'm ashamed to say I've been manually looking these up in Fiddler for the last 2 years!
  12. Jack

    Item Creation for First Character

    Yeah I removed my post because I had a brain fart moment where I thought you were talking about something completely different. Haven't had much sleep :P
  13. Jack

    The Infamous Magic Carpet Ride ;)

    I prefer this one, but it's just me ;)
  14. Jack

    Player's Logout Map

    When the player logs out their logout map is set to the map they should log back in on and their "Map" becomes internal. When they log back in their Map is set to their logout map. Not sure about ServUO but in RunUO this code happens in Mobile.cs, in the setter for NetState.
  15. Jack

    Poker?

    Old post but I think Milt's Poker will always be popular so I will post a fairly major bugfix here. Problem: Milt's poker sees the following hand as a Flush, Jack High rather than a Straight Flush Solution: The problem stems from the fact that in order to determine a straight flush, Milt's...
  16. Jack

    Gate travel script

    Rather than auto eject you could check the target location of the gate and disallow the player from entering if the target location is in a house region which the player is not at least friended to. CheckGate or UseGate would be the right place to do it.
  17. Jack

    Question: How do I Reset Admin Password?

    The only way really is to recover an admin password if you have lost access to all other admin accounts (if it's the only admin account) is to generate a new SH1 hash and stick it into the accounts.xml For example let's say you have an admin account named bob and you want to change its...
  18. Jack

    Removal of 'Tamed' under Hirlings

    On OSI, at least in the old days, hired NPCs actually had a (hired) tag instead of tame. Not sure if this is still the case.
  19. Jack

    Independent Spell Timers

    It wouldn't be too difficult or require that much coding to do this. In Spell.cs, cooldown related stuff is generally in the Cast() method. You could add an extra check in here for specific spell cooldown. There's 1000 ways to skin a cat but imo the easiest way to check cooldowns here would...
  20. Jack

    Client 1.25.35b (T2A Retail Release) Detailed Information

    Nice, sounds like an interesting project (and a lot of hard work)! If you're interested in the mechanics of the era, UO Second Age has had years and years of research put into it and their forums are a great source of information taken from many users' research when it comes to T2A mechanics...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back