ScripterQQ 89 Posted June 19, 2018 Share Posted June 19, 2018 Hi, I have in my profile (quester) some steps that involve lua macros, they work very good, but one of them is /reload and it gives me the yellow message that the action was blocked by an add on. I kinda spot which addon is that makes me unable to >RunLuaMacro "/reload", what should I do? Also if I type in game /reload it works perfectly so I really don't know why manually works and with wrobot it's blocked..how to deal with this? Any help? Link to comment https://wrobot.eu/forums/topic/9616-interface-action-failed-because-of-an-addon/ Share on other sites More sharing options...
ScripterQQ 89 Posted June 19, 2018 Author Share Posted June 19, 2018 47 minutes ago, Mike-Mail said: Try to use /reload ui Same thing, doesn't work Link to comment https://wrobot.eu/forums/topic/9616-interface-action-failed-because-of-an-addon/#findComment-44617 Share on other sites More sharing options...
skeletonboy360 5 Posted June 19, 2018 Share Posted June 19, 2018 Lua.LuaDoString(“ReloadUI();”); ? ScripterQQ 1 Link to comment https://wrobot.eu/forums/topic/9616-interface-action-failed-because-of-an-addon/#findComment-44618 Share on other sites More sharing options...
ScripterQQ 89 Posted June 19, 2018 Author Share Posted June 19, 2018 1 hour ago, skeletonboy360 said: Lua.LuaDoString(“ReloadUI();”); ? This works! Awesome thank you so much Link to comment https://wrobot.eu/forums/topic/9616-interface-action-failed-because-of-an-addon/#findComment-44621 Share on other sites More sharing options...
ScripterQQ 89 Posted June 28, 2018 Author Share Posted June 28, 2018 I noticed this problem with other macros, now I don't know what is "allowed" and what not, and which addon causes the problems, but my best solution was instead of using the step "RunLuaMacro" and type "/run bla bla bla", I use "RunLuaCode" and i type directly there "bla bla bla". The "Lua.LuaDoString" is a valid option but for long macro full of " " signs it can be tricky (If I remember correctly you need to change every " with a ' ) Link to comment https://wrobot.eu/forums/topic/9616-interface-action-failed-because-of-an-addon/#findComment-44898 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