October 26, 20178 yr Hi When I get level 6 on my wlock and summon imp, the firebolt spell is not on autocast. So I need to put it manually, anyway to make plugin or script for the bot to do it?
October 26, 20178 yr 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
October 26, 20178 yr 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.
October 26, 20178 yr 3 hours ago, Marsbar said: I believe RunMacroText is disabled in vanilla. even if you unlock LuaProtection?
October 29, 20178 yr Did you ever get this to work in a quest profile? got any working examples to share?
Create an account or sign in to comment