Jump to content

Check Riding Spell


Recommended Posts

23 hours ago, Droidz said:

Hello, this code check riging skill level, yes you can use this code in your fightclass (with "C Sharp Code" condition)

I dont wanna use cat form to travel when i have learned riding skill,so i ues under code in my fight class.

        if ((wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Riding)) <150 && !ObjectManager.Me.HaveBuff("Cat Form") && ObjectManager.Me.HealthPercent >= 81 && Cat.KnownSpell && ObjectManager.Me.Target < 1 && ObjectManager.Me.ManaPercentage > 70 && !(ObjectManager.Me.InCombatFlagOnly) && ObjectManager.Me.HaveBuff("Thorns") && ObjectManager.Me.HaveBuff("Mark of the Wild"))
        {
             Cat.Launch();
			 Thread.Sleep(400);
        } 	

But it seems not work.

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...