You're not going to believe this but it's already there, just commented out!

In MageAI.cs find:

Code:
        public virtual Spell GetRandomFieldSpell()
        {
            // I left this here if someone wants field spells
            /*bool pois = m_Mobile.Skills[SkillName.Poisoning].Value >= 80.0 || m_Mobile.HitPoison == Poison.Greater || m_Mobile.HitPoison == Poison.Lethal;

            if (pois && CheckCanCastMagery(5))
                return new PoisonFieldSpell(m_Mobile, null);

            else if (Utility.RandomBool() && CheckCanCastMagery(6))
                return new ParalyzeFieldSpell(m_Mobile, null);
            else if (CheckCanCastMagery(4))
                return new FireFieldSpell(m_Mobile, null);*/

            return null;
        }

Now that you've mentioned this I think I'll un-comment it on my server too.
 

Active Shards

  • Unchained
    Custom (Classic)
    • Players
    • 162 Online
    • 273 Peak
  • The Crossroads
    Mondain's Legacy
    • Players
    • 106 Online
    • 190 Peak
  • UO Eventine
    Custom (Classic)
    • Players
    • 78 Online
    • 137 Peak
  • Insane UO
    Endless Journey
    • Players
    • 75 Online
    • 105 Peak
  • UO: New Renaissance
    Custom (Classic)
    • Players
    • 25 Online
    • 85 Peak
  • CALYPSO
    Custom (Modern)
    • Players
    • 24 Online
    • 30 Peak
  • UO Phoenix
    Custom (Classic)
    • Players
    • 19 Online
    • 48 Peak
  • Pandora
    Custom (Modern)
    • Players
    • 19 Online
    • 32 Peak
  • UO Enigma
    Custom (Modern)
    • Players
    • 18 Online
    • 172 Peak
  • Arth
    Custom (Modern)
    • Players
    • 17 Online
    • 34 Peak

Donations

Total amount
$0.00
Goal
$500.00
Back