Recent content by arvoreen

  1. arvoreen

    Gift Giving System by Account Age

    I would wager it was the VeteranRewards system, last sources I have show it in Scripts\Services\VeteranRewards
  2. arvoreen

    Error tryin to add tokens in baseCreature

    You're just showing 1 line of code. If you are unsure what "entire method" means, I would advise doing some C# tutorials to gain a better understanding of the language.
  3. arvoreen

    Error tryin to add tokens in baseCreature

    ds does not exist where you are trying to use it on line 6018, according to this error. Try to show the entire method that appears there for better clarity if you still need help.
  4. arvoreen

    Adding custom leather, getting errors

    I would guess there was an issue when you edited ArmorEnums.cs which is where (according to that guide) the ArmorMaterialType is. Revisit that step in the guide and double check it (looks like it was step 6)
  5. arvoreen

    Newish To This

    Download ServUO from the link at the top of the page, you can either download the current in development branch, or choose the release over on the right side, whichever is easiest for you. Unzip this somewhere, this will be your server folder. * At this point, I'd download and install and update...
  6. arvoreen

    Royal City not being fully populated

    You could try comparing the termur.xml file from the Spawns folder with the one that's in the master branch on github (I'm assume that's pub 58), that's what I've been using, and as I mentioned I have a lot of spawns, but from some of the convo in here, there are a couple missing. Not sure of...
  7. arvoreen

    Royal City not being fully populated

    Yes, but I believe it will only affect ter mur/SA doors/teleporters/etc, but if you're concerned, backups are good =D just in case
  8. arvoreen

    Royal City not being fully populated

    I think you might need to rerun [decoratesa I had a bunch of spawns in the stygian abyss without having done that fix though, although from some of the other comments I gather it wasn't complete. I haven't seen official spawns, so I don't know how much is missing.
  9. arvoreen

    I am looking for a script

    https://www.servuo.com/archive/simple-bankstone.1786/
  10. arvoreen

    Simple Bankstone

    arvoreen submitted a new resource: Simple Bankstone - Very simple blessed bank stone Read more about this resource...
  11. arvoreen

    Simple Bankstone 0

    Simple Bank Stone, blessed, must be in the users backpack to use.
  12. arvoreen

    I am looking for a script

    How does this work? A typed command? Simple speech (like saying "bank" near a banker)? An item in their pack? If it's an item, is it blessed?
  13. arvoreen

    Cleanup Points

    Here's an issue with how to fix for some of the SA spawning probs: Ter Mur decorations failing to load · Issue #4980 · ServUO/ServUO
  14. arvoreen

    seruo pub 54 with daat system having issues with craft system

    Well, now's your chance to work on getting better! Do as I suggested, and search the code for the message you're getting when it fails to craft an item you believe it should be crafting (mine was in CraftItem.cs in pub 58, so you could start looking there to narrow it down, but I don't know all...
  15. arvoreen

    seruo pub 54 with daat system having issues with craft system

    I think your main issue is that this isn't a simple issue to fix. Adding/changing o/w/l is quite involved, so it's not like you can just paste 1 class for someone to help debug, there are a bunch of them. Search the code for what it says when you fail to craft the item (I forgot the wording, so...
Back