June 13, 20232 yr 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!
June 13, 20232 yr 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.
Create an account or sign in to comment