I was testing a new script last night. Ran fine for over four hours, no problems at all.
Woke up this morning and decided to make sure Scar and SRL were all up to date so I Tortoise'd them both to make sure they were up to date.
Now I'm having a wierd issue with a snippet of code that was running flawlessly last night.
It is part of a banking procedure:
So, last night it worked find.Code:if (PinScreen then InPin(IntToStr(PinNumber)); until BankScreen; FindNormalRandoms; if InvCount>0 then begin DepositAll; wait(1000+random(1000)); end;
Today, what it's doing is:after the bankscreen opens up, the mouse is moving to about 656,187 and hovering around over where the inventory tab would be. But since the bankscreen is already open, there is no tab there. It just hovers there and moves around a bit, but it doesn't click or anything.
I've tried commenting out the FindNormalRandoms to see if that was causing it. Didn't change anything.
Then I tried to comment out the DepositAll line and substitute a blindclick at 397,307 but that didn't change anything either.
Then I tried to substitute a FindColorTolerance for the InvCount>0 to see if that was causing it, but it didn't change anything either.
Next I figured maybe somehow my SCAR or SRL got corrupted so I downloaded both of them from scratch and reinstalled them. Still no change.
So I'm stumped.
Anyone have any ideas?



Reply With Quote



















