Page 1 of 1
Need help from LUA literate
Posted:
Sun Sep 20, 2015 10:59 pm
by Toaked
I desperately need to a simple lua script that will open the menu of the target i have my mouse over (like a normal right click would do, as I have my right and left clicks being used for spells.
Re: Need help from LUA literate
Posted:
Sun Sep 20, 2015 11:12 pm
by JewJewPower
This will open the menu of your target, maybe it helps:
/run ToggleDropDownMenu(1, nil, TargetFrameDropDown, "TargetFrame", 120, 10);
Re: Need help from LUA literate
Posted:
Sun Sep 20, 2015 11:14 pm
by Toaked
Clique gives me error compiling script:
[string "/run ToggleDropDownMenu(1, nil, TargetFrameDropDown, "TargetFrame", 120, 10);]:1:unexpected symbol near '/'
ty for the quick reply
Re: Need help from LUA literate
Posted:
Sun Sep 20, 2015 11:30 pm
by JewJewPower
I don't know what a Clique is but I posted a simple macro.
Re: Need help from LUA literate
Posted:
Mon Sep 21, 2015 12:22 am
by Toaked
Aaa, on second thought this will do just the trick for me! Much appreciated