June 1, 20178 yr 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
June 2, 20178 yr Hello, You can use lua: http://wowwiki.wikia.com/wiki/API_EquipItemByName Or WRobot API: wManager.Wow.Helpers.ItemsManager.EquipItemByName("Item name");
Create an account or sign in to comment