Fredrik Kujansuu
Fredrik Kujansuu
I added some rudimentary logic to detect how many inventory pages were unlocked in the glop script, in hindsight this should be added to the ``Inventory`` class instead, because it...
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...
Currently the window that is last in the ``top_windows`` list is chosen, if there are multiple values in that list, it's likely we will crash out. Either we find a...