Title. As in simple, I mean something that is repetative.
Edit: I derped on the title. "TAKING Simple F2P Requests"
Requests so far:
1-99 Woodcutter
Beefy Bill cow killer
Rimmington Miner + Banker
Title. As in simple, I mean something that is repetative.
Edit: I derped on the title. "TAKING Simple F2P Requests"
Requests so far:
1-99 Woodcutter
Beefy Bill cow killer
Rimmington Miner + Banker
Make a script that does this![]()
As in an AIO woodcutter? :P
Yeah but make it check levels when it levels up, so then when it knows it is say, level 10, it moves from normal to oak, and so on. If that seems too complicated, you could just make a powerchopper that supports those log types.![]()
but.. but..
Simba Code:program GateForWheatFieldOboveCookingCuildOpener;
{$DEFINE SMART}
{$i srl/srl.simba}
function OpenGate:Boolean;
var
tmpCTS, i, N, r, Counter:Integer;
GateTPA:TPointArray;
begin
tmpCTS := GetToleranceSpeed;
SetColorToleranceSpeed(2);
SetToleranceSpeed2Modifiers(0.06, 0.11);
FindColorsTolerance(GateTPA, 5077901, MSX1, MSY1, MSX2, 180, 5);
SetColorToleranceSpeed(tmpCTS);
SetToleranceSpeed2Modifiers(0.02, 0.02);
N := High(GateTPA);
if (N < 1) then
begin
WriteLn('Cannot Find Gate!');
Logout;
TerminateScript;
end;
MarkTime(Counter);
for i := 0 to N do
begin
r := random(N);
Wait(RandomRange(100, 250));
MMouse(GateTPA[r].x, GateTPA[r].y, 0, 5);
Wait(RandomRange(100, 175));
if WaitUpText('en G', 500) then
begin
Break;
end;
if WaitUpText('se G', 500) then
begin
WriteLn('Gate is already open');
Result := True;
Exit;
end;
if (TimeFromMark(Counter) > 3000) then
begin
WriteLn('Failed to find the Gate!');
Logout;
TerminateScript;
end;
end;
ClickMouse2(True);
Flag;
Result := True;
end;
begin
SetupSRL;
if OpenGate then
WriteLn('Wohoo, opened the gate!');
end.
A Rimmington miner that uses the Ring of kinship to teleport to Daemonheim where it banks, and then uses the a weilded clan vexillum to return to the clan camp just above the mine.
Cow killer that collects hides and banks via beefy bill?
If you wanted to mix it up you could lodestone to Port Sarim and bank in the deposit box on the wharf and then run or vex telle back?
Forgot to mention, but it's gonna be powerdropping from 1-99 f2p.
There are currently 1 users browsing this thread. (0 members and 1 guests)