Chiruca 0 Posted April 7, 2017 Share Posted April 7, 2017 Hi. I am trying to use the addon SheepSafe (https://wow.curseforge.com/projects/project-2113) for polymorphing in my frost mage fight class. I need to fire following macro ingame:/script if (FindUntargetedTarget()) then SheepSafe() end Since RunMacroText is not yet implemented in Vanilla, I am not sure how to get this macro to fire. Any ideas? Link to comment Share on other sites More sharing options...
Jasabi 36 Posted April 7, 2017 Share Posted April 7, 2017 Lua.LuaDoString("if (FindUntargetedTarget()) then SheepSafe() end") doesnt work? 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