Search results

  1. Darth Deity

    Help adding RunicHammer to loot table

    I am trying to get Valorite elementals to have a small chance to drop a Valorite hammer. I know it need to specify the ore type and amout of charges, just not sure how to write it in here. public override void GenerateLoot() { this.AddLoot(LootPack.FilthyRich)...
  2. Darth Deity

    Problem with Admin account

    Hey Everyone, I have an old version of ServUO on my PC, and running classic client 7.0.50. I was able to get it compiled and running, I can log into and play a normal account. However, when I try to log into my Admin account, it freezes at selecting the character. I have two characters created...
  3. Darth Deity

    Spell Channeling on Pre-AOS server

    Hey guys! I wanted to bring in some AOS attributes to my Pre-AOS server. My goal is to get Artifact weapons to be able to use Spell Channeling. The easiest way I can see this being done is to chance the Layer on each item to something not used by armor, but I'm realizing anything i change it to...
  4. Darth Deity

    Test to see if server is accessible

    Will someone test my server? I believe I set it up correctly, and have 2593 open on my router. I will message you the public IP. Thank you in advance!
  5. Darth Deity

    Icommodity.Description Error

    I updated just the Log.cs file to show the names of logs in my LBR server and my ICommodity Description stopped working for every commodity deed. Errors: + Items/Consumables/BasePotion.cs: CS0535: Line 49: 'Server.Items.BasePotion' does not implement interface member...
  6. Darth Deity

    Log and Board name not changing when resource is harvested

    Hey all! I am having trouble getting the name of the log/board I harvest to display when the resource is clicked on. *quick overview* I added BOD's to fletching in my LBR serveer for better archery. I enabled the special logs to be harvest from trees (blood, ash, oak, etc.) by removing the...
  7. Darth Deity

    Runic Fletching tools in Pre-AOS

    Is there any way to add Runic Fletching and the current Lumber, to a Pre-AOS (LBR) server? The goal is to add better archer weapons that players can make. The two routs I was thinking about taking to accomplish this was either find an example of someone running pre-aos with custom lumber, or...
  8. Darth Deity

    Saves freeze server

    I got back from an extended break from servUO and tried to log back in. Long story short, I messed up settings trouble shooting a login issue and backups got deleted (including accounts). When the server saves, it only creates a few folders in the save directory, and then freezes. How can I at...
  9. Darth Deity

    After pull, world will not load

    Hey all! I updated my ServUO files today and after Compiling I was given this error Regions: Loading...done World: Loading... An error was encountered while loading a saved object - Type: Server.Items.WoodBenchBazaarAddon - Serial: 0x400085DE Delete the object? (y/n) After pressing return an...
  10. Darth Deity

    Slayer Deed

    Hey everyone! I want to make a Weapon/Instrument "Slayer Deed" that will add the named property to the item i.e ., Undead Slayer Deed would allow one weapon to become silver, Dragon Slayer Deed, and so forth. My idea was to mirror the Item Bless Deed but I realized I was in way over my head...
Back