Jump to content

check if Tundra Mammoth


burnii

Recommended Posts

Hey I tried to check if I'm mounted on "Reins of the Traveler's Tundra Mammoth" with:

ObjectManager.Me.HaveBuff("Reins of the Traveler's Tundra Mammoth")

and

ObjectManager.Me.HaveBuff(44234);

but it didn't work.

To check other buffs works just find just this mammoth is a problem.

Link to comment
Share on other sites

Hi, for me the mounts are working but maybe this will work for you instead:

            //get the id while mounted
            robotManager.Helpful.Logging.Write("Mount display id: "+ObjectManager.Me.MountDisplayId);



            if (ObjectManager.Me.MountDisplayId == x)//insert id here
            {
                robotManager.Helpful.Logging.Write("Traveler's Tundra Mammoth found");
            }

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...