August 31, 20187 yr 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?
September 2, 20187 yr Hello you have try to use another shortcut? for to use second char of this key?
September 7, 20187 yr Author Yes, I have tried a few different keys. They are not pressed in combat or regen phase.
September 15, 20187 yr Author I am just wanting to run some LUA during regen phase, could this be done with a plugin?
September 15, 20187 yr 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?
September 20, 20187 yr Author 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?
September 20, 20187 yr Because that isn't LUA, that's a macro. You want to do: Lua.LuaDoString(@"CastSpellByName(""Shadowmeld"")");
Create an account or sign in to comment