This script of mine fishes lobbys at the Karamja dock and then drops them.
Start at the dock and have a few lobster pots in inventory.
Post proggys or whatever.
New 1:
This script of mine fishes lobbys at the Karamja dock and then drops them.
Start at the dock and have a few lobster pots in inventory.
Post proggys or whatever.
New 1:
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
Some1 test it?
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
Cool, first post. What luck. Sure I'll test for you just wait a while. Definatly reserved for proggy.
Not really a proggie... It just told the time it worked every 6 seconds. It also just clicked at in one place. like in the middle of the mini map. I left it for 2 minutes and thats all that happed. Sorry for the bad news.
well then you maybe need to change the colors in the fishing procedure
aargh ok ik will change in findcolorspiraltolerance![]()
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
omg the map walking is a major bug![]()
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
ok new 1 coming up
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
Nice.
Edit your First Post and Upload it onto there
GJ!
ty and i will
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
Let us know when you are finished updating, ok and good luck.
omg i am this close to KaramjaFisherandSeller![]()
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
I tried your new version, it actually fishes. Every eight seconds though it clicks on the bridge forcing it away from fishing. If it is on the fishing spot off of the bridge, it just walks up the mountain. Because of this I had to fix it about once a minute and it fished 3 lobsters in 9 minutes. Make it follow the fishing spot. I thought this was a fisher seller? It says as a procedure drop.
yah i aint done yet u downloaded old version...
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
Ok you need to fix the fishing procedure so it just doesn't do it one time then go to walking to procedure..
you need a function like
and use it your procedure likeFunction FullInv: Boolean;
Var
S: String;
Begin
S := GetBlackChatMessage
Result := (Pos('full', S) <> 0);
End;
Procedure Fishing;
VAR
X,Y:INTEGER;
Begin
Makecompass('N');
Setangle(true);
if findcolorspiraltolerance(x,y,14987659,MSX1,MSY1,MS X2,MSY2,1)then
Repeat
Mouse(x,y,0,0,false);
Chooseoption('Cage');
Writeln('Fishing');
Wait(7500 + 300);
until
FullInv;
End;begin
SetupSRL;
DeclarePlayers;
ActivateClient;
if not loggedin then loginplayer;
Wait(1000)
Repeat
Fishing;
Antirandom;
Antiban;
DropLobsters;
Myhandlewhirlpool;
Loginplayer;
Writeln('Running KaramjaFisher By 2pacfan for:'+timerunning);
Until (false)
end.is a big no-no you need to do something likeUntil (false)
and then in the mainloopPlayers[0].Name := '';//Username Set This if u wanna log in
Players[0].Pass := '';//Password Set This if u wanna log in
Players[0].Nick := '';//Y0ur NickName Set This if u wanna log in
Players[0].Active := True;//Player active or not??
Players[0].Integers[0]:= 1; //Loads to Do;
if (Loads = Players[CurrentPlayer].Integers[0]) then
begin
NextPlayer(True);
MakeCompass('S')
Writeln('Players Switched successfully')
end;
It looks like 2pacfan has just completely givin up on this... I honestly think that is pathetic. If you dont bother to try no one with bother to try and post proggies... Sorry for the outburst ;0
first of all.i didnt stopped.
2.im busy with other things you know..
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
Ok then, let us know when you update it...
There are currently 1 users browsing this thread. (0 members and 1 guests)