Recent content by cmruo

  1. cmruo

    master of the arts!

    http://downloads.runuo.net/index.php?dir=Scripts/ServUO/Daat99_20Final/Daat99_20Final/Scripts/Daat99/New/ With a bit adjusting "Master Of The Arts.cs" should be just fine, but not enough for the well known Arti Champ Spawn. You will need to rewrite ChampionSpawnType.cs to define the...
  2. cmruo

    New ServUO Rebuild w/OWLTR & FS-ATS

    You can never expect open source projects to be running as you wish and without any Bugs, but if you are ready to fix some of them, then this package is just perfect.
  3. cmruo

    master of the arts!

    It's not available in the standard repository, just google daat99 master of the arts. If you meaned that. Depending on what you want, you may need to do some configuring. If you only want it as a mobile, you can just take out some special rewards which are -unconfigured- not compatible to the...
  4. cmruo

    Number of items in the world

    I have set Datapath in Datapath.cs directly to the client folder on my dedicated server. There is only one client folder available on my server. I have just quickly checked the server client version to be sure, it's 7.0.59.4. I just set the r/w/a rights of all client files again to 777 to avoid...
  5. cmruo

    Number of items in the world

    7.0.59.4, but it seems that the xmlspawner spawnfiles are buggy. I can visit Eodon and the Eodon Mobs are just standing normally on their places they should stay on, but sadly not only there.... Some of them also endlessly spawning on internal. As far as I can see atleast the WanderingShamans...
  6. cmruo

    Number of items in the world

    Yes, I also tried that. I tried that again now with unloading all xmlspawner and the problem seems to have something to do with the Eodon NPCs, which are slowly spawning on the internal map (0,0,0) and never deleted. There are thousands of entries on the internal map of them, with their items...
  7. cmruo

    Number of items in the world

    Hi guys, I need a statement of people who have already experience with the longtime usage of ServUO shards in combination with the XMLSpawner2 service. I'm running ServUO Pub 54 (Build 6439.6960) since 4 weeks 24/7 on my dedicated server, and now that I'm almost finished by building my world...
  8. cmruo

    limited number of items

    I think you could do that with static int in GoblinCrown.cs.. You need to count that variable up +1 on every construction in the Constructor of GoblinCrown.cs. Furthermore you will need a function to check that current count in the ondeath function of the mobs which shall be dropping, and in...
  9. cmruo

    Replacing older items with newer ones

    Hi guys, I'm wondering if there is a command to replace older xmlspawner item types with specified newer items types, it would be nice if it'll work server- or mapwide without doing it for every single item manually of it or wiping/reloading the complete map. I want to replace older...
  10. cmruo

    New ServUO Rebuild w/OWLTR & FS-ATS

    Thanks Sir, I just grabbed the DefBowFletcher and DefCarpentry from Hammerhand's Build. Now it's at least working with any kind of woods, still not logs. But that's no problem anymore.
  11. cmruo

    Looking for static decoration tool

    Very useful. Yes, I should keep a list of my favorite commands. Just installed UO Architect on my dedicated Server, furthermore Pandoras Box and UO Fiddler. Still pretty good working with client version 7.0.20. Now I can work on it. hehe. Thanks, i will keep that in mind.
  12. cmruo

    New ServUO Rebuild w/OWLTR & FS-ATS

    Great Job :) First of all great work to anyone who worked on this project. I tried this today and noticed that the Fletcher Craftgump doesn't work properly. I don't know where to start yet and how to fix, currently analysing the sourcecode. The problem's are: 1) Board's of any type won't be...
  13. cmruo

    Looking for static decoration tool

    Thanks a lot Po0ka. The multitile placing was exactly what I was looking for. :-) Don't know all commands yet, it's huge + XMLSpawner.
  14. cmruo

    Looking for static decoration tool

    Yes i meant just a helpful addon/servuo script/ or external tool to add static items / help to fulfill [add static .... or to show / preview items with their id's. Anything what can help building a static item world. :) Okay, well than I must hang on PandorasBox, it's pretty good combined with...
  15. cmruo

    Looking for static decoration tool

    Hey guys, as I already mentioned in the title, I'm looking for a helpful tool / script to decorate my ServUO Shard. Specifically I'm looking for an assistant or something to create a serverside static world, maybe with helpful features for building and placing static items/tiles, maybe with...
Back