Search results

  1. Punkte

    AntiAFK Resource Gathering Protection

    Might I suggest doing something a bit less intrusive to the population? Obviously AFK resource gathering is something that really sucks. As a player who plays legitly, and a server owner trying to balance an economy. What I have done, and mind you, it requires somewhat active staff to monitor...
  2. Punkte

    my shard version is 7.0.47.0

    When you use UOPatch.exe, it'll automatically update to the newest version. The client that u use for your server will have that client. Anyone else logging in can use any client (as long as the server supports it, which by default they support a bunch of different versions). However, they...
  3. Punkte

    XML question regarding player teleporting

    I quickly realized the title of this post was about XML. =P. SIlly me. I'll leave the reply incase anyone else wanted to know anyways.
  4. Punkte

    XML question regarding player teleporting

    When you create an item, you basically inherit the Item class. The item class itself has some premade methods. one of those is OnDoubleClick. Your class should look like this... public class ThisCustomItem : Item //This is the inherited class or your base class (parent) If your using Visual...
  5. Punkte

    Hello Everyone!

    I don't think we have any commonly used classes/methods ATM. As in most other things, just dive in and check stuff out. Create making items, see how the items are made from others in there. Folders are pretty properly named and put in specific locations to help you understand where everything...
  6. Punkte

    Can someone explain this to me?

    Doign this would be a 60% chance to get one of the items, not 20%. Yes, you'll have a 20% chance to get any item overall, but I think at least from I read, he wanted a 20% chance of spawning one of those items. Could be wrong.
  7. Punkte

    Can someone explain this to me?

    Sure thing. Basically in that entire block of code you provided, you are overriding the OnDeath method from BaseCreature in whatever file your editing. Inside the method, the first line: base.OnDeath(c); Basically your calling the method that handles all monsters deaths, and then adding more...
  8. Punkte

    "We no longer offer check services"?

    My older shard Shadow Age and my shard have been using the account gold system for several months now with no issues. There may be a few customs systems you'd have to tweak if you set it up to withdraw gold from your bank or whatever, but, I haven't seen anything that could be used as an...
  9. Punkte

    Possible To Move Trammel Blackthorn's Castle To Felucca?

    Changing the files and distributing to players is not a problem. We have a launcher that will automatically updated the players. Just was looking for the best way to do it. I wish we could just do teleporters =P but its fel only and itll just be a hassle having to close the areas around the...
  10. Punkte

    Possible To Move Trammel Blackthorn's Castle To Felucca?

    The island and land tiles itself have also changed as well. The island is bigger on tram, while on fel its a lot smaller. I'm looking at finding out how to grab the statics as well as the land, (or possibly even just creating the land from scratch and copying the statics over on top of it.
  11. Punkte

    Possible To Move Trammel Blackthorn's Castle To Felucca?

    I'm not so much a map person myself atm, so I don't know how hard or easy this would be. Would it be possible to move the exact Lord Blackthorn Castle from its Trammel side, to felucca? If I remember correctly, the felucca side is unchanged but the trammel side is has the new layout and...
  12. Punkte

    Creating Your Own Repository With Git-Scm and BitBucket + How To Guide On Git Gui

    In this section of the tutorial, we will learn the ins and outs of the powerful and easy to use Git Gui Branch Management Tool! If you have not already installed and and need to set up your first repository, please read the first post, as that goes over that portion. In this section, I will...
  13. Punkte

    Creating Your Own Repository With Git-Scm and BitBucket + How To Guide On Git Gui

    Hello folks. Today we're going to be learning about how to Create your own repository using Git and BitBucket. In the next post, I will go over how to create a branch, make changes, and push the branch up to BitBucket. What's Git Gui and how will it help you with development? Git Gui will...
  14. Punkte

    Using GitHub to Manage a Shard's Custom Code and Contribute to ServUO

    I'll post a guide for git gui tonight after work. It's really easy and is absolutely necessary for teams larger than 2 working on something.
  15. Punkte

    Checklists for Going Live

    If you are trying to become a serious larger server, I would STRONGLY recommend staying away from a VPS. Your just pooling resources between alot of other VPS on the same machine and you may come across lag spikes, and your not getting the full usage out of your machine. You want a Dedicated...
  16. Punkte

    Doom Points System

    Punkte submitted a new resource: Doom Points System - Points System Instead Of Old Random System Read more about this resource...
  17. Punkte

    Doom Points System 1.0

    My server has no use for this system anymore, however it was quite fun. *Note* We do use a customized version of the Dark Father with two different phases. This system calculates points from killing Doom Bosses. The file "DoomPointsSettings" is where you would go to adjust the amount of...
  18. Punkte

    Achievement System

    Looks cool. The achievement system we use uses XML to load achievements in. Can be done at any time. The whole thing is completed and we used it on Shadow Age and most likely on Shards too. We have the the code automatically check where any monster killed, if it is something you need to kill...
  19. Punkte

    Managing and Fixing Accounts Out-Game

    There's a few ways you can go around accidently modifying an accesslevel. First. As the owner, your account you create first is automatically given Ownership accesslevel. Even if you set your access to player on that character, you can delete it or create another char and you'll be owner...
  20. Punkte

    Using GitHub to Manage a Shard's Custom Code and Contribute to ServUO

    Ahh! I love when people use branch management tools effectively! Puts a smile on my face. It makes it so easy to handle having more than two developers constantly adding updates. Cheers on the guide for people! Hopefully everyone gets used to this process! Also Git-Scm is awesome and so easy...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back