Search results

  1. Last Spell Not Recognized for Custom Spells

    I couldn't find other references to this when searching, but can't imagine I'm the only one that's run into this, unless I just missed a step with the merge; I have recently implemented the cleric and druid spells in my shard, using the ACC system. When those spells are cast though, we can't use...
  2. Perfection Damage Bonus

    I am having an issue with the damage bonus for perfection. The only reference I'm finding to the perfection damage bonus is in BaseWeapon.cs, the OnHit method, around ln 2279, there is an if block that I am having some trouble with. if (attacker is PlayerMobile && !(Core.ML && defender is...
Back