View Full Version : [C]Heavy-Rodder (Barbarian fisher)
Mr. Roboto
08-02-2012, 08:51 AM
I get about 40kexp/1hr.
Austin
08-03-2012, 07:42 PM
The script works great for me and I'm getting about 45k xp an hour with 76 fish, but twice now when I've went to check on it, I see the mouse going in a "circle" over one of the fish. It appears to do this constantly unless I intervene and restart it. It starts dropping the fish then randomly does it. It happened to me about 20 minutes after I started using the script then about an hour after that. Any ideas?
Flight
08-04-2012, 02:02 AM
The script works great for me and I'm getting about 45k xp an hour with 76 fish, but twice now when I've went to check on it, I see the mouse going in a "circle" over one of the fish. It appears to do this constantly unless I intervene and restart it. It starts dropping the fish then randomly does it. It happened to me about 20 minutes after I started using the script then about an hour after that. Any ideas?
Oh hmm. Let me take a look over it today, it might be some failure in my StreamMouse function. It's very beta. I apologize for that mate.
Austin
08-04-2012, 02:55 AM
Oh hmm. Let me take a look over it today, it might be some failure in my StreamMouse function. It's very beta. I apologize for that mate.
No problem! Thanks for trying to fix it :)
Megadeth
08-04-2012, 09:10 PM
I see the mouse going in a "circle" over one of the fish. It appears to do this constantly unless I intervene and restart it. It starts dropping the fish then randomly does it. It happened to me about 20 minutes after I started using the script then about an hour after that. Any ideas?
This might be off topic but I notice this also happens in Flight's Livid Farm script, although it is quite rare :p
Scuttler
08-05-2012, 07:12 PM
Both the livid farm script and this script don't do the circle thing to me if MouseIn (in StreamMouse) is 'normal' and not 'break'. Also when it happend, in the livid farm one it was the one in the top right corner and continued happily after that.
Flight
08-06-2012, 01:03 AM
Both the livid farm script and this script don't do the circle thing to me if MouseIn (in StreamMouse) is 'normal' and not 'break'. Also when it happend, in the livid farm one it was the one in the top right corner and continued happily after that.
Alrighty I do appreciate the input, now I know it's something still wrong with BrakeMMouse.
bweibking
08-17-2012, 06:54 AM
keeep getting this
Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 96
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4, 5]
alskinso
08-20-2012, 01:42 AM
Hi, long time since ive used this just got back from holiday, keep getting this after it loads and everything:
Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 96
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4, 5]
[Error] C:\Simba\Includes\SRL\SRL\Misc\SmartGraphics.Simba (25:3): Unknown identifier 'SmartSetDebug' at line 24
Compiling failed.
BTW a new tab opens called 'SmartGraphics' hope this helps
not sure what to do, and help would be greatly appreciated.
Thank you
Flight
08-20-2012, 02:21 AM
Updated to V1.51
Nothing major this time around, just fixed those SmartGraphics errors. Also, I uploaded the newest MouseHandler (V1.02) with a cheap fix for the spaming-spirl mouse.
alskinso
08-20-2012, 04:58 AM
Updated to V1.51
Nothing major this time around, just fixed those SmartGraphics errors. Also, I uploaded the newest MouseHandler (V1.02) with a cheap fix for the spaming-spirl mouse.
Thanks for quick response i used the new mouse handler but i still get the same error
Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 96
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4, 5]
[Hint] C:\Simba\Includes\SRL/SRL/core/antirandoms\randomtool.simba(215:3): Variable 'T' never used at line 214
Compiled successfully in 1297 ms.
SRL Compiled in 0 msec
Paired with SMART[4088]
Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 96
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4, 5]
Successfully saved: C:\Users\King\Downloads\HeavyRodder(1.51).Simba
[Hint] C:\Simba\Includes\SRL/SRL/core/antirandoms\randomtool.simba(215:3): Variable 'T' never used at line 214
Compiled successfully in 1140 ms.
SRL Compiled in 0 msec
Paired with SMART[4088]
Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 96
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4, 5]
[Error] C:\Simba\Includes\SRL\SRL\Misc\SmartGraphics.Simba (25:3): Unknown identifier 'SmartSetDebug' at line 24
it does everything great and finds fishing spot but doesn't click on it :/
Flight
08-20-2012, 06:07 AM
Ah yeah I missed a line. Change this line: (line 207)
SMART_DrawTextEx(False, MCX1 + TP.x, (MCY1+50) + TP.y, SmallCharsNS, V, clWhite);
To this:
SMART_DrawTextEx(False, MCX1 + TP.x, MCY1 + TP.y, SmallCharsNS, V, clWhite);
I'll re-upload this to V1.51.
alskinso
08-20-2012, 02:37 PM
Ah yeah I missed a line. Change this line: (line 207)
SMART_DrawTextEx(False, MCX1 + TP.x, (MCY1+50) + TP.y, SmallCharsNS, V, clWhite);
To this:
SMART_DrawTextEx(False, MCX1 + TP.x, MCY1 + TP.y, SmallCharsNS, V, clWhite);
I'll re-upload this to V1.51.
You sir, are a godsend! in 6 years of botting ive never seen such consistent speedy responses, and all from a FREE bot!
Thank you very much (btw if Flight a team of people on one account?)
Flight
08-20-2012, 04:01 PM
You sir, are a godsend! in 6 years of botting ive never seen such consistent speedy responses, and all from a FREE bot!
Thank you very much (btw if Flight a team of people on one account?)
Hah nope, just me. :rolleyes:
bweibking
08-21-2012, 06:33 AM
Thanks Flight!!
Chris
08-21-2012, 08:04 AM
It works great, but I had the same problem with the StreamMouse function. Changing it from 'brake' to 'normal' solved it. :)
newb cheater
08-21-2012, 08:37 AM
Just a report. Did not break till i stopped at 3 hour period
[======================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[======================================]
[ Run Time : 3 Hr 15 Min 19 Sec ]
[ Trout Caught : 993 ]
[ Salmon Caught : 778 ]
[ Sturgeon Caught : 713 ]
[ Fishing XP : 161150 ]
[ Breaks : 0 ]
[======================================]
[ Heavy-Rodder 1.5 ]
[======================================]
Still using 1.5 but changed the mouse function to latest one :)
Chris
08-21-2012, 10:12 AM
[======================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[======================================]
[ Run Time : 4 Hr 28 Min 44 Sec ]
[ Trout Caught : 1326 ]
[ Salmon Caught : 1003 ]
[ Sturgeon Caught : 884 ]
[ Fishing XP : 207230 ]
[ Breaks : 1 ]
[======================================]
[ Heavy-Rodder 1.5 ]
[======================================]
Time until break: 00:05:40
Dropped fish in 17893 ms.
It did some 6 hours runs before, but I didn't save those proggys.
It got stuck at this spot once (blue dot):
http://i49.tinypic.com/ie02g0.png
But that never happened again. :)
alskinso
08-21-2012, 01:40 PM
Script is flawless but i cant bot for long ours due to 'game session expired' is there a way to fix this or should i just not break?
Also i was wondering if it was possible to add 'time till level' and total xp to the proggy report? just a thought
Thanks
Andres
08-21-2012, 03:02 PM
Script is flawless but i cant bot for long ours due to 'game session expired' is there a way to fix this or should i just not break?
Also i was wondering if it was possible to add 'time till level' and total xp to the proggy report? just a thought
Thanks
The game session ending has nothing to do with the script or Simba. Jagex has a 6 hour limit for any client. All you need to do is close out SMART and restart the script.
alskinso
08-21-2012, 05:31 PM
The game session ending has nothing to do with the script or Simba. Jagex has a 6 hour limit for any client. All you need to do is close out SMART and restart the script.
Thank you makes a lot of sense (long time since if played runescape)
Valeyard
08-21-2012, 06:04 PM
Haven't used Simba for a while. Coming back to this script, thanks a lot! Is there anyway to disable the paint without disrupting the script?
Austin
08-21-2012, 06:21 PM
Haven't used Simba for a while. Coming back to this script, thanks a lot! Is there anyway to disable the paint without disrupting the script?
Yeah, I did it before when the paint wasn't working properly. IIRC, you have to delete all of line 141-220 in the latest version. Basically the second $IFDEF to $ENDIF statement. Hope that works!
Oh and delete the
{$IFDEF SMART}
{$I SRL/SRL/Misc/SmartGraphics.Simba}
{$ENDIF}
in the beginning
Valeyard
08-21-2012, 06:22 PM
Yeah, I did it before when the paint wasn't working properly. IIRC, you have to delete all of line 141-220 in the latest version. Basically the second $IFDEF to $ENDIF statement. Hope that works!
Oh and delete the
{$IFDEF SMART}
{$I SRL/SRL/Misc/SmartGraphics.Simba}
{$ENDIF}
in the beginning
Thank you very much good sir. I will make these changes when I next stop the script.
Flight
08-22-2012, 01:52 AM
Yeah, I did it before when the paint wasn't working properly. IIRC, you have to delete all of line 141-220 in the latest version. Basically the second $IFDEF to $ENDIF statement. Hope that works!
Oh and delete the
{$IFDEF SMART}
{$I SRL/SRL/Misc/SmartGraphics.Simba}
{$ENDIF}
in the beginning
I believe naturally that'll give errors. To disable the paint simply click the 'Disable Debug' button on SMART itself.
Andres
08-23-2012, 09:59 PM
The latest version's drop procedure is really great. I'm getting about 3k per hour better xp.
Austin
08-26-2012, 04:39 PM
Just this morning after running the script for about an hour or so, I went to check back on it and found that my character was standing in a house clicking the compass every 5-10 seconds or so (like it usually does to find its position at the fishing spot). It was doing this for about 12 minutes before I saw it and stopped it. I went to check on the SRL logs and found that it got the freaky forester random. It said it solved it on the log, but it obviously mustn't of because my character was in a Falador house. So I guess the script still thought it was at the fishing spot then and kept on clicking the compass. It's probably a rare occurrence, but I would suggest adding a better location detector so if something like that happens it will log itself out. Just a future recommendation :)
Flight
08-27-2012, 01:41 AM
Just this morning after running the script for about an hour or so, I went to check back on it and found that my character was standing in a house clicking the compass every 5-10 seconds or so (like it usually does to find its position at the fishing spot). It was doing this for about 12 minutes before I saw it and stopped it. I went to check on the SRL logs and found that it got the freaky forester random. It said it solved it on the log, but it obviously mustn't of because my character was in a Falador house. So I guess the script still thought it was at the fishing spot then and kept on clicking the compass. It's probably a rare occurrence, but I would suggest adding a better location detector so if something like that happens it will log itself out. Just a future recommendation :)
Good suggestion. Yeah the random event part you could report to the SRL dev team in the appropriate section, but I understand how it relates to your suggestion. I believe in the future I'll have the script periodically check our SPS location, if we're even in near the lake, and simply log out if we're not.
gruedungeon
08-30-2012, 01:38 AM
This is the best script I've run across. Very professional. I ran into the same situation Austin mentioned above only once, but seriously, that's no biggie.
I'm brand new to this thing - have you written scripts for other skills too? If so which ones?
Seriously, this is good stuff.
Cheers!
Ashaman88
08-30-2012, 02:25 AM
{$IFDEF SMART}
Smart_FixSpeed := True;
{$ENDIF}
Added:
{$IFDEF SMART}
Smart_FixSpeed := True;
SRL_SIXHOURFIX := TRUE;
{$ENDIF}
Only thing I changed so it can restart upon client token. Excellent script as always flight!
mrbotter123
09-03-2012, 05:21 AM
http://puu.sh/11ycE
Thankyou!!
simray
09-06-2012, 12:33 PM
Directly in front of Barbarian rod fishing, couldn't click the "Use rod-fishing" thingy and home teleported to Lumbridge. Is it working?
Flight
09-07-2012, 12:21 AM
Directly in front of Barbarian rod fishing, couldn't click the "Use rod-fishing" thingy and home teleported to Lumbridge. Is it working?
This script does not use the Home teleport. Are you sure this is the script you tried to run?...
simray
09-07-2012, 03:30 AM
This script does not use the Home teleport. Are you sure this is the script you tried to run?...
relaunched, working fine now :) sorry for the earlier post
runespeller
09-12-2012, 09:07 AM
This is the best script I have ever used.. my proggy:
[======================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[======================================]
[ Run Time : 2 Hr 59 Min 30 Sec ]
[ Trout Caught : 842 ]
[ Salmon Caught : 598 ]
[ Sturgeon Caught : 502 ]
[ Fishing XP : 124121 ]
[ Breaks : 1 ]
[======================================]
US Marine
09-13-2012, 01:17 AM
This is the best script I have ever used..
Must say, I do agree with this.
Im New Sry
09-13-2012, 05:03 PM
[=================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[=================================]
[ Run Time : 58 Min 55 Sec ]
[ Trout Caught : 343 ]
[ Salmon Caught : 231 ]
[ Sturgeon Caught : 182 ]
[ Fishing XP : 47881 ]
[ Breaks : 0 ]
[=================================]
[ Heavy-Rodder 1.5 ]
[=================================]
Using this now to get 85 Fishing. It runs pretty smooth, but it gets randoms quite often :D left it for two times to work on itself, when I was back, both of the times it was in a random. :D I know it's not your fault. The script itself is very well working :).
Got 85 Fishing! Thank you very much! Script is flawless. No bugs spotted :P
stuartroad
10-01-2012, 11:07 PM
thanks a lot, will post another proggy, need a few more levels to finish all elite tasks.
[======================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[======================================]
[ Run Time : 11 Hr 31 Min 6 Sec ]
[ Trout Caught : 3581 ]
[ Salmon Caught : 2720 ]
[ Sturgeon Caught : 2335 ]
[ Fishing XP : 556251 ]
[ Breaks : 1 ]
[======================================]
[ Heavy-Rodder 1.5 ]
[======================================]
Solar
10-05-2012, 10:51 PM
[======================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[======================================]
[ Run Time : 3 Hr 15 Min 54 Sec ]
[ Trout Caught : 921 ]
[ Salmon Caught : 710 ]
[ Sturgeon Caught : 608 ]
[ Fishing XP : 144391 ]
[ Breaks : 1 ]
[======================================]
[ Heavy-Rodder 1.5 ]
[======================================]
Thanks, first time using it, and stopped manually.
mamoneltoro
10-15-2012, 02:04 PM
keep getting this error.
[Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(606:5): Unknown identifier 'ImageSetClientArea' at line 605
Compiling failed.
Parfilo
10-18-2012, 01:14 PM
Great script. I'm planning on getting 99 fishing with it fairly soon. A big thanks to you!
mkid22
10-20-2012, 04:01 PM
simply amazing, script ran brilliant big thank you. :spot:
http://s18.postimage.org/zchlb76eh/Untitled.gif
Parfilo
10-22-2012, 01:03 PM
Just today I randomly received an error, and it worked fine before. any fixes?
Austin
10-22-2012, 07:01 PM
Just today I randomly received an error, and it worked fine before. any fixes?
Well.. you have to post or say what the error was before we can help you..
Parfilo
10-23-2012, 03:46 AM
It's the login bug. Idk how to fix it at all, and the login fix threads sounded like gibberish o_o
Does this have any bans? I have been using it a while on a free account botting 7+ hours, I might use it on my main xD
Works great! But when it looks for a fishing spot the it trys to click on the rings around the rocks.
Parfilo
10-27-2012, 07:06 PM
Thank you very much for this script, it got me to 90 fishing in no time. Rocktails ftw :)
Praize
10-29-2012, 12:13 PM
[======================================]
[ Run Time : 1 Hr 47 Min 18 Sec ]
[ Trout Caught : 530 ]
[ Salmon Caught : 351 ]
[ Sturgeon Caught : 334 ]
[ Fishing XP : 155580 ]
[ Breaks : 0 ]
[======================================]
[ Heavy-Rodder 1.5 ]
I did this for 20 Hours or so, but my computer restarted because of updates. Anyways I was there for 20 hours and got 1.3Mil xp so thats close to 65k/xp an hour for me. Thanks!!
beeb101
10-29-2012, 09:24 PM
Hello, Having a few problem with this scripts.
1) Screen rotates a lot and repeatedly clicks fishing spots even while fishing.
2) Trying to use alch method clicks on magic tab then just switching to invent tab
3) Doesnt count xp/hour properly
Any help would be appreciated thanks.
Also if you can get it to support urns that would be cool.
Parfilo
10-29-2012, 10:53 PM
No more randoms, so now we can bot easily with this! :D
Heavenzeyez1
10-30-2012, 04:39 AM
[====================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[====================================]
[ Run Time : 6 Hr 8 Min 9 Sec ]
[ Trout Caught : 1675 ]
[ Salmon Caught : 1329 ]
[ Sturgeon Caught : 1100 ]
[ Fishing XP : 264781 ]
[ Breaks : 2 ]
[====================================]
[ Heavy-Rodder 1.5 ]
[====================================]
~Eerik.
beeb101
10-30-2012, 10:04 AM
Ok the drop method works fine but when i use alch method it just switches from invent to magic tab... Any ideas? how should my magic tab be set up? Thanks
Heavenzeyez1
10-31-2012, 12:06 AM
I've noticed that when dropping, the mouse sometimes goes crazy, moves really fast in the inventory slot it is at. Then finally manages to click and drop.
~Eerik.
Nebula
10-31-2012, 12:15 AM
Ok the drop method works fine but when i use alch method it just switches from invent to magic tab... Any ideas? how should my magic tab be set up? Thanks
I just had a look at the script, and I believe this is because flight used FindBitmap not FindBitmapToleranceIn. So the symbol isn't found because the colors change slightly. Hopefully Flight sees this and updates that.
Degroot
10-31-2012, 06:49 AM
Working great so far =)
Chris
10-31-2012, 09:18 AM
I just had a look at the script, and I believe this is because flight used FindBitmap not FindBitmapToleranceIn. So the symbol isn't found because the colors change slightly. Hopefully Flight sees this and updates that.
It could also be because he didnt have his high alchemy spell visible, as the spell bitmaps used to be static afaik.
Mongolen
11-04-2012, 01:19 PM
[======================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[======================================]
[ Run Time : 5 Hr 24 Min 57 Sec ]
[ Trout Caught : 1683 ]
[ Salmon Caught : 1243 ]
[ Sturgeon Caught : 1043 ]
[ Fishing XP : 254601 ]
[ Breaks : 1 ]
[======================================]
[ Heavy-Rodder 1.5 ]
- Most awesome script :D Keep it up!
Paradox122
11-06-2012, 01:09 PM
Hey a lot of the time my guys ends up a little northwards in that building, and a lot of the time I end up on the west side of the river, but i just run up in down in a line, not fishing. The rest of the time it works great until i get one of these 2. I think this might be because the program is looking west and sees the fishing spot way up river, and after getting to that spot and fishing it, it has trouble getting back to the many spots beside the bridge. Thanks for any help, great script.
obolix101
11-07-2012, 12:52 PM
doesnt seem to work for me wont click on use rod fishing spot.... it goes to the next one and so forth
Austin
11-07-2012, 01:09 PM
doesnt seem to work for me wont click on use rod fishing spot.... it goes to the next one and so forth
Do you have any debugs? Does it do that until you stop it? Do you have the correct graphical settings?
obolix101
11-07-2012, 01:24 PM
ye it logs in and then just fails to fish it finds the fishing pool right clicks but doesnt click on the button to make it fish it jsut hovers above it then trys a diffrent pool., what is the right setup graphically im guessing min/fixed??
Austin
11-07-2012, 01:27 PM
ye it logs in and then just fails to fish it finds the fishing pool right clicks but doesnt click on the button to make it fish it jsut hovers above it then trys a diffrent pool., what is the right setup graphically im guessing min/fixed??
Minimum settings for everything, lowest brightness, and zoomed all the way out. It worked fine for me when I used it, not sure what could have changed if you have all the right settings =/.
obolix101
11-07-2012, 01:30 PM
he just wont use rod fishing rod..
obolix101
11-07-2012, 01:34 PM
i even manualed a full bp of fish and it drops then just wont click the use fishing rod aghghhh
Austin
11-07-2012, 01:43 PM
Oh, you're supposed to have the rod in your toolbelt, not in your invo. I don't think it will work with it in your invo. Try putting it into your toolbelt and it should work fine.
obolix101
11-07-2012, 01:56 PM
ye got no rod and stil doesnt work mehh
Austin
11-07-2012, 02:13 PM
ye got no rod and stil doesnt work mehh
Hmm, only other thing I can think of right now is that you misread the OP and aren't in the right spot. Are you sure you didn't mix Flight's barbarian fly fisher up with this one? This one is supposed to be used north of the whirlpool at Baxtorian Falls. Quote from OP:
How to use:
Start at the Baxtorian Falls with your feathers (or fishing bait) in your first inventory slot
Do you have feathers/bait in your first invo slot btw and nothing else?
Can't help you much if you're doing everything right. I haven't used this script in ages =/. Got me from 67-90 pretty fast without many problems however ;)
obolix101
11-07-2012, 02:18 PM
i am at the falls it works 100% up to clicking on use rod fishing rod thing like it finds the pool drops fish just doesnt fish! but i tried another script and same problam although this was trying to cook it got food from bank took to fire but couldnt use fish on the fire/?? yet yesterday i used a karmanja fishing script and it was fine??
Austin
11-07-2012, 02:23 PM
i am at the falls it works 100% up to clicking on use rod fishing rod thing like it finds the pool drops fish just doesnt fish! but i tried another script and same problam although this was trying to cook it got food from bank took to fire but couldnt use fish on the fire/?? yet yesterday i used a karmanja fishing script and it was fine??
Umm, if you want, you can post a picture of your invo/graphical settings to make sure they are all correct. Also, I'm not sure if this affects this script or not, but try not wearing a cape when fishing. That's a problem that affects some fishing scripts. Also, you have the latest version, correct?
Ashaman88
11-07-2012, 02:28 PM
i am at the falls it works 100% up to clicking on use rod fishing rod thing like it finds the pool drops fish just doesnt fish! but i tried another script and same problam although this was trying to cook it got food from bank took to fire but couldnt use fish on the fire/?? yet yesterday i used a karmanja fishing script and it was fine??
What do you mean use fishing rod thing? All it should do is click the fishing spot, get a full invo, drop, and repeat. Are you saying it wont click the fishing spots?
Flight
11-07-2012, 03:05 PM
Let me ask this: when the script suddenly stops, is your mouse / SMART's mouse hovering over the "Forums" tab on the Nav Bar?
Prometheus
11-07-2012, 11:31 PM
http://img440.imageshack.us/img440/9923/99fishl.png
<3
Flight
11-08-2012, 02:19 AM
metheus;1124313']http://img440.imageshack.us/img440/9923/99fishl.png
<3
Wowzers! :eek: Sweet-looking cape you got there mate. ;) Congratulations!
Prometheus
11-08-2012, 02:47 AM
Wowzers! :eek: Sweet-looking cape you got there mate. ;) Congratulations!
Thanks! And thank you for making this flawless script :D
largovich
11-09-2012, 10:24 PM
There you go Flight!
[======================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[======================================]
[ Run Time : 5 Hr 05 Min 11 Sec ]
[ Trout Caught : 1727 ]
[ Salmon Caught : 1252 ]
[ Sturgeon Caught : 1098 ]
[ Fishing XP : 261831 ]
[ Breaks : 2 ]
[======================================]
[ Heavy-Rodder 1.5 ]
[======================================]
jhtest
11-10-2012, 09:23 PM
[=======================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[=======================================]
[ Run Time : 14 Hr 52 Min 46 Sec ]
[ Trout Caught : 4369 ]
[ Salmon Caught : 3174 ]
[ Sturgeon Caught : 2717 ]
[ Fishing XP : 657991 ]
[ Breaks : 6 ]
[=======================================]
[ Heavy-Rodder 1.5 ]
[=======================================]
Couldn't be better.
Flight
11-11-2012, 12:49 AM
Wonderful progress reports fellas. I'm pleased to see them. :)
largovich
11-11-2012, 09:57 AM
Will I lose fishing xp/h when I use alching?
Flight
11-11-2012, 10:38 AM
Will I lose fishing xp/h when I use alching?
Theoretically it should raise your XP/Hour because it means you never have to drop your fish. Although from what I've heard the fish 'n alch method might not be working at this moment. I haven't used the script in a very, very long time so I have no idea.
largovich
11-11-2012, 11:41 AM
Theoretically it should raise your XP/Hour because it means you never have to drop your fish. Although from what I've heard the fish 'n alch method might not be working at this moment. I haven't used the script in a very, very long time so I have no idea.Ok, I'll test it for you.
largovich
11-11-2012, 11:46 AM
No, It doesn't work. It clicks the spellbook and then clicks rhe inventory without selecting the low-alching spell, but it does click the hish afterwards.
Justin
11-12-2012, 08:55 AM
No, It doesn't work. It clicks the spellbook and then clicks rhe inventory without selecting the low-alching spell, but it does click the hish afterwards.
Vouch. Same problem here, simply changing FindBitmapIn to FindBitmapToleranceIn with ~ 10 will find the low alch bitmap
largovich
11-14-2012, 09:32 PM
[=======================================]
[ Heavy-Rodder 1.5 ]
[ by Flight ]
[=======================================]
[ Run Time : 13 Hr 50 Min 19 Sec ]
[ Trout Caught : 4524 ]
[ Salmon Caught : 3415 ]
[ Sturgeon Caught : 2931 ]
[ Fishing XP : 699731 ]
[ Breaks : 0 ]
[=======================================]
[ Heavy-Rodder 1.5 ]
[=======================================]
I'd love to see the alching working.
Paradox122
11-16-2012, 12:12 AM
plz plz plz fix the alching part of this, i tried to figure out how to change FindBitmapIn to FindBitmapToleranceIn, but i am largely inexperienced. thanks xD
derper6000
11-18-2012, 03:28 PM
When I try to run this script I get:
[Error] C:\Users\Downloads\HeavyRodder(1.51).Simba(365:7): Unknown identifier 'BrakeMMouse' at line 364
Compiling failed.
Am I missing something?
largovich
11-18-2012, 08:10 PM
When I try to run this script I get:
[Error] C:\Users\Downloads\HeavyRodder(1.51).Simba(365:7): Unknown identifier 'BrakeMMouse' at line 364
Compiling failed.
Am I missing something?Yep. Read the OP.
derper6000
11-19-2012, 04:31 PM
Did everything in the OP but still get Mouse Breaker errors where ever it pops up in the script :(
Any advice much appreciated.
Looks a really good script just gotta get round this error lol :)
Will this script still work with eoc update?
bobismyname
11-22-2012, 12:24 AM
will this ever support the action bar like your other script?
Flight
11-22-2012, 12:31 AM
I haven't fished in this place in a very long time, so could someone tell me if using the ActionBar also allows you to drop insanely fast here? If it helps the dropping speed any then I'll update this script, along with an alching upgrade.
I haven't fished in this place in a very long time, so could someone tell me if using the ActionBar also allows you to drop insanely fast here? If it helps the dropping speed any then I'll update this script, along with an alching upgrade.
You can't directly drop it using the keyboard, but you can right click the button in your action bar and select drop and it will drop the fish without interrupting fishing. So maybe when inventory is half full, you could have it do that for each of the 3 fish.
And the reason why it doesn't work like regular fish is because the gut option comes before drop.
Chris
11-24-2012, 10:23 PM
With Liimujx' information, I guess the fastest and most human-like way would be to have it drop everything after it goes to a new fishing spot. If it has more then, lets say, 14 + Random(5) fishes in the inventory. If the inventory is full: Drop 2 or 3, click on a spot and drop the rest.
At least that's how I would legit it. :p
Farcefii
11-27-2012, 04:43 PM
Hey, I'm having the same BrakeMMouse problem as derper6000
I put the MouseHandler in the misc folder and everything.
got the same message:
[Error] C:\Simba\Scripts\HeavyRodder(1.51).Simba(365:7): Unknown identifier 'BrakeMMouse' at line 364
Compiling failed.
I looked into the code, and I found that in the MouseHandler file the procedure is called AL_BreakMMouse instead of just BreakMMouse. But in the comment it's called BreakMMouse
{************************************************* ******************************
procedure BrakeMMouse(Pnt: TPoint; ranX, ranY: Integer; double: Boolean);
By: Flight
Description: Makes use of BrakeWindMouse; mouse speed decreases at 15% to
destination point. If Double is set to true then speed starts
slow and increases through the first 15% of the path.
************************************************** *****************************}
Procedure AL_BrakeMMouse(Pnt: TPoint; ranX, ranY: Integer; double: Boolean);
var
When I add the AL_ to the BrakeMMouse in the HeavyRod script or delete the AL_ from all the AL_BrakeMMouse's in the Mouse Handler script I get this error:
[Error] C:\Simba\Scripts\HeavyRodder(1.51).Simba(365:36): Type mismatch at line 364
Compiling failed.
I have a fairly small amount of coding knowledge...but I think there's a problem here?
MasterXehanort
12-02-2012, 06:47 PM
With Liimujx' information, I guess the fastest and most human-like way would be to have it drop everything after it goes to a new fishing spot. If it has more then, lets say, 14 + Random(5) fishes in the inventory. If the inventory is full: Drop 2 or 3, click on a spot and drop the rest.
At least that's how I would legit it. :p
Dropping works when the fish is bound to the keyboard. Just drag the fish to a slot, and press the key in which it has been placed. The fish is dropped, no interruption in fishing. The fishing animation stops for a second or two, but fish are still caught without the animation. Theoretically, a catch one drop one method could be implemented because there no delay in fish caught while fish are dropped with the keyboard.
largovich
12-08-2012, 08:36 AM
Are you going to update this?
Flight
12-08-2012, 11:10 AM
Are you going to update this?
I was planning on it but I just never got around to updating it yet. I'm not sure when I will. Does the script still function?
kuulpahe
12-09-2012, 03:11 PM
I was planning on it but I just never got around to updating it yet. I'm not sure when I will. Does the script still function?
if u update this then make drop little faster or just give change all change drop speed or someting then xp/h go up and reaction make to fastet to find fishing spots
script is good i go naw second round to make fishing 99 i have moment 95
soon 99 ty for wonderful script
Austin
12-09-2012, 03:16 PM
I'm thinking of using this to get 99 fishing with then ;). Rocktails are crap money now =/.
kuulpahe
12-09-2012, 10:19 PM
i hope maybe soon this script support allowes use fishing ursn and summ familiarst to then fishing is more faster and more xp :D
TheAttack
12-18-2012, 02:34 AM
ls it possible you could update this with EOC support seeing how the upcoming weekend will be double fish exp?
Justin
12-19-2012, 03:16 AM
ls it possible you could update this with EOC support seeing how the upcoming weekend will be double fish exp?
I will be updating this today sometime, If I get the all-clear from Flight, I will release the EoC version
DannyRS
12-19-2012, 03:28 AM
ustin;1144887']I will be updating this today sometime, If I get the all-clear from Flight, I will release the EoC version
Think flight may have started it himself :)
Justin
12-19-2012, 03:30 AM
Think flight may have started it himself :)
Oh sweet, either way I'll be modifying it to work JUST in-case he isn't able to get it out in time
Flight
12-19-2012, 02:43 PM
ustin;1144901']Oh sweet, either way I'll be modifying it to work JUST in-case he isn't able to get it out in time
Aye go for it mate. If it works correctly I'll put your version on the OP. I'm very, very busy IRL at this time so I'm not sure if I'll have enough time to update this script before the upcoming weekend. So if you have something going nicely by all means, post it here.
Mr[S]
12-19-2012, 02:54 PM
I need to complete that minigame to do the barb fishing right?
Austin
12-19-2012, 03:00 PM
;1145083']I need to complete that minigame to do the barb fishing right?
You only have to do a small portion of the miniquest.
TheAttack
12-19-2012, 10:29 PM
ustin;1144901']Oh sweet, either way I'll be modifying it to work JUST in-case he isn't able to get it out in time
That's great news! l look forward to using this!
Mr[S]
12-20-2012, 09:34 PM
Can fish now, fishing my next 99 :)
Flight
12-21-2012, 03:27 PM
Updated to version 1.6
This now utilizes the ActionBar for fast dropping, providing infinite inventory space
Automatically detects which slots each fish is bound to
Alching method removed (obviously)
Works only with the most recent SPS update (any-angle SPS)
Breaking & 6-hour fix reworked
Correctly detect if we don't have the required fishing equipment (Heavy rod / fishing bait / feathers)
I actually did many tweaks to the script so I'm sure I'm missing some of the updated features. Apart from that, I haven't tested the SPS spot-switching yet as I felt like I was being pushed to update this script before this coming Double XP Weekend. So here ya go, let me know if anything goes wrong. Expect over 120K XP/Hour this weekend. :)
http://i.imgur.com/eJZI6.png
Oh by the way, I made the progress report (debug screen + On-Screen paint) look a little better with a custom function to implant commas into long integers. Below is what it will look like:
http://i.imgur.com/ZjZHZ.png
Mr[S]
12-21-2012, 03:40 PM
Updated to version 1.6
This now utilizes the ActionBar for fast dropping, providing infinite inventory space
Automatically detects which slots each fish is bound to
Alching method removed (obviously)
Works only with the most recent SPS update (any-angle SPS)
Breaking & 6-hour fix reworked
Correctly detect if we don't have the required fishing equipment (Heavy rod / fishing bait / feathers)
I actually did many tweaks to the script so I'm sure I'm missing some of the updated features. Apart from that, I haven't tested the SPS spot-switching yet as I felt like I was being pushed to update this script before this coming Double XP Weekend. So here ya go, let me know if anything goes wrong. Expect over 120K XP/Hour this weekend. :)
http://i.imgur.com/eJZI6.png
Oh by the way, I made the progress report (debug screen + On-Screen paint) look a little better with a custom function to implant commas into long integers. Below is what it will look like:
http://i.imgur.com/ZjZHZ.png
Yayz just as I stopped botting hunter you pop up :D
Any angle SPS.... nice! :p
Edit: Mind if I use your InToStrEx? neater progress reports :P
Austin
12-21-2012, 03:53 PM
Updated to version 1.6
This now utilizes the ActionBar for fast dropping, providing infinite inventory space
Automatically detects which slots each fish is bound to
Alching method removed (obviously)
Works only with the most recent SPS update (any-angle SPS)
Breaking & 6-hour fix reworked
Correctly detect if we don't have the required fishing equipment (Heavy rod / fishing bait / feathers)
I actually did many tweaks to the script so I'm sure I'm missing some of the updated features. Apart from that, I haven't tested the SPS spot-switching yet as I felt like I was being pushed to update this script before this coming Double XP Weekend. So here ya go, let me know if anything goes wrong. Expect over 120K XP/Hour this weekend. :)
Oh by the way, I made the progress report (debug screen + On-Screen paint) look a little better with a custom function to implant commas into long integers.
Sweet! I just might use this over the weekend now. Hopefully get into the high 90s :D
PS: Maybe you wanna put a link in the OP for those people who don't know where to update their SPS at?
Mr[S]
12-21-2012, 04:06 PM
http://i45.tinypic.com/2qmke95.jpg
got everything updated mousehanlder+action bar in place not too sure why that's coming up though
I was just about to post the same issue as above^^
Any help? Thanks
Austin
12-21-2012, 04:32 PM
I was just about to post the same issue as above^^
Any help? Thanks
Hmm, it compiled fine for me. Idk what's wrong.
Hmm, it compiled fine for me. Idk what's wrong.
I tried re-installing everything. Idk, thanks for reply
Austin
12-21-2012, 04:41 PM
I tried re-installing everything. Idk, thanks for reply
Oh, did it work?
Oh, did it work?
No, same thing still :(
Austin
12-21-2012, 04:46 PM
No, same thing still :(
Ohwupp, now I got an error >.<:
http://img820.imageshack.us/img820/739/121221114513.png
Never got the error you got though :o
@Flight:
It happens when your invo fills up with fish. I got the same keybind set up that you got in your picture on this page as well. I had 2 items in the last two slots of my invo, if you think maybe that might have been the problem?
EDIT: Ok, it gets that error if you have fish in your invo before you start the script. Works fine now. Idk if you wanna add anything for that though or put it in the OP.
Glad urs is working^^
If anyone can help with the error:
Unknown identifier 'AL_SetMouseSpeed' at line 133
Compiling failed.
Lemme know, thanks
Austin
12-21-2012, 05:19 PM
Glad urs is working^^
If anyone can help with the error:
Unknown identifier 'AL_SetMouseSpeed' at line 133
Compiling failed.
Lemme know, thanks
Check your SRL for any updates. And do you have Simba .991?
Check your SRL for any updates. And do you have Simba .991?
yep done both, same thing
Austin
12-21-2012, 05:32 PM
yep done both, same thing
Hmm, not sure then.
@Flight:
I noticed that at times it hovers rapidly over the fishing spot that your either fishing at or that's next to yours which looks really botlike. This causes the inventory to fill up. The script then drops all the fish, but takes quite some time to do so (like 1½-2 minutes). So maybe you could speed up the dropping speed as well? I notice that sometimes it lets the fish go for a little before switching to another spot. It slowly catches up, but the inventory could fill up after awhile, which would cause the above problem (taking awhile to drop). Thanks for your efforts to get this running for bxp weekend, as I know your busy irl atm. So only update if you can :)
derper6000
12-21-2012, 06:43 PM
Got the same problem as Bawz :(
Austin
12-21-2012, 06:48 PM
@Flight:
Aaaaannnndddd another thing, I noticed that if you have fury binded to your action bar, it will screw the script up a bit while dropping the fish. While dropping the fish, sometimes after right-clicking on the fish, it will veer off to the side and hover over fury for a second or two. So I just recommend having your action bar empty except for the 3 fish.
Sorry for the spam :D
Le Jingle
12-21-2012, 06:56 PM
Mr[S]/Bawz; Flight included 2 notes at the top of the original post. Heeding those notes may very well indeed help your 'unknown' errors. ;)
Mr[S]
12-21-2012, 07:05 PM
Mr[S]/Bawz; Flight included 2 notes at the top of the original post. Heeding those notes may very well indeed help your 'unknown' errors. ;)
funny though, I have installed them already :duh:
derper6000
12-21-2012, 07:07 PM
I too am experiencing that problem also downloaded the 2 extra files Smart v8 etc :(
Le Jingle
12-21-2012, 07:16 PM
;1146412']funny though, I have installed them already :duh:
Ah, then go to his Livid Farmer script and download that mouse handler.
They're two different mouse handlers, for some reason, and this fisher latest version requires a different mouse handler
Also looks like he's upgraded to the newest SPS
derper6000
12-21-2012, 07:23 PM
Ah, then go to his Livid Farmer script and download that mouse handler.
They're two different mouse handlers, for some reason, and this fisher latest version requires a different mouse handler
Also looks like he's upgraded to the newest SPS
Tried the Livid Farm Mousehandler no longer get that error.
Now I get :
[Error] C:\Users\Downloads\HeavyRodder(1.6).Simba(158:3): Unknown identifier 'SPS_AnyAngle' at line 157
Compiling failed.
:(
Austin
12-21-2012, 07:25 PM
Tried the Livid Farm Mousehandler no longer get that error.
Now I get :
[Error] C:\Users\Downloads\HeavyRodder(1.6).Simba(158:3): Unknown identifier 'SPS_AnyAngle' at line 157
Compiling failed.
:(
You need to update to the newest SPS. Give me a few seconds and I'll get the link for you.
Here ya go: http://villavu.com/forum/showthread.php?t=94113
And Le Jingle, I downloaded the mousehandler from this script a few months back, and am using the same one right now. Works fine for me :p
derper6000
12-21-2012, 07:31 PM
You need to update to the newest SPS. Give me a few seconds and I'll get the link for you.
Here ya go: http://villavu.com/forum/showthread.php?t=94113
And Le Jingle, I downloaded the mousehandler from this script a few months back, and am using the same one right now. Works fine for me :p
Thank you very much :)
Thank you very much :)
did this work or not? thanks
EDIT: Hmm ok, so I used the mouse-handler from the livid farm script, and it compiled for me. After updating SPS as well. So far, so good.
largovich
12-21-2012, 08:14 PM
So, is it working properly yet?
derper6000
12-21-2012, 08:14 PM
did this work or not? thanks
EDIT: Hmm ok, so I used the mouse-handler from the livid farm script, and it compiled for me. After updating SPS as well. So far, so good.
Good good :)
Yeah got it working fine myself now :)
Flight
12-21-2012, 11:06 PM
I see the MouseHandler is out of date then so I'll attach the newest I have to the OP. I'll also include that you must have no fish when first starting this script, as well as a link on where to get the newest SPS. I thought that wouldn't be needed seeing as how it was supposed to already be pushed in the updater by now; I guess it wasn't.
Edit:
So if you're having compile errors with the "AL_SetMouseSpeed" be sure to replace your current MouseHandler.simba with the one I just uploaded to the OP.
Any angle SPS.... nice! :p
Edit: Mind if I use your InToStrEx? neater progress reports :P
Yeah go ahead, but I recently found out (while trying to get this function included in SRL) that there already is a function for that: "function GrougDigits(n: Integer; token: String): String;".
{$I SRL/SRL.Simba}
Const
TheInt = 19320309;
begin
Writeln(GroupDigits(TheInt, ','));
end.
bamaboy
12-22-2012, 12:56 AM
I am getting this error:
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:149): Invalid number of parameters at line 273
Compiling failed.
Any ideas?
Justin
12-22-2012, 01:01 AM
I am getting this error:
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:149): Invalid number of parameters at line 273
Compiling failed.
Any ideas?
Read OP. You need SMART8.0+
Flight
12-22-2012, 01:25 AM
I am getting this error:
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:149): Invalid number of parameters at line 273
Compiling failed.
Any ideas?
ustin;1146536']Read OP. You need SMART8.0+
Yep. I recommend first closing out all instances of Simba & SMART. Go to your Plugins folder and delete any SMART-related plugins. Then, download SMART v8.0 (that I linked on the OP) and put those files in your Plugins folder. Now try compiling & running the script.
Justin
12-22-2012, 01:44 AM
Yep. I recommend first closing out all instances of Simba & SMART. Go to your Plugins folder and delete any SMART-related plugins. Then, download SMART v8.0 (that I linked on the OP) and put those files in your Plugins folder. Now try compiling & running the script.
Running smooth here Flight :)
Just wanting to know if there was a reason why you 'require' SMART 8.0+ or are you just pushing more users to use the latest version?
Flight
12-22-2012, 02:00 AM
ustin;1146561']Running smooth here Flight :)
Just wanting to know if there was a reason why you 'require' SMART 8.0+ or are you just pushing more users to use the latest version?
I'm really wanting everyone to be using it by now. It's better all the way around.
DannyRS
12-22-2012, 02:17 AM
ustin;1146561']
Just wanting to know if there was a reason why you 'require' SMART 8.0+ or are you just pushing more users to use the latest version?
I'm really wanting everyone to be using it by now. It's better all the way around.
makes more Un-Nesecary work for script releases really, and users are missing out by not having 8.0 anyway
Check Your PM's and get back to me Flight ;)
Justin
12-22-2012, 04:08 AM
Flight,
Just noticed a problem when your character is set to the very south fishing spot
http://puu.sh/1DMYG
(Where the red dot it)
http://puu.sh/1DN1j
The script wont walk back north to the other fishing spots
Let me know if you need any more information.
Justin
Flight
12-22-2012, 04:31 AM
ustin;1146611']Flight,
Just noticed a problem when your character is set to the very south fishing spot
The script wont walk back north to the other fishing spots
Let me know if you need any more information.
Justin
Thanks for the heads up buddy. I assume this is because, when the player is at the south spot, the west spot SPS tile is not on the map. If that's the case I'll have to have it blindwalk back to the west spot.
Justin
12-22-2012, 04:55 AM
Thanks for the heads up buddy. I assume this is because, when the player is at the south spot, the west spot SPS tile is not on the map. If that's the case I'll have to have it blindwalk back to the west spot.
SPS_Pos returns:
(1810, 2622)
I'll be adding in a manual checking for the range and if in that range, Walk to the north location
zunkill
12-22-2012, 08:13 AM
ok i followed everyones information and got the script working :D and omg smart 8 look weird =/ lmao XD just for others it has got to be safemode right?
also how do i hide the silly console thing that pops up? system 32 java . exe
Mr[S]
12-22-2012, 08:30 AM
I see the MouseHandler is out of date then so I'll attach the newest I have to the OP. I'll also include that you must have no fish when first starting this script, as well as a link on where to get the newest SPS. I thought that wouldn't be needed seeing as how it was supposed to already be pushed in the updater by now; I guess it wasn't.
Edit:
So if you're having compile errors with the "AL_SetMouseSpeed" be sure to replace your current MouseHandler.simba with the one I just uploaded to the OP.
Yeah go ahead, but I recently found out (while trying to get this function included in SRL) that there already is a function for that: "function GrougDigits(n: Integer; token: String): String;".
{$I SRL/SRL.Simba}
Const
TheInt = 19320309;
begin
Writeln(GroupDigits(TheInt, ','));
end.
I knew something was FISHY with the mousehandler :p everyone who said 'download the mousehandler' obz didn't try to compile it themselves
Justin
12-22-2012, 08:31 AM
ok i followed everyones information and got the script working :D and omg smart 8 look weird =/ lmao XD just for others it has got to be safemode right?
also how do i hide the silly console thing that pops up? system 32 java . exe
You will need to compile SMART yourself to spawn javaw.exe and not java.exe
i keep finding my character in the house opposite the fishing spots? :(
Flight
12-22-2012, 12:01 PM
i keep finding my character in the house opposite the fishing spots? :(
Are you starting the script at the west fishing spot (where there's usually 2-4 spots)?
Are you starting the script at the west fishing spot (where there's usually 2-4 spots)?
Yeah, then it gradually goes south overtime and then runs round to the house. Then the gate shuts and I'm stuck.
Austin
12-22-2012, 12:20 PM
Are you starting the script at the west fishing spot (where there's usually 2-4 spots)?
Yeah, I noticed that it can do that as well. I checked on it after leaving for an hour and found myself at the fishing spot northeast of the whirlpool.
Justin
12-22-2012, 01:23 PM
I noticed this fixed the 'walking to the house' problem.
//Default walk to West spot
MM := SPS_PosToMM(Point(1787, 2575));
ustin;1146705']I noticed this fixed the 'walking to the house' problem.
//Default walk to West spot
MM := SPS_PosToMM(Point(1787, 2575));
thanks will try this
Justin
12-22-2012, 02:33 PM
thanks will try this
Running 2 accounts currently, no problem so far
alphazero
12-22-2012, 02:44 PM
Should add in urn support. Since this is a power level by nature, add 20 urns to inventory, and let it run for a few hours, check back on it and refill when needed. Only issue is when you have 10 full ones in your inventory, you have to send them off before you can fill additional urns. It extra exp is extra exp. =)
Mr[S]
12-22-2012, 02:51 PM
[===============================]
[ Heavy-Rodder 1.6 ]
[ by Flight ]
[===============================]
[ Run Time : 6 Hr 30 Sec ]
[ Trout Caught : 1,862 ]
[ Salmon Caught : 1,315 ]
[ Sturgeon Caught : 1,079 ]
[ Fishing XP : 271,471 ]
[ Breaks : 1 ]
[===============================]
[ Heavy-Rodder 1.6 ]
[===============================]
Don't know if it's a problem but smart hasn't popped up yet, I went to get more feathers and back on rs client and still no smart popped up
Justin
12-22-2012, 02:56 PM
Having a mouse problem Flight (See link)
UpText is returning fine, mouse isn't clicking. Not sure what the go is :S
http://www.srljustin.com/flight_mouse.wmv
Flight
12-22-2012, 03:47 PM
ustin;1146737']Having a mouse problem Flight (See link)
UpText is returning fine, mouse isn't clicking. Not sure what the go is :S
http://www.srljustin.com/flight_mouse.wmv
I see what the problem is. Inside the 'StartFishing' procedure find these two lines: (I believe 831 & 832)
if IsFishing then
Exit;
Replace 'Exit;' with 'FishingWait;'. That should do the trick.
Justin
12-22-2012, 03:53 PM
I see what the problem is. Inside the 'StartFishing' procedure find these two lines: (I believe 831 & 832)
if IsFishing then
Exit;
Replace 'Exit;' with 'FishingWait;'. That should do the trick.
Running now, will see how it goes. Thanks for the quick reply
Austin
12-22-2012, 03:55 PM
ustin;1146737']Having a mouse problem Flight (See link)
UpText is returning fine, mouse isn't clicking. Not sure what the go is :S
http://www.srljustin.com/flight_mouse.wmv
Haha, I was thinking of making a vid of that too.
@Flight: I'll try that out.
derper6000
12-22-2012, 04:05 PM
Does this restart the client automatically after 6 hours or should I restart the script before going out? :p
Thanks
Flight
12-22-2012, 04:14 PM
Does this restart the client automatically after 6 hours or should I restart the script before going out? :p
Thanks
Untested in this script but yes it should spawn a new SMART when needed and continue running the script.
derper6000
12-22-2012, 04:17 PM
Untested in this script but yes it should spawn a new SMART when needed and continue running the script.
Thanks for the reply and updating the script for this weekend :)
shoeyman
12-22-2012, 05:51 PM
Argh! I've been trying to figure this out for over 3 hours and I'm unable to find a solution to this:
[Error] C:\Simba\Includes\SPS/sps.simba(370:51): Invalid number of parameters at line 369
Compiling failed.
I got the SMART 8.0+ and manually installed the latest SPS but the script still doesn't work for me :(. Any help would greatly be appreciated thanks!
Dynamite
12-22-2012, 05:51 PM
I have the barbarian rod, just trying to find the baxtarian falls :P
Should I just Bait or Feathers?
-Boom
largovich
12-22-2012, 06:11 PM
I have the barbarian rod, just trying to find the baxtarian falls :P
Should I just Bait or Feathers?
-BoomBait is cheaper.
Valeyard
12-22-2012, 07:20 PM
Working mostly great, but I think it really needs to just completely avoid going to that southern spot. While there, it likes to randomly click around on the minimap while fishing and I have been once been taken to the raft house on the other side of the river. Or it will get stuck at that south spot until another fishing spot spawns there, it won't run north to find another one often.
derper6000
12-22-2012, 07:52 PM
Working mostly great, but I think it really needs to just completely avoid going to that southern spot. While there, it likes to randomly click around on the minimap while fishing and I have been once been taken to the raft house on the other side of the river. Or it will get stuck at that south spot until another fishing spot spawns there, it won't run north to find another one often.
Was getting the problem regarding the house alot earlier too. This solution posted by Justin seems to have fixed it for me though. Only uses west spots now for me so it seems :)
ustin;1146705']I noticed this fixed the 'walking to the house' problem.
//Default walk to West spot
MM := SPS_PosToMM(Point(1787, 2575));
Dynamite
12-22-2012, 07:53 PM
Argh! I've been trying to figure this out for over 3 hours and I'm unable to find a solution to this:
[Error] C:\Simba\Includes\SPS/sps.simba(370:51): Invalid number of parameters at line 369
Compiling failed.
I got the SMART 8.0+ and manually installed the latest SPS but the script still doesn't work for me :(. Any help would greatly be appreciated thanks!
I am getting this? haha
-Boom
derper6000
12-22-2012, 08:01 PM
Not really sure about that one sorry. Got everything updated? latest simba smart v8 Mousehandler,updated SPS(linked a few pages back) actionbar etc?
all in the right places in the simba files etc.
Sorry pretty obvious stuff but can't really help much more(bit of a novice myself)
Austin
12-22-2012, 09:00 PM
Hmm, the script seems to have issues when its in the most southwestern fishing spot (the one that's near the flag in the pic). Once it's there and there's no fishing spot in site on the screen, then it tries clicking inside the fence area across the river near that house. Here:
http://img844.imageshack.us/img844/7097/121222155332.png
Then after it arrives there, it goes back. Didn't see what it did after that because I don't want to look like an obvious bot when there's a bunch of people fishing there, but my guess is it would try the same thing if there weren't any fishing spots visible in that area again :s. Any ideas? This isn't the first time either :(.
PS: I'm using Justin's fix as well.
EDIT: A recent proggy:
[=====================================]
[ Heavy-Rodder 1.6 ]
[ by Flight ]
[=====================================]
[ Run Time : 2 Hr 43 Min 2 Sec ]
[ Trout Caught : 1,070 ]
[ Salmon Caught : 830 ]
[ Sturgeon Caught : 670 ]
[ Fishing XP : 165,201 x2 ]
[ Breaks : 0 ]
[=====================================]
[ Heavy-Rodder 1.6 ]
[=====================================]
Roughly translates to 61k xp an hour, so around 122k an hour right now. I'm in the low 90s. All is good for me except that one problem now :p
Mr[S]
12-23-2012, 12:59 AM
After going into the house I got some shit xp as I was at work all day
[======================================]
[ Heavy-Rodder 1.6 ]
[ by Flight ]
[======================================]
[ Run Time : 5 Hr 12 Min 47 Sec ]
[ Trout Caught : 866 ]
[ Salmon Caught : 606 ]
[ Sturgeon Caught : 508 ]
[ Fishing XP : 126,361 ]
[ Breaks : 1 ]
[======================================]
[ Heavy-Rodder 1.6 ]
[======================================]
Gotta say this could be a problem with rotating sps, id suggest making a custom map (out of minimaps) if it is the problem.
Flight
12-23-2012, 03:35 AM
Ok today I'll come up with something else for the spot switching as the new SPS & new maps aren't getting the job done...
Ok today I'll come up with something else for the spot switching as the new SPS & new maps aren't getting the job done...
The problem may just be since your using a large map (500x500) currently, if you only made it for the exact area you needed you may have alot more success.
Flight
12-23-2012, 05:07 AM
Ok, from the people having problems when switching fishing spots, who would like to test a beta V1.61?
relics
12-23-2012, 05:18 AM
hey flight, thanks for the updates. i've followed all the directions i could find for updating my SPS and im also getting the error:
[Error] C:\Simba\Includes\SPS/sps.simba(370:51): Invalid number of parameters at line 369
Compiling failed.
any idea why that's happening? if you've made any changes that might fix that error, id be more than happy to test a beta.
Mr[S]
12-23-2012, 08:49 AM
Ok, from the people having problems when switching fishing spots, who would like to test a beta V1.61?
Ill test it
Flight
12-23-2012, 09:05 AM
Eh I'll just post it here for you guys to test.
http://paste.villavu.com/show/3735/
Mr[S]
12-23-2012, 09:31 AM
[=====================================]
[ Heavy-Rodder 1.6 ]
[ by Flight ]
[=====================================]
[ Run Time : 8 Hr 3 Min 44 Sec ]
[ Trout Caught : 2,649 ]
[ Salmon Caught : 1,983 ]
[ Sturgeon Caught : 1,663 ]
[ Fishing XP : 404,301 ]
[ Breaks : 2 ]
[=====================================]
[ Heavy-Rodder 1.6 ]
[=====================================]
Now I'm going to test the new version, I ended the script because I found myself in the house again with like 3 other people haha
Edit - I'm getting about 5k more xp than the previous version, i've babysat it for an hour sometimes the mouse is attracted to the waterfalls on the south but that's nothing major, hasn't yet messed up and gone to the house yet, will go to work and come back and give you a proggy and report on if it messed up or not
Edit 2 - Might have a little problem, checked my chat and it seemed to have pressed enter I think I don't know If that was me or the script if I accidentally pressed enter anyway this brought up the cooking progress thingy, im leaving it will see if it does it again or if it is just my fault
TaraKayx
12-23-2012, 04:17 PM
[=====================================]
[ Heavy-Rodder 1.6 ]
[ by Flight ]
[=====================================]
[ Run Time : 9 Hr 4 Min 26 Sec ]
[ Trout Caught : 3,192 ]
[ Salmon Caught : 2,367 ]
[ Sturgeon Caught : 1,968 ]
[ Fishing XP : 482,731 ]
[ Breaks : 1 ]
[=====================================]
[ Heavy-Rodder 1.6 ]
[=====================================]
Austin
12-23-2012, 05:13 PM
This is with the latest (beta) version:
http://img194.imageshack.us/img194/121/121223120839.png
Working great so far! I had one break in there between 10-20 minutes, so that's why the xp is lowerish. Average for me is around 61k an hour @ low 90's fishing. Breaking worked fine for me. I don't believe I've encountered the "house" bug yet.
Triblouge
12-23-2012, 05:31 PM
Only ran it since friday, gained 75-87 already, and i still got a whole day ahead of me.
Here's my proggy running it overnight. The xp and xp/hour is actually doubled.
Time: 08:36:55
Exp: 446,901
XP/Hr: 51,873
This script works pretty awesome for me I have noticed it running to the whirlpool and sometimes at the waterfall it runs to other side of lake.
I did have allot of lag everytime it tried to drop a fish which made it backlog on its self which slowed it down an awful lot not so I hacked and slashed away at your script and I'm getting around 160k hour using decorated urns but that's with me baby sitting as running over to whirlpool kiLls it not had time to create a new map myself or I would upload for you guys.
Would post I proggy but I removed it haha will re-add and get you a nice one tonight :)
gunman82
12-23-2012, 06:00 PM
heres one...
[=====================================]
[ Heavy-Rodder 1.61 ]
[ by Flight ]
[=====================================]
[ Run Time : 1 Hr 3 Min 54 Sec ]
[ Trout Caught : 397 ]
[ Salmon Caught : 283 ]
[ Sturgeon Caught : 251 ]
[ Fishing XP : 59,741 ]
[ Breaks : 0 ]
[=====================================]
[ Heavy-Rodder 1.61 ]
[=====================================]
Time until break: 01:52:14
Next spot
{{{==Script shutdown==}}}
----Reason: Player idle for 3 minutes...----
Exception in Script: The bitmap[5] does not exist
Mr[S]
12-23-2012, 06:02 PM
The new beta version break down after 1 or two hours I have been testing it and never gets passed 1 1/2 half same reason as gunman
derper6000
12-23-2012, 06:11 PM
I got the house problem alot yesterday but the small code change Justin I think it was suggested has sorted that completely for me. Fell asleep earlier and was still running well 5 hours later when I woke up :)
[======================================]
[ Heavy-Rodder 1.6 ]
[ by Flight ]
[======================================]
[ Run Time : 5 Hr 33 Min 10 Sec ]
[ Trout Caught : 2,043 ]
[ Salmon Caught : 1,577 ]
[ Sturgeon Caught : 1,273 ]
[ Fishing XP : 316,466 ]
[ Breaks : 1 ]
[======================================]
[ Heavy-Rodder 1.6 ]
[======================================]
:)
Austin
12-23-2012, 06:48 PM
;1147269']The new beta version break down after 1 or two hours I have been testing it and never gets passed 1 1/2 half same reason as gunman
Hmm weird, worked for over 3 hours for me.
Mr[S]
12-23-2012, 07:25 PM
Hmm weird, worked for over 3 hours for me.
[=================================]
[ Heavy-Rodder 1.61 ]
[ by Flight ]
[=================================]
[ Run Time : 43 Min 27 Sec ]
[ Trout Caught : 230 ]
[ Salmon Caught : 187 ]
[ Sturgeon Caught : 166 ]
[ Fishing XP : 37,871 ]
[ Breaks : 0 ]
[=================================]
[ Heavy-Rodder 1.61 ]
[=================================]
Time until break: 02:13:37
Next spot
{{{==Script shutdown==}}}
----Reason: Player idle for 3 minutes...----
:(
Flight
12-24-2012, 12:36 AM
;1147306']
Next spot
{{{==Script shutdown==}}}
----Reason: Player idle for 3 minutes...----
:(
Did you watch this as it happened? I might have missed a place in the script to reset the ActionTimer, perhaps somewhere in the spot-switching. I'll look it over today.
Also for you few using v1.6 I encourage you to test out v1.61:
http://paste.villavu.com/show/3735/
Gucci
12-24-2012, 02:12 AM
Nice work Flight works great for me
gunman82
12-24-2012, 07:18 AM
[=====================================]
[ Heavy-Rodder 1.61 ]
[ by Flight ]
[=====================================]
[ Run Time : 3 Hr 6 Min 31 Sec ]
[ Trout Caught : 1,184 ]
[ Salmon Caught : 859 ]
[ Sturgeon Caught : 808 ]
[ Fishing XP : 183,971 ]
[ Breaks : 0 ]
[=====================================]
[ Heavy-Rodder 1.61 ]
[=====================================]
Time until break: 00:06:53
working great :)
zunkill
12-24-2012, 08:22 AM
hey flight i love v1.6 and have been using all over double exp weekend :D
i love that it uses the eoc bar now as i can take fish urns with me now ;D and extra prismatic pendants for when they run out :D
so in lal i love you thank you :D
Mr[S]
12-24-2012, 08:36 AM
Did you watch this as it happened? I might have missed a place in the script to reset the ActionTimer, perhaps somewhere in the spot-switching. I'll look it over today.
Also for you few using v1.6 I encourage you to test out v1.61:
http://paste.villavu.com/show/3735/
Yeah the script doesn't press the 'drop' button and then it goes into the cooking/gutting page which means it can't see any of the colours/fishing spots and then terminates - I've tested this a lot and it happens every time
[===============================]
[ Run Time : 12 Hr 8 Sec ]
[ Trout Caught : 4,446 ]
[ Salmon Caught : 3,141 ]
[ Sturgeon Caught : 2,873 ]
[ Fishing XP : 672,011 ]
[ Breaks : 0 ]
[===============================]
[ Heavy-Rodder 1.6 ]
Austin
12-24-2012, 02:01 PM
;1147657']Yeah the script doesn't press the 'drop' button and then it goes into the cooking/gutting page which means it can't see any of the colours/fishing spots and then terminates - I've tested this a lot and it happens every time
How's your action bar set up? I set it up exactly how it looks like in the picture that Flight had (on the last page?). I noticed that if you have "Fury" on your action bar that messes it up also, so I took everything off and it worked fine for me. Try having just the fish on there.
Flight
12-24-2012, 02:16 PM
;1147657']Yeah the script doesn't press the 'drop' button and then it goes into the cooking/gutting page which means it can't see any of the colours/fishing spots and then terminates - I've tested this a lot and it happens every time
I'll have to make a checker procedure for that. Thanks for the heads up buddy.
halestorm1234
12-24-2012, 08:10 PM
Thanks great script.
18216
Dunno what happened about the Xp/h
alphazero
12-24-2012, 11:46 PM
I actually forgot I left it on, so this one might be a bit longer then I would like haha.
[======================================]
[ Run Time : 28 Hr 2 Min 31 Sec ]
[ Trout Caught : 9,536 ]
[ Salmon Caught : 7,698 ]
[ Sturgeon Caught : 6,633 ]
[ Fishing XP : 1,604,821 ]
[ Breaks : 0 ]
[======================================]
[ Heavy-Rodder 1.6 ]
[======================================]
Still have feathers left too! Haha. Great script!:spot:
Austin
12-24-2012, 11:53 PM
I actually forgot I left it on, so this one might be a bit longer then I would like haha.
[======================================]
[ Run Time : 28 Hr 2 Min 31 Sec ]
[ Trout Caught : 9,536 ]
[ Salmon Caught : 7,698 ]
[ Sturgeon Caught : 6,633 ]
[ Fishing XP : 1,604,821 ]
[ Breaks : 0 ]
[======================================]
[ Heavy-Rodder 1.6 ]
[======================================]
Still have feathers left too! Haha. Great script!:spot:
Wow lol.. nice. Funny thing too today. Started script with lowest brightness and mouseover text enabled and the script lasted for 3 hours with 58k xp an hour lol. Stopped it manually.
Flight
12-25-2012, 03:19 AM
I actually forgot I left it on, so this one might be a bit longer then I would like haha.
[======================================]
[ Run Time : 28 Hr 2 Min 31 Sec ]
[ Trout Caught : 9,536 ]
[ Salmon Caught : 7,698 ]
[ Sturgeon Caught : 6,633 ]
[ Fishing XP : 1,604,821 ]
[ Breaks : 0 ]
[======================================]
[ Heavy-Rodder 1.6 ]
[======================================]
Still have feathers left too! Haha. Great script!:spot:
Wonderful! Although risky to run it for that long without a single break. :/ Have you tried using v1.61 yet? It's posted on one of the previous pages.
alphazero
12-25-2012, 02:20 PM
Error: Out Of Range at line 605
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5, 6]
Not sure why that happen, but it seems to not like the
if (FType = FTROUT) then
AL_BrakeMMouse(MiddleBox(ab_Slots[abTrout]),7,7,True)
else if (FType = FSALMON) then
AL_BrakeMMouse(MiddleBox(ab_Slots[abSalmon]),7,7,True)
else if (FType = FSTURGEON) then
AL_BrakeMMouse(MiddleBox(ab_Slots[abSturgeon]),7,7,True);
So when it drops something went wacko.
Flight
12-25-2012, 04:27 PM
Error: Out Of Range at line 605
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5, 6]
Not sure why that happen, but it seems to not like the
if (FType = FTROUT) then
AL_BrakeMMouse(MiddleBox(ab_Slots[abTrout]),7,7,True)
else if (FType = FSALMON) then
AL_BrakeMMouse(MiddleBox(ab_Slots[abSalmon]),7,7,True)
else if (FType = FSTURGEON) then
AL_BrakeMMouse(MiddleBox(ab_Slots[abSturgeon]),7,7,True);
So when it drops something went wacko.
You started with fish in your inventory, just as I said not to do in the OP.
Gucci
12-25-2012, 05:09 PM
Will have to give 1.61 a go soon.
Here's a proggy for 1.6:
[===============================]
[ Heavy-Rodder 1.6 ]
[ by Flight ]
[===============================]
[ Run Time : 12 Hr 2 Sec ]
[ Trout Caught : 3,457 ]
[ Salmon Caught : 2,511 ]
[ Sturgeon Caught : 2,097 ]
[ Fishing XP : 516,381 ]
[ Breaks : 3 ]
[===============================]
[ Heavy-Rodder 1.6 ]
[===============================]
Ubuntu
12-25-2012, 08:55 PM
The script keeps getting stuck and stops fishing after awhile.
Well thanks a lot for this flight worked absolutely amazing was getting 140-160k hour got me from 83-90 fishing and one agility lvl forgot all about adding proggy back into to it tho.
So I do apologize as my botting computer can't handle that much but really all i had trouble with was like I said with the dropping procedure caused me to lag out soo bad but most prob due to low memory in computer.
Flight
12-27-2012, 01:06 AM
Well thanks a lot for this flight worked absolutely amazing was getting 140-160k hour got me from 83-90 fishing and one agility lvl forgot all about adding proggy back into to it tho.
So I do apologize as my botting computer can't handle that much but really all i had trouble with was like I said with the dropping procedure caused me to lag out soo bad but most prob due to low memory in computer.
Oh yeah well I can understand that. The script almost constantly searches for DTMs and I've noticed the high CPU-usage from this script in particular. But in either case, I'm glad it's working for you. :)
Edit:
Version 1.61 released
SPS walking updated (Back to using a custom SPS map & more accurate spot-switching)
ActionTimer fail-safe (so no chance of staying idle for too long
Better (smarter) camera angle handling for spot-finding
Auto detect fish in the inventory on startup and drops them
The major changes in this version is the auto-drop existing fish that you may have had in your inventory when you start up the script. Also the SPS has taken a more accurate and safe route. This version should work better for you guys, but incase it gives you fits I've also left v1.6 attached to the OP. Use whichever version suits you better. :)
Ubuntu
12-27-2012, 04:05 AM
Oh yeah well I can understand that. The script almost constantly searches for DTMs and I've noticed the high CPU-usage from this script in particular. But in either case, I'm glad it's working for you. :)
Edit:
Version 1.61 released
SPS walking updated (Back to using a custom SPS map & more accurate spot-switching)
ActionTimer fail-safe (so no chance of staying idle for too long
Better (smarter) camera angle handling for spot-finding
Auto detect fish in the inventory on startup and drops them
The major changes in this version is the auto-drop existing fish that you may have had in your inventory when you start up the script. Also the SPS has taken a more accurate and safe route. This version should work better for you guys, but incase it gives you fits I've also left v1.6 attached to the OP. Use whichever version suits you better. :)
Hooray! I can't wait to test out the new update tommorow.
Ubuntu
12-27-2012, 02:22 PM
The walking just isnt working for me :| . THE script still keeps trying to go to the house.
Rarest
12-29-2012, 07:48 AM
Unable to find file 'SRL/SRL/core/actionbar.simba' used from ""
I keep getting this error, someone help please!
onilika
12-29-2012, 09:10 AM
Read OP. It's saying all what you need.
That action bar...
4znboy
12-30-2012, 12:24 AM
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:149): Invalid number of parameters at line 273
Wat do i do?
Gucci
12-30-2012, 12:32 AM
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:149): Invalid number of parameters at line 273
Wat do i do?
You need the read the OP and follow the instructions. But for that error you need to update to Smart V8
4znboy
12-30-2012, 01:48 AM
[Error] C:\Simba\Scripts\HeavyRodder(1.61).simba(163:3): Unknown identifier 'SPS_AnyAngle' at line 162
Ubuntu
12-30-2012, 02:04 AM
[Error] C:\Simba\Scripts\HeavyRodder(1.61).simba(163:3): Unknown identifier 'SPS_AnyAngle' at line 162
Get the latest SPS.. :google:
Rarest
12-30-2012, 06:49 PM
Read OP. It's saying all what you need.
That action bar...
I have the fish bound to my action bar, but this error occurs even before the script runs. Any help would greatly be appreciated, I'm rather new to EOC.
onilika
12-30-2012, 07:10 PM
I have the fish bound to my action bar, but this error occurs even before the script runs. Any help would greatly be appreciated, I'm rather new to EOC.
you have to install the action bar, a file at the OP. That's why I said to you to read the OP!
Flight
12-31-2012, 12:45 AM
I have the fish bound to my action bar, but this error occurs even before the script runs. Any help would greatly be appreciated, I'm rather new to EOC.
you have to install the action bar, a file at the OP. That's why I said to you to read the OP!
Indeed, onilika is correct; in the OP I state very clearly that you need to download & install actionbar.simba that I have attached there: this is required. Please fellas, I put these instructions there for a reason, don't ignore them...
[ Heavy-Rodder 1.6 ]
[ by Flight ]
[=======================================]
[ Run Time : 34 Hr 24 Min 33 Sec ]
[ Trout Caught : 12,707 ]
[ Salmon Caught : 9,274 ]
[ Sturgeon Caught : 7,981 ]
[ Fishing XP : 1,923,011 ]
[ Breaks : 2 ]
[=======================================]
[ Heavy-Rodder 1.6 ]
[=======================================
Time until break: 04:10:35
Amazing :)
sk8_tolivv
12-31-2012, 11:30 PM
1.6 has been working great, thanks.
I tried 1.61 but it ran for about 30 mins then timed out. Logged back in to find me at the waterfall house as someone else posted a couple pages back.
bridges22
01-01-2013, 10:53 AM
do you have to add all 3 types of fish or can you just put the ones that you can fish with your fishing level?
does this bank or makes caviar? It would be nice if the script gut the fishes and bank caviar
Listen
01-02-2013, 04:24 AM
very nice script. thank you so much. ran into one problem. it accidentally clicked 'gut' and was stuck on the screen until i helped it along.
Angel Heart
01-04-2013, 08:36 PM
Thanks a million. I just started playing runescape again. Haven't done scripting since pre-scar.
I had to tweak a few lines for preformance issues, but overall, awesome script.
Off topic. Wheres the best place to find a refernce for the SRL API?
footballjds
01-09-2013, 06:26 PM
Flight, I'll be using this till 90 fishing to expand my ports.
I'll try to post proggies but they will never be long as i'll be stopping each time i can to send out my ships
edit it spent about 10 minutes mousing around in a pattern stuck on the screen to gut the fish. I guess it must have missclicked. :/
edit 2 Have you considered adding urn or pouch support?
[======================================]
[ Heavy-Rodder 1.61 ]
[ by Flight ]
[======================================]
[ Run Time : 5 Hr 59 Min 11 Sec ]
[ Trout Caught : 2,099 ]
[ Salmon Caught : 1,524 ]
[ Sturgeon Caught : 1,194 ]
[ Fishing XP : 307,151 ]
[ Breaks : 1 ]
[======================================]
[ Heavy-Rodder 1.61 ]
[======================================]
footballjds
01-11-2013, 04:43 PM
Script died because of idle. Nice failsafe.
Here's where i was when i found it:
http://gyazo.com/0b80c44f513e84319b46382375ee7b12.png?1357922547
Debug:
[=================================]
[ Heavy-Rodder 1.61 ]
[ by Flight ]
[=================================]
[ Run Time : 14 Min 28 Sec ]
[ Trout Caught : 80 ]
[ Salmon Caught : 76 ]
[ Sturgeon Caught : 53 ]
[ Fishing XP : 13,561 ]
[ Breaks : 0 ]
[=================================]
[ Heavy-Rodder 1.61 ]
[=================================]
Time until break: 03:13:47
Next spot
{{{==Script shutdown==}}}
----Reason: Player idle for 3 minutes...----
Yeah it happens quite often now. Last time it happened I ended up at fishing guild (wtf right?) and the script was still running.
footballjds
01-11-2013, 07:29 PM
Yeah it happens quite often now. Last time it happened I ended up at fishing guild (wtf right?) and the script was still running.
dang, it just did a crazy like that to me too. look where i ended up:
http://gyazo.com/1bf99ea216172eb00808adb9d0139638.png?1357932532
IMO SPS_AnyAngle is to blame...
Austin
01-11-2013, 07:31 PM
dang, it just did a crazy like that to me too. look where i ended up:
http://gyazo.com/1bf99ea216172eb00808adb9d0139638.png?1357932532
Lol wow, it never went that far out of bounds for me (only near the waterfall house). Maybe something got updated in-game that affected it? And your 100% sure you got everything set up correctly? :p
footballjds
01-11-2013, 07:51 PM
Lol wow, it never went that far out of bounds for me (only near the waterfall house). Maybe something got updated in-game that affected it? And your 100% sure you got everything set up correctly? :p
Yes, I'm not a dumb leach... :duh:
I can read through all of flight's code and understand EXACTLY what is happening. How do you "setup something wrong" that makes the script walk away after an hour? :o
Austin
01-11-2013, 08:04 PM
Yes, I'm not a dumb leach... :duh:
I can read through all of flight's code and understand EXACTLY what is happening. How do you "setup something wrong" that makes the script walk away after an hour? :o
Lol idk. Ignore my post then ;).
Flight
01-12-2013, 01:15 AM
Goodness, has SPS really been this inaccurate lately? It seems I'll have to take a look at this today if I have the chance.
eduardo230
01-12-2013, 07:56 PM
Botwatch is active here?
Mr Magic
01-17-2013, 01:07 PM
Lol, Botwatch? I was in Lrc when it 'happened', there were less bots for a few days, then it came back to normal, lots of people botting... Seems that nothing important got affected and people were just 'scared' to get busted...
On the topic: the script runs fine, until it has to run to south fishing spots, then it click on the other side of the river, tries to run around, gets clicked to run south again, misclicks on the other side again and so on to infinity... Without that it would be great. I might fix it myself if there is no official fix, but at the moment I am pretty busy, so thought I'll report it anyway.
footballjds
01-17-2013, 07:52 PM
Flight, Mr Magic is right about the script's issue. I just saw it happen: "the script runs fine, until it has to run to south fishing spots, then it click on the other side of the river, tries to run around, gets clicked to run south again, misclicks on the other side again and so on to infinity..."
Also my compass was facing east instead of west...?
Flight
01-18-2013, 02:07 AM
Would either of you two like to test out a private version? It has slightly modified location detection & walking as well as new fish-finding routines. Let me know and I'll send you this version.
Justin
01-18-2013, 02:13 AM
Would either of you two like to test out a private version? It has slightly modified location detection & walking as well as new fish-finding routines. Let me know and I'll send you this version.
If they don't respond in a timely matter, I will give it a test if you want Flight
Flight I done some testing (Forced the script not to find a fishing spot (Changed colours)) and, this is the output:
[===============================]
[ Heavy-Rodder 1.62 ]
[===============================]
Time until break: 02:45:47
Next spot
Screen was then changed with SetScreenMouse to make the compass 'east', it then click on this location and then paused
http://puu.sh/1P8uR
Once my player stopped moving it click on this location
http://puu.sh/1P8w3
http://puu.sh/1P8wG
Then after my player stopped moving to that location it spammed clicked this location
http://puu.sh/1P8wZ
Until I stopped the script (Might of auto-stopped but don't really want to risk my account)
I have reset the colours back to the default and I will keep testing
Justin
E: Just reset colours back to default, SetScreenMouse failed to change my compass to the correct angle (dragged on actionbar) then repeated the same steps as above.
footballjds
01-18-2013, 07:42 PM
Would either of you two like to test out a private version? It has slightly modified location detection & walking as well as new fish-finding routines. Let me know and I'll send you this version.
Flight, I'd definitely test it out. I need about 50 hours of autoing to reach my fishing goal.
Flight
01-18-2013, 11:54 PM
Thank you very much for the detailed report, Justin. I've a very busy day today but perhaps this evening I'll have a chance to fiddle with this. I assume you were at the south spot when you forced the script to change spots?
Alright footballjds, apparently I've a bit more work to do but when that's done I'll drop you a line as well. Thanks man.
Angel Heart
01-19-2013, 03:27 AM
18720
3 hour proggy from V1.61. No errors.
PlumPlum
01-19-2013, 01:02 PM
[Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RSReady' at line 77
Compiling failed.
???
Ashaman88
01-19-2013, 02:49 PM
[Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RSReady' at line 77
Compiling failed.
???
You are trying to run the script from smart params - close that out and hit play from the actual script. Also make sure you check for updates with tools>update
Mr Magic
01-19-2013, 04:37 PM
[Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RSReady' at line 77
Compiling failed.
???
Actually, look at the start of the script for
//{$DEFINE SMART}
{$DEFINE SMART8}
and delete slashes in one line, add them to the other
tbanz1
01-19-2013, 08:43 PM
Exception in Script: Unable to find file 'SRL/SRL/core/actionbar.simba' used from 'C:\Users\Tyler\Downloads\HeavyRodder(1.61).simba'
How do i add the mouse handler and action bar?
Mr Magic
01-19-2013, 08:54 PM
Exception in Script: Unable to find file 'SRL/SRL/core/actionbar.simba' used from 'C:\Users\Tyler\Downloads\HeavyRodder(1.61).simba'
How do i add the mouse handler and action bar?
In the first post at the beginning there are two [NOTE]s, please learn to read the thread first.
Sogalishis
01-21-2013, 07:32 AM
so i went to put the new SPS and everything and I'm having a problem replacing my current SPS with the new one i have to downlaod. if someone can help me that would be great! thank you
footballjds
01-21-2013, 03:08 PM
so i went to put the new SPS and everything and I'm having a problem replacing my current SPS with the new one i have to downlaod. if someone can help me that would be great! thank you
Sogalishis, you also posted in the SPS thread about this issue. There is no need to keep posting on different threads. This thread should discuss the script, not your issues with SPS.
Feel free to PM me TV details if you'd like me to resolve your issue.
gunman82
01-22-2013, 03:02 AM
hey flight...
i was running v1.61 last night..it ran well for 4 hours or so..but then it started walking back and forth like a bot.. :( luckily i happen to come just in time to take over and luckily i was in a world where there were no people around,or would have been a banhammer for sure.. :( :(
is v 1.6 more stable?
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.