Search results

  1. dmurphy

    why my shard will crash?

  2. dmurphy

    Help In Learning how to start

    Here is a tutorial on getting started: https://www.servuo.com/tutorials/getting-started-with-servuo.2/
  3. dmurphy

    Issue with Hue Center Gold Consumption

    The Banker.Withdraw() method returns a bool based on if there is enough gold in the players account. True if the gold was there and withdrawn, false if not. That is what the script is looking for.
  4. dmurphy

    Issue with Hue Center Gold Consumption

    if(Banker.Withdraw(from, 100000))
  5. dmurphy

    Servuo experience in a resume?

    Funny you mention that. I have had that clause in a contract in the past which I had legally clarified. The consensus was that as long as the software you are writing does not compete with any IP that the company owns then they can hold no claim against it. Of course, it will lead to a bad...
  6. dmurphy

    Servuo experience in a resume?

    I am currently being headhunted by two big software houses here in my city, during talks with them both brought up my experience with this project. Both were impressed and gave the impression that it was a big deal to them and greatly increased my chances of being successful in further stages of...
  7. dmurphy

    The Infamous Magic Carpet Ride ;)

    Awesome :D
  8. dmurphy

    The Infamous Magic Carpet Ride ;)

    How do you mean? There is already a rideable boura in the client, it's not implemented in ServUO though. https://www.servuo.com/threads/ethereal-boura-tiger-and-ancient-hellhound.4194/
  9. dmurphy

    Need a little info from you OSI players

    Putting spirituality aside for now until things can be verified on OSI (It will be very easy to implement once verified, the code structure is essentially 90% the same as Humility) Working on Honesty instead since I and @Muddled verified a bunch of the behavior a while back.
  10. dmurphy

    Need a little info from you OSI players

    I have started working on the Spirituality virtue now, however, again I need to know a few things. Can you gain spirituality by casting a healing action on a player if they are at full hp. Can you rapidly gain in the virtue by healing people over and over.
  11. dmurphy

    Need a little info from you OSI players

    Actually, what I really need to know and don't really know how we could test it is how many points in the virtue each kill gets you. Right now it is set to to an arbitrary amount (Quite high, for testing purposes). I assume the lower the karma the enemy has the more point you get. Would love...
  12. dmurphy

    Need a little info from you OSI players

    Awesome thanks. That is one I was missing. I am pretty sure the rest is accurate. Just needs a little testing. //Edit, Actually, still need the message that is shown if you try using the buff on a pet when you are below the level of seeker in the virtue.
  13. dmurphy

    Need a little info from you OSI players

    Yep I have those correct in code, what happens when you target yourself or something that is not a pet?
  14. dmurphy

    Need a little info from you OSI players

    Unfortunately my time is limited right now. I only get an hour here or there free. (Which is what I had just now to implement this, one of those rare free time slots :)) is the test server up on OSI? That would make it a lot easier I think.
  15. 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...
  16. dmurphy

    Best way to bypass ServerList >>> services.servuo.com

    This issue is resolved now.
  17. dmurphy

    Best way to bypass ServerList >>> services.servuo.com

    There is an issue with the services server right now, I have put some time aside to fix it this evening and then it should be back working fine. In the meantime though you can turn this off in Server.cfg in the config folder. AutoDetect=false and put your address in below. Make sure you also...
  18. dmurphy

    Average age of the whole community

    Using a quick a dirty sql query the average age of the user on ServUO is about 34. mysql> SELECT avg(dob_year) from xf_user_profile Where dob_year > 1940 AND dob_year < 2003; +---------------+ | avg(dob_year) | +---------------+ | 1981.6815 | +---------------+ I have taken out the...
  19. dmurphy

    Custom Maps Change GUI Legal Question

    I can only speak for my jurisdiction and from the legal counsel I have received in the past. What I personally am doing is not illegal in the eyes of the law. It is not illegal to reverse engineer any program for the sake of education (ServUO is an educational tool, we can not be held...
  20. dmurphy

    Bard Masteries

    Looking through this a little it seems to be the code that was on the bard-masteries branch of ServUO last year (Removed for some reason, no idea how it happened) Did you complete the code or is this just that code brought back?

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back