Search results

  1. dmurphy

    Pushed honesty virtue - need feedback

    I just pushed the Honesty virtue to the master branch. I feel that it is feature complete and should work as intended but also require feedback from you guys. Please let me know if you see any odd behavior with it. Especially when the shard saves (The 'lost' items are generated then)
  2. dmurphy

    Need a little info from you OSI players

    Just pushed the humility virtue to the repo, however I believe it does not act to OSI standards in regards messages sent and such. Can a player who has access to the OSI servers please test my implementation against OSI's? Especially the messages that pop up when you do actions associated with...
  3. dmurphy

    Any homebrewers out there?

    Alcohol homebrewers that is :) I am currently half way through fermenting a batch of Hard Apple cider. Looking forward to cracking a cold one open after it is ready. After this I am going to brew some blonde ale. I have some nice hops here ready for it. I have the bottles ready to go for the...
  4. dmurphy

    Updated paperdoll.php

    dmurphy submitted a new resource: Updated paperdoll.php - Paperdoll.php for generating images from UO's data. Read more about this resource...
  5. dmurphy

    Shard.Patch: A simple connection and patcher utility for free shards.

    Hey guys, I was hoping to release the first version of this tonight but it is not quite there yet. It will likely be another day or two before it will be available for shards to use. I am posting right now because I told some people it would be out tonight and felt bad I could not complete it...
  6. dmurphy

    New server listing site in development

    Hey there. I have been working on a new shard listing site for the past week and feel it is far enough development to go into an open beta so we can find and squash bugs :) The link is : http://pureblooduo.com/topsite Right now the site is fully functional and as far as I tested myself seems...
  7. dmurphy

    Looking for help with a little project

    Hey there! I am trying to make a c# app or service that will poll the runuo server for stats such as how many players are online. This is to augment another project of mine. I know the packet that needs to be sent is: 0x7f, 0x00, 0x00, 0x01, 0xf1, 0x00, 0x04, 0xff But I do not know what to...
  8. dmurphy

    Check an area for playermobile

    Hey, Could use a little help. I am trying to check a certain area for playermobiles. Right now I have this code foreach (Mobile m in from.GetMobilesInRange(40)) // TODO: Validate range { if (m is PlayerMobile) { from.SendMessage("Please Wait For The...
  9. dmurphy

    Hello there

    Hey there, I am a very long time uo player and runuo user and after a few years of a hiatus I am back to check out the latest developments. I came across this website in my searches and started a server and am amazed so far of the features that are available compared to runuo. I would just...
Back