Not A Bug Fire Steed not creating animated undead

Talonair

Newbie
I've tried to use animate undead multiple times on the Fire Steed in fire, it casts & saps the life or the corpse, but nothing raises from it
 

Dan

Staff Member
Administrator
Game Master
Code wise, it is in there.

Code:
// Mounts
            new CreatureGroup(new Type[]
            {
                typeof(Horse), typeof(Nightmare), typeof(FireSteed),
                typeof(Kirin), typeof(Unicorn)
            }, new SummonEntry[]
               {
                   new SummonEntry(10000, typeof(HellSteed)),
                   new SummonEntry(0, typeof(SkeletalMount))
               }),

If you have 5 follower slots it will not summon. Animate Undead does have a mount check. It is a mount it costs 1 control slot, otherwise 0.

Code:
 if (bc is BaseMount)
                bc.ControlSlots = 1;
            else
                bc.ControlSlots = 0;
 

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
7 hours
Players Online
15
Houses
875
Vendors
282
Gold
5,412,361,689gp
Top Bottom