NGU-scripts icon indicating copy to clipboard operation
NGU-scripts copied to clipboard

Add sanity checks

Open kujan opened this issue 6 years ago • 2 comments

Currently the script is running "blind", it doesn't know if the actions succeed or not, this is one of the most common issues you run into with too low sleep values. If the game doesn't redraw fast enough when swapping between menus, actions will start failing.

I think one of the easiest ways to achieve this is to just add pixel checks to ensure you're actually where you want to be, if not, retry the action.

kujan avatar Oct 14 '19 18:10 kujan

High priority to add checks to make sure we're in the correct adventure zone. You might end up in the wrong zone while questing or killing titans etc, which leads to the script getting stuck until you restart.

kujan avatar Nov 22 '19 18:11 kujan

-- on it

DavidFerrerBeltran avatar Dec 04 '19 15:12 DavidFerrerBeltran