jusxon 1 Posted August 31, 2018 Share Posted August 31, 2018 Hello, I have a macro key setup and it will not work in combat - whether or not "Press key only if not in combat" is true. Currently, I have all options except activate set to false. Am I missing something? Link to comment https://wrobot.eu/forums/topic/10029-macro-key-not-pressed-in-combat/ Share on other sites More sharing options...
Droidz 2738 Posted September 2, 2018 Share Posted September 2, 2018 Hello you have try to use another shortcut? for to use second char of this key? Link to comment https://wrobot.eu/forums/topic/10029-macro-key-not-pressed-in-combat/#findComment-47045 Share on other sites More sharing options...
jusxon 1 Posted September 7, 2018 Author Share Posted September 7, 2018 Yes, I have tried a few different keys. They are not pressed in combat or regen phase. Link to comment https://wrobot.eu/forums/topic/10029-macro-key-not-pressed-in-combat/#findComment-47209 Share on other sites More sharing options...
jusxon 1 Posted September 15, 2018 Author Share Posted September 15, 2018 I am just wanting to run some LUA during regen phase, could this be done with a plugin? Link to comment https://wrobot.eu/forums/topic/10029-macro-key-not-pressed-in-combat/#findComment-47482 Share on other sites More sharing options...
Apexx 60 Posted September 15, 2018 Share Posted September 15, 2018 3 hours ago, jusxon said: I am just wanting to run some LUA during regen phase, could this be done with a plugin? What version of WoW are you interested in this for? Link to comment https://wrobot.eu/forums/topic/10029-macro-key-not-pressed-in-combat/#findComment-47484 Share on other sites More sharing options...
Apexx 60 Posted September 16, 2018 Share Posted September 16, 2018 Try this, put it inside your Plugins folder. LuaDuringRegen.cs Link to comment https://wrobot.eu/forums/topic/10029-macro-key-not-pressed-in-combat/#findComment-47490 Share on other sites More sharing options...
jusxon 1 Posted September 20, 2018 Author Share Posted September 20, 2018 Thank you for that, I tried running it and the debug message does go off during the start of regen. I put my LUA in there though and it does not want to run. This is what it looks like; Lua.LuaDoString("/cast Shadowmeld"); Any idea why that might not be working? Is there a way to keep running the function while in regen? Link to comment https://wrobot.eu/forums/topic/10029-macro-key-not-pressed-in-combat/#findComment-47612 Share on other sites More sharing options...
Marsbar 228 Posted September 20, 2018 Share Posted September 20, 2018 Because that isn't LUA, that's a macro. You want to do: Lua.LuaDoString(@"CastSpellByName(""Shadowmeld"")"); Link to comment https://wrobot.eu/forums/topic/10029-macro-key-not-pressed-in-combat/#findComment-47617 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