April 26, 20214 yr Hey I have a question. I am using this Macro; RunMacroText("/cleartarget"); and I get a Blizzard UI error. But I dont get the error when I manually press the macro. Is there some option i am not seeing? Thanks
April 26, 20214 yr You're running non-secure code through WRobot, which executes code securely. Just use ClearTarget() as your Lua function
April 27, 20214 yr Author 13 hours ago, Matenia said: You're running non-secure code through WRobot, which executes code securely. Just use ClearTarget() as your Lua function Thanks for the reply. You saying as a Lua Script under spell conditions? ClearTarget() Research: none Return: nil Or just add as a spell RunMacroText("ClearTarget()");
April 27, 20214 yr I don't know what you're trying to do. Add it to a fightclass? The spell needs to be ClearTarget() and set to be Lua. Or the spell can be C# and Interact.ClearTarget() with it set to C#.
Create an account or sign in to comment