Search results

  1. dmurphy

    Issue with the Servuo zip file

    You are missing many folders. Please use another program to unzip the server folder.
  2. dmurphy

    Issue with the Servuo zip file

    https://github.com/ServUO/ServUO/archive/master.zip Make sure every file is extracted and run Compile.WIN.bat. There is a tutorial on how to get started here: https://www.servuo.com/tutorials/getting-started-with-servuo.2/ I highly suggest you subscribe to the downstream though using git in...
  3. dmurphy

    paragon artifact drop rate

    double chance = 1 / (Math.Max(10, 100 * (0.83 - Math.Round(Math.Log(Math.Round(fame / 6000, 3) + 0.001, 10), 3))) * (100 - Math.Sqrt(m.Luck)) / 100.0); chance *= 1.1; // Set your bonus chance here. 1.1 is 10% Console.WriteLine("Paragon chance: " + chance.ToString() +"%"); return chance >...
  4. dmurphy

    posting shard to shard list

    They don't. Shards are randomised and anyones shard has an equal chance of being on the front page.
  5. dmurphy

    posting shard to shard list

    Voting works differently here than some others. Each user gets 3 votes that they can use on whatever server they want, votes are permanent until they remove a previous vote. You can only vote for each server once.
  6. dmurphy

    paragon artifact drop rate

    return chance * 1.1 > Utility.RandomDouble(); Would give you a 10% boost.
  7. dmurphy

    posting shard to shard list

    I went ahead and uploaded it for you. Use http://i.imgur.com/MNdsUDB.jpg
  8. dmurphy

    posting shard to shard list

    You are still not using the direct image link and you are still using photobucket according to the error log. it should be like http://website.com/image.png
  9. dmurphy

    posting shard to shard list

    For some reason photobucket redirects direct image requests to the html page (seems to happen about 50% of the time for me) which is beyond annoying. Can you please use another image hosting site such as imgur. Remember to make sure you use the direct image link and not a link to a html page.
  10. dmurphy

    posting shard to shard list

    Because you are linking to the html page instead of the image itself. Please use http://i737.photobucket.com/albums/xx12/thor116/0560bc86-bee1-4253-8c35-3483839b6e9c_zpslbyjgwrl.jpg
  11. dmurphy

    posting shard to shard list

    Post the image link here.
  12. dmurphy

    Coding with Curly brackets

    Another way to look at it is that when you create a conditional it will apply to any code that is either in scope (In brackets/braces) or until the terminator character is used (a semi colon) I might also do something like this from time to time. if (x == 1) y = 2; The compiler does not...
  13. dmurphy

    Trying to upload resource, getting error.

    I would go with Zorin if you are looking for a windows-like OS that is free. http://zorinos.com/ It's setup to make it easy to transition to a linux environment and is built upon Ubuntu which is widely accepted as the best desktop based Linux distro.
  14. dmurphy

    Trying to upload resource, getting error.

    Our SSL certificate is not supported on windows XP. I highly suggest you update your operating system as XP is VERY insecure now that it is no longer receiving updates.
  15. dmurphy

    method: clean all character

    Have a look at the gmbody command. https://github.com/ServUO/ServUO/blob/0100311687f80658e5e3e7a69ddef38c717c63a8/Scripts/Commands/GMbody.cs
  16. dmurphy

    can't move with a gump open

    This does not account for any scenario where the gump may no longer be available to the user. I.e they log out. Since the user may also be paralysed from any other means then it would not be the best way to handle this as you would not know whether or not it was because of the gump they were...
  17. dmurphy

    Ultima Art error

    Then something else is locking access to the game files. You should create a separate folder that just ServUO uses and place a copy of the game files in there.
  18. dmurphy

    Ultima Art error

    You need to give ServUO admin permissions. If your UO client is on the C drive and you have UAC enabled ServUO will not be able to read your client files unless ran as an administrator.
  19. dmurphy

    Coding with Curly brackets

    Adding braces does not create a loop in c#. if (condition) action and if(condition) { action } Are both functionally the same and require the exact same amount of cpu cycles to process. I was at a .net conference last year and a person asked the panel should they omit the braces or...
  20. dmurphy

    Console Line "Ultima Art:..."

    Good catch, no it should not :)

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back