fishes shimps anywhere and drops em'
read instructions.
![]()
fishes shimps anywhere and drops em'
read instructions.
![]()
the script looks good !
thats better than what i did before i was SRL member
Code:
- Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
- Solarwind: Dude, you are like... t3h s3x.
- Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
- benjaa: woah.... Jukka is the man Guildminer pwns all
- NaumanAkhlaQ: And JuKKa Is my Her0!
hey sorry im not gonna try thisbut it looks really good
keep up the good work! (lol its weird that im telling u this cuz ur more active [i have A LOT to do] and ur probably a better scripter)
Banned. Deleted.
You are making huuuge improvements here. Great work. I rewrote your FishShrimps;, you keep forgetting to place begin; and end; around a if-then loop.
SCAR Code:procedure FishShrimps;
var
Tol:integer;
begin
repeat
if(not(LoggedIn))then NextPlayer(false);
if(FindMMColorTol(MBX, MBY, FishColor, 5))then
begin
if(FindObj(x,y,'et',FishingSpot,Tol))then
begin
Mouse(x,y,4,4,false)
Wait(250);
ClickOption('et',1)
Wait(2000);
MMouse(x,y,4,4);
WhirlPool;
Wait(10);
AntiRandoms;
Wait(2000+random(1500));
end
end
if(not(FindMMColorTol(MBX, MBY, FishColor, 5)))then NextPlayer(false);
until(InvFull);
end;
Keep 'm coming.
Fawk!
EDIT: Took it awayThank you for bearing it.
SRL is a Library of routines made by the SRL community written for the Program Simba.We produce Scripts for the game Runescape.
yay i got 5 stars for that stuff![]()
be ready for my lobsterfisher v0.2 soon![]()
this does not work it keeps on loggin out with each player???
y is this happening
doesnt log in for me it compiles fine then just doesnt login hmmm how come?
// -Declare Players
procedure DeclarePlayers;
begin
HowManyPlayers := 6; //You can change this if you use more or less players.
NumberOfPlayers(HowManyPlayers);
CurrentPlayer:= 0; //You can change this if you want other player to start.
Players[0].Name :='fr00gler0x'; //Username.
Players[0].Pass :='*******'; //Password.
Players[0].Nick :='fr0'; //Nick of player name.
Players[0].Active:=True; //Don't touch.
Players[0].Integer1:=5; //Loads to do.
Players[1].Name :='';
Players[1].Pass :='';
Players[1].Nick :='';
Players[1].Active:=False;
Players[1].Integer1:=5;
Players[2].Name :='';
Players[2].Pass :='';
Players[2].Nick :='';
Players[2].Active:=False;
Players[2].Integer1:=5;
Players[3].Name :='';
Players[3].Pass :='';
Players[3].Nick :='';
Players[3].Active:=False;
Players[3].Integer1:=5;
Players[4].Name :='';
Players[4].Pass :='';
Players[4].Nick :='';
Players[4].Active:=False;
Players[4].Integer1:=5;
Players[5].Name :='';
Players[5].Pass :='';
Players[5].Nick :='';
Players[5].Active:=False;
Players[5].Integer1:=5;
rjf450 u should do that:
// -Declare Players
procedure DeclarePlayers;
begin
HowManyPlayers := 1; //You can change this if you use more or less players.
NumberOfPlayers(HowManyPlayers);
CurrentPlayer:= 0; //You can change this if you want other player to start.
Players[0].Name :='fr00gler0x'; //Username.
Players[0].Pass :='*******'; //Password.
Players[0].Nick :='fr0'; //Nick of player name.
Players[0].Active:=True; //Don't touch.
Players[0].Integer1:=100000000000000; //Loads to do.
it will log on only ur player and it will do 10000000000000 loads so it will rune for long time. ps. i hope the username u put there isnt a real rs account cause jagex customers know this site and they look up around so if it is u will get banned..lol just in case
rjf450, you need to set up fishcolor(fishcolor on minimap symbol) and to set up spot(light) color!!!!!! or it will log out nextplayer.
hi,
good job![]()
but i was in the at the port sarim, neting spot and it wouldnt fish. it just loged out and switched to the next player.
can u fix this?
thankyou
scotty![]()
![]()
i voted not bad
you should make it bank
then it would be a very good script![]()
Hey nice script.
The one problem everyone has been having, including myself, is that the FishColor often doesn't work, causing the script to just keep switching players.
You can easily fix this by changing FishColor to a var, instead of a const, and placing
into the main loop. Annoyingly the minimap symbol's colors change quite a bit, but SRL has this handy procedure to find the color for youSCAR Code:FishColor:=GetSymbolColor(x,y,'fish');
Alternatively you could just delete
from the FishShrimps procedure, but then if you got lost it wouldn't log off lolSCAR Code:if(not(FindMMColorTol(MBX,MBY,FishColor,5)))then NextPlayer(false);
Worked well once I fixed that though!![]()
omg how i get it to fish and not to log in and out!
ty
i am having this whenever i try to activate it :
Code:Failed when compiling Line 58: [Error] (58:1): Unknown identifier 'GameTab' in script C:\Program Files\SCAR 3.06\includes\SRL\SRL\skill\fishing.scar
thanks ill try now ...
EDIT : something must be wrong .... i got this :
if i need to reinstall Scar just send me the link to it and/or add me on msn karim_sherif2010@hotmail.comCode:Failed when compiling Line 59: [Error] (14857:10): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 2.03\includes\SRL/SRL/skill/fishing.scar
I get this:
Line 59: [Error] (14857:10): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 2.03\includes\SRL/SRL/skill/fishing.scar
Failed when compiling
I know my SRL is good because I run other scripts.
These errors are getting me mad ARRRGBHHGHGHi got the same problem Line 59: [Error] (14509:10): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 3.06\includes\SRL/SRL/skill/fishing.scar
I hate this!
I am curious does the issue have to do with the \ and /?
Line 59: [Error] (14857:10): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 2.03\includes\SRL/SRL/skill/fishing.scar
Failed when compiling
Why would they be in different directions?
dude, just logs in then out, many peeps having same problem. i did what u said, problems still continue, whats rong?
im haveing the log out problum 2 any idea's?
There are currently 1 users browsing this thread. (0 members and 1 guests)