Well, why would there be 4 minutes of inactivity? And yes, I'm using beta 4.
By the way, for some reason, the volume isn't turned off, like the scroller turns it off, but it still keeps going, you have to disable SMART and scroll the scroller yourself.
EDIT: The inactivity happens when I play a maximized game I realized, without playing the game it works perfectly.
EDIT2: Logged out for 3 minutes of inactivity for some reason, must be random, couldn't tell the reason because I was sleeping...
Anyways, as I was looking through the code, I noticed that
ArrowCheck won't work for long range attacks:
SCAR Code:
Lowercase(Players[CurrentPlayer].Strings[1] = 'longRange') then
As you can see, it converts the string into lowercase, but the compared string itself has one capitalized letter, same thing happens with
MageCheck.
Also, emotes don't run 8/10 times, since you're still considered to be in fight, add a small wait or something.
BTW: Walking to cows on MM if none on MS are found doesn't work.