Simba Code:
Var
x, y, i, reps, axehandle, CTS, b:Integer;
A:Extended;
V:String;
Points: TPointArray;
Pointe: TPoint;
Pointers: T2DPointArray;
What's up with only global variables?
Simba Code:
Procedure CheckWcLevel;
Begin
Mouse(587, 174, 20, 24, True);
wat
coord clicking? Seriously? o.o
Simba Code:
CTS := GetColorToleranceSpeed;
ColorToleranceSpeed(2);
FindColorsSpiralTolerance(MSCX, MSCY, Points, 5863013, MSX1, MSY1, MSX2, MSY2, 2);
ColorToleranceSpeed(CTS);
You use CTS2 but don't set hue and sat mods?
...
Simba Code:
DropArray([2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]);
...
Simba Code:
Mouse(645, 174, 23, 25, True);
If(FindDeformedBitmapToleranceIn(AxeHandle, X, Y, MIX1, MIY1, MIX2, MIY2, 30, 0, False, A)) Then
Begin
Writeln('Player has axe in inventory');
Players[CurrentPlayer].Integers[5] := 1;
End Else
Begin
Mouse(676, 174, 20, 25, True);
Coord clicking yet again..
I expect more from SRL Members than this, cycrosism... :/ Your App was better than this...