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