Just noticed that :S Wtf.
Simba Code:
procedure MineEss;
var C: Integer;
Essence: TRSObject;
begin
if not LoggedIn then Exit;
C := 0;
R_Flag;
FindEssence;
while not R_InvFull do begin
if not LoggedIn then Exit;
if not R_WaitToAnimate(2000) then
if not FindEssence() then Inc(C);
RRandoms;
AntiBan;
if C > 2 then
begin
SDebug(' We Have Failed To Find Essence Over 3 Times, Trying To Re-Locate Correct Position');
if WalkToEss then begin
SDebug(' Re-Locating Successfull');
C := 0;
end;
end;
if C > RandomRange(10, 15) then LogOut;
end;
SDebug(' Inventory Full');
end;
Edit: It's because of R_WaitToAnimate;
~Home