seef.ender 0 Posted June 1, 2017 Share Posted June 1, 2017 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 More sharing options...
Droidz 2737 Posted June 2, 2017 Share Posted June 2, 2017 Hello, You can use lua: http://wowwiki.wikia.com/wiki/API_EquipItemByName Or WRobot API: wManager.Wow.Helpers.ItemsManager.EquipItemByName("Item name"); Link to comment Share on other sites More sharing options...
seef.ender 0 Posted June 2, 2017 Author Share Posted June 2, 2017 ty it works. Can u tell me how to track stackable debuffs too ? Link to comment Share on other sites More sharing options...
seef.ender 0 Posted June 2, 2017 Author Share Posted June 2, 2017 found it already Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now