Hey guys, I'm having a little trouble figuring out why I keep ending up in the exact same mouse pos on the "options" game tab and just spent an embarrassing amount of time failing to figure out what the problem is. It happens usually, but not exclusively, after reaching a fishing spot or bank. It seems to happen more so than the 18 cases of doAnAnti at these events but I couldn't find anything relevant so I suppose I can attribute that to variance for now. That said it looks almost certainly to be a result of randomTab rolling on tab_options 100% of the time.
*Edit: took out the randomTab case in the scripts antiban function. Still goes to options tab.
* Should also note that is new since the latest reflection/script 3.2 updates.
I dug into the function and its dependencies and despite finding what appears to be a range discrepency in Aerolibs antiban.simba
Simba Code:
AllTabs := RandomRange(21, 37); //should be 34?
I found nothing that would skew the randomness of the result.
I also ran a test script with randomTab and randomFKeys(just in case) and the tab selection was random as intended.
Something about this script in particular or
possibly an interaction with reflection, is resulting in this 100% options tab result.
If anyone else has noticed this or has any ideas, I would LOVE to hear them because It's driving me up a wall.
Thanks,
anoobis