Search results

  1. Issues with old Guild System

    Please follow the below template when submitting a bug report. Thank you for helping us make better software. If this is a crash report please paste your crash report in the following code tags: N/A What were you doing at the time of the crash on your shard: N/A If this thread is to report...
  2. Trying to limit Item Usage by Veteran Status

    I'm creating custom clothing for veterans that doesn't conform to the traditional 3 physical resist vet clothing system. However, I'm having a hard time coding it so that characters with accounts that do not meet the required Veteran Age cannot wear the clothing. In the code of the item's file...
  3. How to Disable Login Menu Professions? (ServUO)

    Hello. I'm trying to disable some Log In Menu Professions (Mage, Warrior, Paladin, Necromancer, etc.) and the ability to select those skills on Advanced Character selection without changing the Core Era of the server or the other CharacterListFlags (e.g. item property gumps on items, etc.)...
  4. Trying to Make Attunement Absorb Magical Damage as well

    Hi. I'm trying to make Attunement absorb Magical damage along with melee damage. I'd post what I've tried, but tbh I've tried a million things lol. I tried adding a bunch of MagicDamageAbsorb checks under the Attunement script, but that had no effect. Then I tried adding an attunement spell...
  5. Trying to make Eaters work like a second resist check

    Hi. So I've done some edits to the SAPropEffects script and I attempted to change Eaters from giving health after damage, to outright reducing the damage taken (like a second resist check). My goal is to make it so that if you have like 25 fire eater (for example) and say a flame strike would do...
  6. Easy Way to Disable new Runic Loot System?

    Hi, I'm wondering if there is a place in the code that would allow me to disable the new runic loot system that spawns items like legendary pieces. I've looked for an era check, but to no avail. I'd imagine there has to be one... otherwise the new loot would spawn in old eras. Thanks.
  7. Client Crash with Custom Script

    Hello. I'm trying to edit rejuvinate to work more like cleansing winds, but every time i cast it in game the client crashes. Can anyone figure out why and/or help me to fix it? Thanks. using System; using System.Globalization; using Server; using Server.Spells; using Server.Network; using...
  8. Skill to provide inherent aos property bonuses

    Hello. I'm experimenting with getting a skill to provide an inherent AOS property bonus. I'm trying to get meditation to provide an lmc bonus that goes beyond cap. I sort of based the code off the sdi bonus provided from inscription. However, I must have something wrong with my math because when...
  9. New Server: Looking for Coder, Web Designer, and/or Community Manager.

    Hello. I am looking for staff members to help me develop a server that I am currently in the process of developing on my own. I have accomplished quite a bit on my own, but I could definitely use some help. My biggest focus right now is on coding development. I'm not necessarily looking for the...
Back