Jump to content

Equip 1h shield & Track stackable debuffs


Recommended Posts

Hi,

I'm just writing a fury script for vanilla.

when i'm at 35% health, I wanting to swap to defstance & equip 1h&shield

if (DefStance.KnownSpell && DefStance.IsSpellUsable && ObjectManager.Me.HealthPercent < 35)
        {
            DefStance.Launch();
            DefRotation();
            return;

       }

Rotation is fine swaping stances too but i dont know how to equip items....

Can u help me?

Objectmanager.Me.GetEquipedItem = "shield"; <- is wrong^^

also how i can track stackable debuffs

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