jiraiyasm 1 Posted June 13, 2023 Share Posted June 13, 2023 hi. i tried using the macro to click on the "Create All" button for cooking quest but it doesn't seem to work. when i tried to type it in-game it does work. so far, it opens the cooking frame, selects the desired recipe to make(has required item to cook) but somehow it won't be able to click the "Create All" button. this is the macro i am trying: Lua.RunMacroText("/click TradeSkillCreateAllButton"); Thank you in advance for the help! Link to comment https://wrobot.eu/forums/topic/15219-luamacro-not-working/ Share on other sites More sharing options...
Matenia 628 Posted June 13, 2023 Share Posted June 13, 2023 Try Lua.LuaDoString("TradeSkillCreateAllButton:Click()") If that doesn't work, the problem seems to be that Wrobot executes secure calls and the button won't won't work when doing so. There might be an extra argument that allows disabling secure call. Additionally, maybe the anti-cheat protection WRobot uses breaks some code. libai 1 Link to comment https://wrobot.eu/forums/topic/15219-luamacro-not-working/#findComment-68385 Share on other sites More sharing options...
jiraiyasm 1 Posted June 13, 2023 Author Share Posted June 13, 2023 I also tried this before but doesn’t work as well. 😕 Link to comment https://wrobot.eu/forums/topic/15219-luamacro-not-working/#findComment-68388 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