Jump to content

[Fight Class] with Pet (eg. Warlock)


dida1990

Recommended Posts

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.

Torment CastSpell.PNG

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

 

Torment CastSpell2.PNG

(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

Link to comment
Share on other sites

  • 1 year later...

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