Search results

  1. dmurphy

    Happy Thanksgiving, 2016 :)

    Happy thanksgiving to my american chums. Have a good one and try not to drink too much :P
  2. dmurphy

    New Shard

    Correct. OP, ServUO is optimized for the latest client version. You can download it here: http://uo.com/client-download/
  3. dmurphy

    Whew! Saw cloudflare error and thought OMG not servuo too!

    We aren't going anywhere :P
  4. dmurphy

    General C# question about classes and (de)serialize

    The issue is that Serialize and Deserialize are not default c# classes but are classes that are included in ServUO and expect certain patterns when writing the save binary. For the longest time developers had to create an item or mobile in game that contained the data they wished to save which...
  5. dmurphy

    PlayerVendor not charging Gold per day.

    If you need help please post the relevant edits you made. Posting a huge class like that is likely not going to net you much help as no one is going to read through it to find your specific edits.
  6. dmurphy

    justuo website gone

    it's been down a few days now. Just requires Dian to renew the domain. He has some time to do so before the domain is released.
  7. dmurphy

    Free or cheap forum/hosting for non profit

    OVH if you are not afraid of setting up a webserver on a vps. ~4 bucks a month for a pretty good vps.
  8. dmurphy

    ServerList.cs Issue i've had

    Well the line of code you quoted above is creating an object from the class WebRequest. using that object later in the code it uses methods from the WebRequest class to request data from the provided address. It just so happens in this case that the address data contains your IP Address (you can...
  9. dmurphy

    ServerList.cs Issue i've had

    It grabs your IP Address.
  10. dmurphy

    ServerList.cs Issue i've had

    you can replace it with http://services.servuo.com/ip.php
  11. dmurphy

    Achievement System Gump error

    That is not enough, you also need to invoke the event or subscribed methods will never fire. Going by the name of the event I am guessing the invocation is in basecreature. Search for EventSink.InvokeOnKilledBy(...);
  12. dmurphy

    Achievement System Gump error

    Then RunUO does not have the required event in the event sink. You will need to add this yourself. All the code is in the ServUO core.
  13. dmurphy

    Achievement System Gump error

    Ahh you are using RunUO. Then you will need to set the category in the instantiation. This should be okay since the category is defaulted to one anyway. e.Mobile.SendGump(new AchievementGump(achieves, total, 1)); You will still need to uncomment the event subscription.
  14. dmurphy

    Achievement System Gump error

    I had a quick look at the code for the achievement system on github. Why did you remove the = 1 from the gump signature? That creates an optional parameter which means you do not need to set it which is why the instantiation does not have the category parameter. Put =1 back into the signature...
  15. dmurphy

    Achievement System Gump error

    You also have the whole event subscription commented out which means nothing will happen anyway.
  16. dmurphy

    Achievement System Gump error

    Your code is missing the Categories parameter. It's an integer so would be a whole number. I am not sure of the system as I have not looked at the code but I assume there is some other achievements that do work. You should look at them to see how the category parameter should be assigned.
  17. dmurphy

    Achievement System Gump error

    You will need to supply the code which contains the AchievementGump class. The issue here is you are trying to instantiate an object with either too many arguments or not enough. When you comment it out of course nothing will happen since you have no path to the code any more. Also, it would...
  18. dmurphy

    RunUO "Our Journey Has Ended"

    Last I checked it was mostly just posts automatically taken from RunUO.com using an rss feed reader (Including the spam) I didn't see much there other than that. Could have changed though. Also, http://RunUO.co/ :P
  19. dmurphy

    RunUO.com A Thing Of The Past?!...

    Since day one ServUO's primary goal was the emulate the latest version of OSI and have support for the latest classic client. Anything other than that is up to the community. We offer all the tools for people to do so including uploading any scripts they like.
  20. dmurphy

    Broadsword agreement?

    I wouldn't be so quick to say that it is illegal. Perhaps there is case for tort but definitely not criminality. Liability may be owed in your jurisdiction if you create an unauthorized Ultima Online server which can lead to illegal actions such as not following a court order to take down the...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back