Like title says the followers number doesnt decrease wheneverr a player release a pet

big issue, right now tamers cant even own a horse :D


i post my basecreature just in case someone wants to take a loook a it

i made some edit like allowing to tame the same creature over and over to easy macro.

Not sure if this messed up something, thanks
 

Attachments

  • BaseCreature.cs
    188.9 KB · Views: 2
I'm not sure, but I think your changes have a problem:
Code:
                /*                if ( m.Followers + ControlSlots > m.FollowersMax )
                                {
                                    m.SendLocalizedMessage( 1049607 ); // You have too many followers to control that creature.
                                    return false;
                                }*/
if we not checked on player folowers max, we have an infinite number of pets. At the same time we can see only 5 slots in player status bar, and there their can be 20 on fact.
 
I think player was wrong, that check have been removed since day one, not sure will let them test more and post here
 
Back