Recent content by Doom

  1. Universal Storage Keys

    Find aoselementdamages and everything it ties to.
  2. Universal Storage Keys

    Could probably replicate how it's stored in baseweapon and add the code in the store function
  3. Squire System, Added Bushido and Necro Spells

    It's an option if basic is good enough there's other ways to do this where it does all the checks and jazz but im not looking at the code.
  4. Squire System, Added Bushido and Necro Spells

    So make sure it's checking for the type your targeting remove the gump prompt and override it with the next step else if (this.CheckBSequence(m, true)) { SpellHelper.Turn(this.Caster, m); m.PlaySound(0x214); m.FixedEffect(0x376A, 10...
  5. Squire System, Added Bushido and Necro Spells

    You would have to modify the way that works. After prompted to res it sends a gump for a response. Hope that helps.
  6. Cast command - can't get it to work

    Does anyone have a working copy or instruction?
  7. Universal Storage Keys

    Anyone update this recently?
  8. New Dogs Publish 111

    Clearly as to why I asked if I had to for the statues to have proper IDs and not gems. Thanks.
  9. Squire System, Added Bushido and Necro Spells

    57 and 57.1 are dramatically different please verify versions cause mine works fine on 57.
  10. FS Taming BOD

    You must be missing the edit for the animaltrainer.cs Sorry I didn't notice you were using the fs Tamer not sure what's up with that other than updates to the bulk order system.
  11. Level System Extreme

    pretty sure you will run into issues with lag/ping unless you did something different?
  12. Level System Extreme

    Has anyone solved the lag issues yet?
  13. Setting custom armor rating on an item

    Joshua level systems
  14. Item properties appear

    if (setItem.SetSkillBonuses.Skill_1_Value != 0) list.Add(1072502, "{0}\t{1}", "#" + (1044060 + (int)setItem.SetSkillBonuses.Skill_1_Name), setItem.SetSkillBonuses.Skill_1_Value); // ~1_skill~ ~2_val~ (total) if (setItem.SetSkillBonuses.Skill_2_Value != 0)...
  15. Squire System, Added Bushido and Necro Spells

    another update here when using the up down and lock on busido chivary and necromancy they are all applied on the same button 1,25 so only one will take the effects of the three the button needs to match the case #
Back