dida1990 51 Posted May 17, 2016 Share Posted May 17, 2016 I am making this tutorial, because I was searching for this so long, until I just figured out how to use WoW_API with the bot correctly. Maybe you are in the same position as me. For this we use the WoW_API Quote CastSpell(spellID, spellbookType); spellID = the position in your spell book (1 is at the top left, counting up for every step you go down in the first column spellbookType = "spell" or "pet" (we want to use "pet" here) For example: We have a Voidwalker and want to use the spell "Torment" to taunt the target we open up our spellbook and look in the "Demonic" spellbook and find Torment on the 4th position. Now we have everything we need: - Create a new spell with the name CastSpell(4, "pet"); - Add your conditions - select "Not spell, is lua script" = true (Expl.: The -(Torment) is the descrtiption I added in "Spell Settings) And there you go. Warning: This can slow down your rotation a lot, if you will not use the right conditions fengshibang 1 Link to comment https://wrobot.eu/forums/topic/3032-fight-class-with-pet-eg-warlock/ Share on other sites More sharing options...
fengshibang 5 Posted May 12, 2018 Share Posted May 12, 2018 It helps me a lot Link to comment https://wrobot.eu/forums/topic/3032-fight-class-with-pet-eg-warlock/#findComment-43519 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