masamyyris 0 Posted October 26, 2017 Share Posted October 26, 2017 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? Link to comment Share on other sites More sharing options...
Dreamful 147 Posted October 26, 2017 Share Posted October 26, 2017 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 eeny and masamyyris 2 Link to comment Share on other sites More sharing options...
Marsbar 226 Posted October 26, 2017 Share Posted October 26, 2017 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 More sharing options...
Dreamful 147 Posted October 26, 2017 Share Posted October 26, 2017 3 hours ago, Marsbar said: I believe RunMacroText is disabled in vanilla. even if you unlock LuaProtection? Link to comment Share on other sites More sharing options...
masamyyris 0 Posted October 26, 2017 Author Share Posted October 26, 2017 Tho Im not sure how to unlock luaprotection for vanilla... :( Link to comment Share on other sites More sharing options...
eeny 520 Posted October 29, 2017 Share Posted October 29, 2017 Did you ever get this to work in a quest profile? got any working examples to share? Link to comment Share on other sites More sharing options...
masamyyris 0 Posted October 29, 2017 Author Share Posted October 29, 2017 Nope, didnt get this work in any profile. 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