Jump to content

Imp autocast firebolt problem


Recommended Posts

Their is LUA function for it "TogglePetAutocast",
http://wowprogramming.com/docs/api/TogglePetAutocast
 

/run TogglePetAutocast(index)

index = which pet ability as number (4 as example)


if this dosent work you can try it over the macro api,
http://wowwiki.wikia.com/wiki/MACRO_petautocaston

RunMacroText("/petautocaston Firebolt")

include one of those things into your Fightclass and run it as LUA Code, not tested it, but should work.

Greets,
Dreamful

Link to comment
Share on other sites

1 hour ago, Dreamful said:

*snip*


RunMacroText("/petautocaston Firebolt")

include one of those things into your Fightclass and run it as LUA Code, not tested it, but should work.

Greets,
Dreamful

I believe RunMacroText is disabled in vanilla.

Link to comment
Share on other sites

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