Been said already, and I've said I'm working on it also.
Here's the fix, not released yet:
SCAR Code:
Function OreInLast:Boolean;
Begin
If ( GetColor(703, 458) And GetColor(702, 441) = 131072 ) Or
( GetColor(696, 436) And GetColor(708, 456) = 131072 ) Then
If InvFull Then
Result:=True;
End;
Also, the point is that instead of checking invfull after each ore, it just checks 2 pixels first, less time (although its just ms) if I do enough "small checks before big checks" it'll overall noticeably increase script speed.
BeBe is testing the break taker for me, and shell be back in 2ish hours and let me know how that worked, after that I will release the next version with fixed dropper, and break taking.
Also, marpis:
F2P Iron is supposedly fastest xp until level 85ish
P2P Iron is fastest until 75, and then granite/sandstone until 99.
Just some info.