dragon slayer2 submitted a new resource:

Guardregion.cs change - Added IPooledEnumerable

Find MakeGuard

and change it to look like this.

Only change I made was this IPooledEnumerable

Code:
        public override void MakeGuard(Mobile focus)
        {
            BaseGuard useGuard = null;

            IPooledEnumerable eable = focus.GetMobilesInRange(8);
            foreach (Mobile m in eable)
            {
                if (m is BaseGuard)
                {
                    BaseGuard g = (BaseGuard)m;

                    if (g.Focus == null) // idling...

Read more about this resource...
 

Active Shards

  • Unchained
    Custom (Classic)
    • Players
    • 138 Online
    • 273 Peak
  • The Crossroads
    Mondain's Legacy
    • Players
    • 100 Online
    • 190 Peak
  • UO Eventine
    Custom (Classic)
    • Players
    • 92 Online
    • 137 Peak
  • Insane UO
    Endless Journey
    • Players
    • 89 Online
    • 105 Peak
  • UO: New Renaissance
    Custom (Classic)
    • Players
    • 41 Online
    • 85 Peak
  • UO Phoenix
    Custom (Classic)
    • Players
    • 22 Online
    • 48 Peak
  • Arth
    Custom (Modern)
    • Players
    • 15 Online
    • 34 Peak
  • UO Enigma
    Custom (Modern)
    • Players
    • 14 Online
    • 172 Peak
  • Heritage
    New Legacy
    • Players
    • 13 Online
    • 41 Peak
  • CALYPSO
    Custom (Modern)
    • Players
    • 13 Online
    • 30 Peak

Donations

Total amount
$0.00
Goal
$500.00
Back