Updated to V1.3. Make sure your feathers are in your first inventory slot! For alching, have your coins & nature runes in slot 2 & 3.
Updated to V1.3. Make sure your feathers are in your first inventory slot! For alching, have your coins & nature runes in slot 2 & 3.
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
The script just keeps walking around to each fishing spot but never actually starts to fish. :\
Is it SRL 5?
Last edited by Quintessence; 01-08-2012 at 08:46 AM.
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Can you reproduce or is anyone else experiencing the same problem? It seems to be rotating between the most north western and northern fishing spots. It'll run to one then run to the other and repeat itself.
I'm also on SRL 5.
So then it's not finding the fishing spots even though they're visible on your screen?
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Ok you're going to be my tester, how does that sound? Replace your current 'FindFishingSpot' function with this one and tell me if it works any better:
Simba Code:Function FindFishingSpot(Var X,Y: Integer): Boolean;
var
TPA: TPointArray;
Hmod,Smod: Extended;
L,i,Tol,CTS,Col: Integer;
ATPA: T2DPointArray;
begin
Result := False;
ReturnValues([11970978, 12169386, 12433588], Hmod, Smod, Col, Tol);
CTS := GetColorToleranceSpeed;
ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(Hmod, SMod);
FindColorsSpiralTolerance(MSCX, MSCY, TPA, Col, MSX1, MSY1, MSX2, MSY2, Tol);
ColorToleranceSpeed(CTS);
if (Length(TPA) < 1) then
Exit;
ATPA := TPAToATPAEx(TPA, 20, 20);
SortATPAFrom(ATPA, Point(MSCX,MSCY));
L := High(ATPA);
SetArrayLength(ATPA, L+1);
for i := 0 to L do
begin
MiddleTPAEx(ATPA[i], X, Y);
HumanMMouse(X, Y, 15, 15);
if WaitUpTextMulti(['se-Rod','Fishing','spot'], 555) then
begin
Result := True;
GetMousePos(X, Y);
Exit;
end else
Result := False;
end;
end;
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Ok, well that's sure weird... I'll have to just put back in the old fish-spot finder.
Try this one that I've attached to the post.
Last edited by Flight; 01-08-2012 at 12:51 PM.
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
^^ He wasn't suggesting feathers, just telling you were to put them.
Also, Flight. The script is working well now.
btw, for the fish and alch thing, if you make it cast low level alchemy it doesnt interrupt your fishing, which will make the xp/hour rise alot as you never have to stop fishing apart from to click a new spot
Just a second ago I tested the script and got a problem (maybe it's just my fault but here it is) - when I started it, it found the fishing spot, started fishing but then eventualy started to do weird things in the same order over and over again: it clicks in minimap to go to other fishing spot (first cycle near one fishing icon, secon cycle - other fishing icon) -> checks spelbook tab -> clicks to get back to inventory -> starts fishing and fishes around 4 - 7 fishes -> flashes the xp counter button -> gives a progress report -> clicks in minimap to go to the other fishing spot near the other fishing icon -> ...
(still it droped all fishes from inventory when needed but went back again for the cycle afterwards)
I ran the script for 10 minutes, tried to restart the script, but back again I had the problem I explained above.
Any solutions to this one? I could live with the smaller exp rate because of the running but it looks very weird if someones watching it and for them it may look like boting. :/ If more specific information needed about the process, I can try to explain.![]()
Btw, keep up the good job!
Edit: I was using the version attached in the first page - "HeavyRodder(1.3).Simba" - was that the most recently released one?
Ok, i'll have some sleep and after some good dreams i'll check for answers. Good night everyone. ^^
Last edited by BoksaCimds; 01-08-2012 at 11:44 PM.
Try this one for now (it's a temporary fix by Flight):
http://villavu.com/forum/attachment....8&d=1326027052
Scroll up on this page for most recent script.
Ok, I've added the revised version of V1.3 to the OP. For those of you who previously downloaded 1.3 from the OP only, you need to re-download the script.
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Oh, thanks. I tried the newest version and looks like it runs as smoothly as it can. I'll report if anything bad comes up. Thanks again and have a good day.![]()
It's really more about 65-70K experience an hour taking into account fishing urns and the amount of time required to bank and log out to avoid the "6 hour update."
my rod looks pretty big when i use this script![]()
Keeps dropping my fishing rod (literally every other inventory it drops it)
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
There are currently 1 users browsing this thread. (0 members and 1 guests)