PDA

View Full Version : [Fishing] [RS3] [SRL-6] iFlyFisher [Barbarian fly fishing at its finest!]



Pages : [1] 2

KeepBotting
06-04-2014, 12:38 AM
iScripts™ and KeepBotting Presents:

iFlyFisher

-----------------
| = Version: 1.6 = |
-----------------
Status: Broken(?) (post (https://villavu.com/forum/showthread.php?t=109046&page=10&p=1365843#post1365843))
Last Updated: 27th Oct 2014
Download: here (http://bit.ly/iflyfisher1point6).


Description
Fly-fishes trout and salmon at the barbarian village.

Features

100% color!
Fishes trout and salmon with incredible speed (>45k xp/hr)!
Utilises action bar dropping!
Fast & accurate object finding using DTMs, TPAs, ATPAs, and T2DPAs.
Universal inventory slot handling for feathers!
Robust antipattern to reduce ban rates to an absolute minimum!
Informative progress report, painted on SMART!
Passes the 6-hour limit!
Compatible with RS3 and uses SRL-6!
Numerous failsafes to prevent script failure!



How to Use
1) Fill out your player info.


///////////////////////////////////Start setting up the script here. Refer to the comments if you don't know what you're doing.
///////////////////////////////////
///// Start Setup ///////
///////////////////////////////////
///////////////////////////////////Start setting up the script here. Refer to the comments if you don't know what you're doing.

const
(* player info *)
playerNames = ['']; //Put your player's name (or nickname, if you set one) here.
playerFile = 'default'; //Put your playerfile's name here. Default is 'default'.
desiredWorld = 0; //Enter your desired world number here. 0 for random.

(* globals *)
featherSlot = 1; //What inventory slot are your feathers in? (1 through 28)

(* options *)

///////////////////////////////////Don't modify the script ANY FURTHER unless you know what you're doing. You could break stuff!
///////////////////////////////////
///// Stop Setup ///////
///////////////////////////////////
///////////////////////////////////Don't modify the script ANY FURTHER unless you know what you're doing. You could break stuff!


2) Place your character near a barbarian village fishing spot.
3) Zoom all the way OUT.
4) Bind trout and salmon to action bar slots 1 and 2, respectively (http://puu.sh/9fsoE/9121d28ce9.png).
5) Make sure you're in action mode (http://puu.sh/5EZig.png).
6) Place your feathers in ANY inventory slot.
7) Start the script!

Requirements
1) 20 fishing for trout, 30 fishing for salmon.
2) Some feathers.

Additional Info
-> If you get debug messages saying "*** FATAL ERROR: No XP found" or if the progress report is bugged, make sure your XP tracker is positioned like this (http://puu.sh/9B6ih.png).

Current Bugs
-> Nope.

Future Updates
-> Not really expecting to be adding content to this script. Possibly banking, but not in the near future.
-> Exception to the above: an alternative method of action detection (isStillFishing()) to compensate for special conditions created by items such as the Fury Shark outfit.

Proggies
http://puu.sh/9rboK.png
http://puu.sh/9rDDA.png
http://puu.sh/9tTt7.png
http://puu.sh/9DjrG/1c8cabfe60.jpg
http://puu.sh/9PaF6.png
http://puu.sh/9Uppu.png
http://i.gyazo.com/044138c1c10826ac7d92e5d7add75833.png
http://i.gyazo.com/3e9b857973e2319a7a141ed0ffcbc8dc.png
http://puu.sh/b9rtH.png
http://i.imgur.com/J50cWxF.png
http://i.imgur.com/PZgCf0s.png
http://i.imgur.com/xDG0wN1.png
http://i.imgur.com/Cpc6hwN.png
http://i.imgur.com/NjlRnBZ.png
http://i.imgur.com/lVmg8lx.png

Update Log


v1.6
- fixed dialogue box handling, dropping works now
- hid the smart console, no reason to have two windows open
- removed the banking option from the setup constants as it was nonfunctional anyway

v1.5
- better progress report updating
- DTM itemfinding
- better dropping
- fishing level failsafe (terminates if level is < 20)
- better debugging
- dynamic ATPA length setting (http://villavu.com/forum/showthread.php?t=109046&p=1296353#post1296353) (attempts to keep the array of tpoints as small as possible. smaller array = less points to search = faster object finding)

v1.4
- fixed progress report
- added more robust antipattern
- 6 hour fix
- new failsafe
- download is now hosted on dropbox because of villavu's filesize restrictions. download link can now be found right below "last updated".

v1.3
- HUGE logic rewrite
- dynamic camera movement (sorta)
- hacky actionbar dropping (still 300% speed of normal dropping)
- Fixed getFeathers()
- lots of fixes and tweaks

v1.2
- antipattern added

v1.1
- small anyslot(tm) bugfix

v1.0
- initial release

Ashaman88
06-04-2014, 12:54 PM
Patented AnySlot(tm) technology allows to you have your feathers in ANY inventory slot!

Show me the patent number, or I sue for patent infringement!!!


Congrats on the release man, looking good!

liam033500
06-04-2014, 03:17 PM
Congratz on release will try now :D

liam033500
06-04-2014, 04:36 PM
23353
first proggy :)

Turpinator
06-04-2014, 05:12 PM
all of these {$IFDEF debug_on} writeln('[DEBUG] : Failed to find the first fishing spot.'); {$ENDIF} lines could have simply been replaced with their own func... prodecure kbwriteln(s: string);
begin
{$IFDEF debug_on} writeln('[DEBUG] : ' + s); {$ENDIF}
end;

kbwriteln('Failed to find the first fishing spot');

or you could have just used a boolean rather than a define.

KeepBotting
06-04-2014, 09:51 PM
Show me the patent number, or I sue for patent infringement!!!


Congrats on the release man, looking good!XD thanks


Congratz on release will try now :DThanks ^^


23353
first proggy :)Thanks!


all of these {$IFDEF debug_on} writeln('[DEBUG] : Failed to find the first fishing spot.'); {$ENDIF} lines could have simply been replaced with their own func... prodecure kbwriteln(s: string);
begin
{$IFDEF debug_on} writeln('[DEBUG] : ' + s); {$ENDIF}
end;

kbwriteln('Failed to find the first fishing spot');

or you could have just used a boolean rather than a define.D'oh! Should I bother changing them all though, that is the question...

***

update v1.4 has been released, check the update log for what's changed

the download link is now at the top of the post, under "last updated"

Shader
06-13-2014, 08:37 PM
Gonna use this to get 76 fishing quickly, then gonna do sharks till 99 hehe, will post proggys! :)

E: Exp is a bit off, but runs great! 23395

KeepBotting
06-13-2014, 09:46 PM
Gonna use this to get 76 fishing quickly, then gonna do sharks till 99 hehe, will post proggys! :)

Thanks, please do! :D

***

Updated to v1.5!

Read the changelog for everything that's changed, read on for a more in-depth discussion of the coolest thing that's been added in this version!

"Dynamic ATPA length setter"

What setting the ATPA length dynamically aims to do is keep the array of TPoints as small as possible. A smaller array begets a smaller amount of points to search which begets faster object finding.

The logic is as follows, using a flowchart as a demonstrative aid. I originally made this for myself, to help me understand the logic of the function I was about to make, before I even made it! Figured I'd put it here for teh lulz.

http://puu.sh/9tThO.png

Using dynamic ATPA length setting will result in a lot of this:



[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 1.
[DEBUG] : Created fishing spot ATPA (1) in: 1310 ms.


One point, one fishing spot, one search, one click. Simple and accurate.

Shader
06-14-2014, 10:31 PM
Another prog: 23397

KeepBotting
06-15-2014, 12:55 AM
Another prog: 23397Thanks so much! <3

TimeRiders
06-19-2014, 03:06 AM
Very nice script and a thank you was looking for one of these :)

fridaynitelights
06-19-2014, 07:30 PM
Awesome script. 6+ hours and going strong. It seems as though the exp counter is a bit bugged though. It's able to count fish, however, exp remains at 0. I'm getting this in debug over and over. Otherwise, flawless and amazing.

*** FATAL ERROR: No XP found

KeepBotting
06-19-2014, 09:03 PM
Very nice script and a thank you was looking for one of these :)
Thanks and you're welcome


Awesome script. 6+ hours and going strong. It seems as though the exp counter is a bit bugged though. It's able to count fish, however, exp remains at 0. I'm getting this in debug over and over. Otherwise, flawless and amazing.

*** FATAL ERROR: No XP foundMake sure your xp counter is set up like so:

http://puu.sh/9B6ih.png

it's got to use the stats icon and it's got to be in the upper-right corner of your chatbox

next version won't use that, as it's sometimes buggy regardless

thx for your positive feedback :)

chiefcharlie
06-20-2014, 11:02 AM
seems to be flawless so far running it for about 30mins now

KeepBotting
06-20-2014, 02:52 PM
seems to be flawless so far running it for about 30mins now

:) good, good

chiefcharlie
06-21-2014, 05:35 AM
running for 8 hours no problems so far :)http://puu.sh/9DjrG/1c8cabfe60.jpg

KeepBotting
06-21-2014, 11:31 AM
running for 8 hours no problems so far :)http://puu.sh/9DjrG/1c8cabfe60.jpgAwesome, thanks for the proggy!

EvilCabbage
06-22-2014, 05:34 PM
Will try this script out this wednesday when my summer starts given that I've fixed the OpenGL problem :)

KeepBotting
06-22-2014, 06:01 PM
Will try this script out this wednesday when my summer starts given that I've fixed the OpenGL problem :)Ah awesome!

Mantasx27
06-29-2014, 11:16 AM
http://oi60.tinypic.com/2jdgklk.jpg
A tiny proggie for you

KeepBotting
06-29-2014, 12:54 PM
http://oi60.tinypic.com/2jdgklk.jpg
A tiny proggie for you
14 hours, NICE!

Ferhya
07-02-2014, 05:15 PM
My proggy of today. Will try for 11+hrs 2morrow :)

http://i.gyazo.com/023c25d26a39a37d84278a80fb959b31.png

http://i.gyazo.com/023c25d26a39a37d84278a80fb959b31.png

Truncheon
07-02-2014, 05:18 PM
My proggy of today. Will try for 11+hrs 2morrow :)

http://i.gyazo.com/023c25d26a39a37d84278a80fb959b31.png

http://i.gyazo.com/023c25d26a39a37d84278a80fb959b31.png

Wow that's fantastic XP! What level are you at currently?

KeepBotting
07-03-2014, 12:50 AM
My proggy of today. Will try for 11+hrs 2morrow :)

http://i.gyazo.com/023c25d26a39a37d84278a80fb959b31.png

http://i.gyazo.com/023c25d26a39a37d84278a80fb959b31.pngGreat, thanks!

destinyxx
07-03-2014, 04:46 AM
quick question, Does the script support directX?


Im trying to run simba from a portable pendrive, but the client crashes in OpenGL in the computer im using. It is a public pc, and I dont have adminstrator rights.

KeepBotting
07-03-2014, 12:42 PM
quick question, Does the script support directX?


Im trying to run simba from a portable pendrive, but the client crashes in OpenGL in the computer im using. It is a public pc, and I dont have adminstrator rights.

No, but it'd be incredibly easy to add. Jut put this right below line 88:

smartPlugins := ['d3d9.dll'];

Ferhya
07-07-2014, 06:10 PM
--IMG REMOVED, SEE POST BELOW--
Somewhat slower xp at this moment, but I've paused it for keys, and all kind of stuff...

Also, I was at 95-96 at that proggy, 97 at this moment...

Ferhya
07-07-2014, 09:27 PM
http://i.gyazo.com/044138c1c10826ac7d92e5d7add75833.png

Close to 98 now..
This is the proggy in previous post, just a bit longer, heheh...

Previous proggy deleted.

KeepBotting
07-08-2014, 01:08 AM
http://i.gyazo.com/044138c1c10826ac7d92e5d7add75833.png

Close to 98 now..
This is the proggy in previous post, just a bit longer, heheh...

Previous proggy deleted.
25 hours, holy shite. More than a day straight, amazing!

Mantasx27
07-08-2014, 08:47 AM
Bot runs without stopping indefinitely. currently level 94, the only problem is that it sometimes opens the character equip menu, but it doesn't stop the bot or anything.

KeepBotting
07-08-2014, 12:39 PM
Bot runs without stopping indefinitely. currently level 94, the only problem is that it sometimes opens the character equip menu, but it doesn't stop the bot or anything.
Cool!

When you say it opens the equip menu, do you mean the gametab or the big window?

Mantasx27
07-08-2014, 12:55 PM
Cool!

When you say it opens the equip menu, do you mean the gametab or the big window?
http://oi61.tinypic.com/2zjltte.jpg
The camera is like that is because I just logged in and it just so happened that the last time I closed the bot he had opened the tab.

KeepBotting
07-08-2014, 12:58 PM
http://oi61.tinypic.com/2zjltte.jpg
The camera is like that is because I just logged in and it just so happened that the last time I closed the bot he had opened the tab.o_O

How'd it get all the way in over there?

Ferhya
07-08-2014, 10:00 PM
todays proggy

http://i.gyazo.com/3e9b857973e2319a7a141ed0ffcbc8dc.png

Ferhya
07-09-2014, 07:44 AM
Maybe, in a future update, to rack up the xp way further over 50k/h easily:

Make it drop the fish when it has 15 or so fish in invo
That way, it'll drop while fishing, not needing the "cooldown" period it now takes.

that way, you keep fishing constantly till the spot is gone.
That would be awesome, as it would easily +25-30% the xp.

Mantasx27
07-09-2014, 08:19 AM
Ye, I agree, you continue fishing while dropping so there is no need to stop, unless it helps stability or smth

KeepBotting
07-09-2014, 11:51 AM
todays proggy

http://i.gyazo.com/3e9b857973e2319a7a141ed0ffcbc8dc.pngThanks!


Maybe, in a future update, to rack up the xp way further over 50k/h easily:

Make it drop the fish when it has 15 or so fish in invo
That way, it'll drop while fishing, not needing the "cooldown" period it now takes.

that way, you keep fishing constantly till the spot is gone.
That would be awesome, as it would easily +25-30% the xp.


Ye, I agree, you continue fishing while dropping so there is no need to stop, unless it helps stability or smthThat's interesting--I'll look into it! Thanks!

Csch
07-11-2014, 01:23 PM
https://villavu.com/forum/attachment.php?attachmentid=23552&d=1405084926
Not the longest or most impressive proggy, but I'm loving this script. Ran for 14 hours flawlessly, ran out of feathers and logged out. Got me up 6 fishing levels! Great work!

KeepBotting
07-11-2014, 03:01 PM
https://villavu.com/forum/attachment.php?attachmentid=23552&d=1405084926
Not the longest or most impressive proggy, but I'm loving this script. Ran for 14 hours flawlessly, ran out of feathers and logged out. Got me up 6 fishing levels! Great work!

Thanks for the proggy and the feedback

Welcome for the 6 fishing levels haha

dread4
07-11-2014, 05:01 PM
My proggys don't include exp for some reason but ran over 7 hours working great! :')

bestplox
07-11-2014, 07:11 PM
Ran it 5 hours to test it out, one word FLAWLESS!

KeepBotting
07-14-2014, 12:48 AM
My proggys don't include exp for some reason but ran over 7 hours working great! :')Make sure your xp counter is set up like so:

http://puu.sh/9B6ih.png

it's got to use the stats icon and it's got to be in the upper-right corner of your chatbox



Ran it 5 hours to test it out, one word FLAWLESS!Thanks :)

dread4
07-14-2014, 08:23 AM
The script stopped working it's not releasing minimap mask

Mantasx27
07-14-2014, 08:45 AM
Working flawlessly, currently 97, a few hours away of 98. Should get 99 by Wednesday/Thursday.

dread4
07-14-2014, 09:21 AM
[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 7.

[WARNING] : Failed to create fishing spot ATPA, length (9) is too large.

Keep getting this error and it's not clicking the fishing spots >.>

Fixed my problem lets get 70 fishing today :3

Mantasx27
07-16-2014, 11:40 AM
99 achieved. Botted about 10-14 hours a day. Didnt have any real problems. Great bot

KeepBotting
07-16-2014, 12:17 PM
99 achieved. Botted about 10-14 hours a day. Didnt have any real problems. Great bot
Wooooooo, gratz!

Nicodemus
07-17-2014, 07:37 PM
-- WARNING: getItemAmount(): Didn't find any text color, result = -1
[DEBUG] : Grabbed feather amount (-1) in: 0 ms.
[DEBUG] : Grabbed XP in: 93 ms.
[DEBUG] : Starting with XP: 361931.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.

[ERROR] : *** FATAL ERROR: Your fishing level is not sufficient to catch trout (lv. 20) and/or salmon (lv. 30)!


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
tesseractGetText(): Bitmap is is too small (190, 1)
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): True
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

the script says i am under lvl 30 but i am lvl 30 fishing... :S

23586

KeepBotting
07-18-2014, 03:53 AM
-- WARNING: getItemAmount(): Didn't find any text color, result = -1
[DEBUG] : Grabbed feather amount (-1) in: 0 ms.
[DEBUG] : Grabbed XP in: 93 ms.
[DEBUG] : Starting with XP: 361931.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.

[ERROR] : *** FATAL ERROR: Your fishing level is not sufficient to catch trout (lv. 20) and/or salmon (lv. 30)!


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
tesseractGetText(): Bitmap is is too small (190, 1)
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): True
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

the script says i am under lvl 30 but i am lvl 30 fishing... :S

23586
level to 31 manually and tell me if it still does it

Nicodemus
07-18-2014, 04:06 PM
-- TPlayer.login(): True
[DEBUG] : Setup complete - player is logged in.
[DEBUG] : Setting run.
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Grabbed feather amount (-1) in: 0 ms.
[DEBUG] : Grabbed XP in: 109 ms.
[DEBUG] : Starting with XP: 396666.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.

[ERROR] : *** FATAL ERROR: Your fishing level is not sufficient to catch trout (lv. 20) and/or salmon (lv. 30)!


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
tesseractGetText(): Bitmap is is too small (190, 1)
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): False
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[6396]
-- Freeing gametabs bitmaps...
Successfully executed.

23588

still the same problem

KeepBotting
07-18-2014, 08:49 PM
-- TPlayer.login(): True
[DEBUG] : Setup complete - player is logged in.
[DEBUG] : Setting run.
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Grabbed feather amount (-1) in: 0 ms.
[DEBUG] : Grabbed XP in: 109 ms.
[DEBUG] : Starting with XP: 396666.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.

[ERROR] : *** FATAL ERROR: Your fishing level is not sufficient to catch trout (lv. 20) and/or salmon (lv. 30)!


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
tesseractGetText(): Bitmap is is too small (190, 1)
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): False
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[6396]
-- Freeing gametabs bitmaps...
Successfully executed.

23588

still the same problem
Alright I did a bit of research and it seems as though tabStats.getSkillLevel() is broken, for a quick fix just delete lines 3881 - 3885

Nicodemus
07-19-2014, 07:24 AM
-- TPlayer.login(): True
[DEBUG] : Setup complete - player is logged in.
[DEBUG] : Setting run.
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Grabbed feather amount (-1) in: 0 ms.
[DEBUG] : Grabbed XP in: 110 ms.
[DEBUG] : Starting with XP: 397296.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.
[DEBUG] : Grabbed XP in: 93 ms.
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Updated progress report in: 6099 ms.
---- minimap.setAngle(): Set the angle @ 85.6012946450045 degrees
-- WARNING: getItemAmount(): Didn't find any text color, result = -1
[DEBUG] : Grabbed feather amount (-1) in: 15 ms.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[ERROR] : *** FATAL ERROR: No feathers


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
tesseractGetText(): Bitmap is is too small (190, 1)
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): True
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[3312]
-- Freeing gametabs bitmaps...
Successfully executed.

but i got 2k feathers in inventory in slot 1 :(

Nicodemus
07-19-2014, 07:25 AM
-- TPlayer.login(): True
[DEBUG] : Setup complete - player is logged in.
[DEBUG] : Setting run.
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Grabbed feather amount (-1) in: 0 ms.
[DEBUG] : Grabbed XP in: 110 ms.
[DEBUG] : Starting with XP: 397296.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.
[DEBUG] : Grabbed XP in: 93 ms.
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Updated progress report in: 6099 ms.
---- minimap.setAngle(): Set the angle @ 85.6012946450045 degrees
-- WARNING: getItemAmount(): Didn't find any text color, result = -1
[DEBUG] : Grabbed feather amount (-1) in: 15 ms.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[ERROR] : *** FATAL ERROR: No feathers


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
tesseractGetText(): Bitmap is is too small (190, 1)
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): True
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[3312]
-- Freeing gametabs bitmaps...
Successfully executed.

but i got 2k feathers in inventory in slot 1 :(

2359423594

tysonganger
07-19-2014, 12:52 PM
when i execute the script nothing happens..lol!
i m new to simba can anyone tel me how to setup a rs script?

Sin
07-19-2014, 05:59 PM
"ATPAs, and T2DPA"

Aren't they the same thing? Or are you talking about 'array of TPointArray' and 'array of array of TPointArray'?

Will be using this in the future though, gj.

KeepBotting
07-19-2014, 08:30 PM
-- TPlayer.login(): True
[DEBUG] : Setup complete - player is logged in.
[DEBUG] : Setting run.
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Grabbed feather amount (-1) in: 0 ms.
[DEBUG] : Grabbed XP in: 110 ms.
[DEBUG] : Starting with XP: 397296.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.
[DEBUG] : Grabbed XP in: 93 ms.
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Updated progress report in: 6099 ms.
---- minimap.setAngle(): Set the angle @ 85.6012946450045 degrees
-- WARNING: getItemAmount(): Didn't find any text color, result = -1
[DEBUG] : Grabbed feather amount (-1) in: 15 ms.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[ERROR] : *** FATAL ERROR: No feathers


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
tesseractGetText(): Bitmap is is too small (190, 1)
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): True
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[3312]
-- Freeing gametabs bitmaps...
Successfully executed.

but i got 2k feathers in inventory in slot 1 :(

2359423594Make sure you set featherSlot to 1


when i execute the script nothing happens..lol!
i m new to simba can anyone tel me how to setup a rs script?Something's got to happen, does the debug box print anything? Any errors?


"ATPAs, and T2DPA"

Aren't they the same thing? Or are you talking about 'array of TPointArray' and 'array of array of TPointArray'?

Will be using this in the future though, gj.
They are, it sounds cooler to say them as two separate things though.

Thanks ^^

iAmGrape
07-20-2014, 04:24 AM
Exception in Script: File "srl-6/srl.simba" not found at line 5, column 5
The whole 4-7 row is red, others are blue (first time using, ikd what to do :()

tysonganger
07-20-2014, 06:01 AM
hey go to this link:-https://villavu.com/forum/showthread.php?t=109551&goto=newpost
i posted the error dere!

KeepBotting
07-20-2014, 09:58 AM
Exception in Script: File "srl-6/srl.simba" not found at line 5, column 5
The whole 4-7 row is red, others are blue (first time using, ikd what to do :()Read the Simba setup tutorial for RS3.

iAmGrape
07-20-2014, 01:27 PM
Read the Simba setup tutorial for RS3.

Exception in Script: Runtime error: "Access violation" at line 418, column 45 in file "C:\Simba\Includes\srl-6\lib\utilities\time.simba"
The following bitmaps were not freed: [SMART Debug Image]
File[C:\Simba\Includes\SRL-6/logs/SRL log (20-07-14 at 04.31.40 PM).txt] has not been freed in the script, freeing it now.

That's what happens when it tries to log back in when it logs me off

Nicodemus
07-21-2014, 10:35 AM
i still cant get the script up, its still saying that i dont got feathers in inventory, in the setup its set to slot 1 and it is in inventory slot 1.
23610

23611

Camel
07-24-2014, 06:32 PM
23650

I didn't bother to put the XP counter in the right spot.. But it works as I've bothered to do it before.

Thanks for the script, works perfectly.

KeepBotting
07-26-2014, 10:08 PM
Exception in Script: Runtime error: "Access violation" at line 418, column 45 in file "C:\Simba\Includes\srl-6\lib\utilities\time.simba"
The following bitmaps were not freed: [SMART Debug Image]
File[C:\Simba\Includes\SRL-6/logs/SRL log (20-07-14 at 04.31.40 PM).txt] has not been freed in the script, freeing it now.

That's what happens when it tries to log back in when it logs me offMake sure your interpreter is set to Lape.


i still cant get the script up, its still saying that i dont got feathers in inventory, in the setup its set to slot 1 and it is in inventory slot 1.
23610

23611Does this still happen?


23650

I didn't bother to put the XP counter in the right spot.. But it works as I've bothered to do it before.

Thanks for the script, works perfectly.You're welcome, thanks for the feedback.

Nicodemus
07-27-2014, 08:01 AM
Does this still happen?

i changed something when i had a bank problem with the miner script of the mayor. (i reset the old school lay out) and now this works very well! sorry for all the trouble! :D

gonna post a proggy at the end of the day :D

thx!

Nicodemus
07-27-2014, 07:00 PM
23689

nice :D

KeepBotting
07-27-2014, 08:17 PM
23689

nice :D
Lookin' good!

Nicodemus
07-30-2014, 06:13 PM
since the update the script doesn't work so good only does one fishing spot and doesnt go to the other ones.

EDIT: fixed :D

i'll add a proggy latteerrrzzzzzz

RazzaFraza
07-30-2014, 07:46 PM
I can't get this to work. It will just enter my username or password then never even log-in. Any ideas what the problem might be?

Edit: Fixed this by not putting anything in Player Name & just using the player manager.

Now I have another issue. The script will not bank the fish. It just says Counted 14 items over & over

KeepBotting
07-30-2014, 09:49 PM
I can't get this to work. It will just enter my username or password then never even log-in. Any ideas what the problem might be?

Edit: Fixed this by not putting anything in Player Name & just using the player manager.

Now I have another issue. The script will not bank the fish. It just says Counted 14 items over & over
If you'll read the thread, you'll see that banking hasn't been added yet.

Seohyun
07-30-2014, 10:32 PM
Will try this out soon. 99 fishing might be my next goal :)

KeepBotting
07-30-2014, 10:33 PM
Will try this out soon. 99 fishing might be my next goal :)

Thanks & good luck!

hopesluck
07-31-2014, 08:26 PM
works like its suppose to =)

KeepBotting
07-31-2014, 08:41 PM
works like its suppose to =)

good to hear :)

twirap
08-08-2014, 04:18 AM
------ TRSLobbyWorlds.selectRandomWorld(): Random world is 80
------ TRSLobby.findPlayButton(): result = True
---- WARNING: Unknown login string: ""
---- HINT: Please report this issue in the SRL bugs section of the forum
------ Saving screenshot: unknown_login_count.png
---- Login response: One minute as passed...
------ All players inactive...
-- TPlayer.login(): False
[DEBUG] : Setting run.
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
-- TPlayer.login()
---- TPlayer.loginToLobby()
------ Player New Player 2 is not active...
---- TPlayer.loginToLobby(): False
-- TPlayer.login()[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[15284]
-- Freeing gametabs bitmaps...
Successfully executed.


Logs in fine but then it just stands there and terminates script after opening tab.

KeepBotting
08-08-2014, 12:18 PM
------ TRSLobbyWorlds.selectRandomWorld(): Random world is 80
------ TRSLobby.findPlayButton(): result = True
---- WARNING: Unknown login string: ""
---- HINT: Please report this issue in the SRL bugs section of the forum
------ Saving screenshot: unknown_login_count.png
---- Login response: One minute as passed...
------ All players inactive...
-- TPlayer.login(): False
[DEBUG] : Setting run.
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
-- TPlayer.login()
---- TPlayer.loginToLobby()
------ Player New Player 2 is not active...
---- TPlayer.loginToLobby(): False
-- TPlayer.login()[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[15284]
-- Freeing gametabs bitmaps...
Successfully executed.


Logs in fine but then it just stands there and terminates script after opening tab.A screenshot of your SMART window would be helpful.

nkd2009
08-08-2014, 08:24 PM
I had a similar error, but after adding the fishing xp counter, it seemed to be fixed.It looks as if he doesn't have the fishing xp counter up either.

KinkyWambat
08-10-2014, 05:07 PM
[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 7.

[WARNING] : Failed to create fishing spot ATPA, length (9) is too large.

Keep getting this error and it's not clicking the fishing spots >.>

Fixed my problem lets get 70 fishing today :3


~ I am experiencing this problem. I have already ran this script previously, without any issues. Any Ideas / feedback will be appreciated.

Thanks in Advance,
Connor.

KeepBotting
08-10-2014, 05:09 PM
~ I am experiencing this problem. I have already ran this script previously, without any issues. Any Ideas / feedback will be appreciated.

Thanks in Advance,
Connor.

Try restarting SMART

KinkyWambat
08-10-2014, 05:17 PM
Try restarting SMART

I have tried restarting the script multiple times, I am currently running Draynor Chop N' Bank by Coh3n and SMART seems to have no issues while running this script.

Thanks for the quick response.

KeepBotting
08-10-2014, 05:47 PM
I have tried restarting the script multiple times, I am currently running Draynor Chop N' Bank by Coh3n and SMART seems to have no issues while running this script.

Thanks for the quick response.
Not the script, SMART

lol 1,337 posts

twirap
08-14-2014, 06:34 AM
Slim headers was unchecked. Works flawlessly...SO FAST at dropping...Such a pro script....How did you make such a sexy exp tracker and that logo? I didn't see any details on that in MAyor's tutorial. Did someone fix the world change lobby bug to fix the 6 hour limit? Last time the world change didn't work and Mayor said there is a lobby bug that is preventing it from working.

Ian
08-14-2014, 10:04 AM
How did you make such a sexy exp tracker and that logo? I didn't see any details on that in MAyor's tutorial

Pretty much all the information you'll need about drawing on SMART with SRL6 is here: http://docs.villavu.com/srl-6/drawing.html

If you'd like a tutorial there's one by flight. Although it is outdated it might still help with some aspects of drawing: https://villavu.com/forum/showthread.php?t=68856

As for the artwork itself, photoshop or GIMP work well.

Cyanempire
08-26-2014, 11:49 PM
23906

KeepBotting
08-27-2014, 01:44 AM
23906

Thanks!

betadanyu
08-29-2014, 01:41 PM
Works well :)23928

zircon
09-01-2014, 07:26 PM
The script doesn't work anymore after update, it open and close the inventory and skill list. Then he say Fatal Error: No XP found.

Large1
09-02-2014, 03:23 AM
Fixed my issue and so far 2 hours in but ran out of feathers but script terminated but right now really solid script +1 :)

KeepBotting
09-04-2014, 12:26 AM
Fixed my issue and so far 2 hours in but ran out of feathers but script terminated but right now really solid script +1 :)
Glad you got it working :)


The script doesn't work anymore after update, it open and close the inventory and skill list. Then he say Fatal Error: No XP found.
It still works fine. Reset your interface/graphics settings, updates sometimes kick them to default and screw things up.

godzassassin
09-04-2014, 03:34 AM
Only uses one spot [WARNING] : Failed to create fishing spot ATPA, length (10) is too large. Doesnt go to the other fishing spot when one is finished :/ help please

I think it works..... well sometimes

Nice script tho

KeepBotting
09-04-2014, 11:38 AM
Only uses one spot [WARNING] : Failed to create fishing spot ATPA, length (10) is too large. Doesnt go to the other fishing spot when one is finished :/ help please

I think it works..... well sometimes

Nice script thoJust restart SMART when it does that, and it shouldn't do it again for the duration of the run

Sinix
09-11-2014, 08:42 AM
Won't start up for me.

Says my fishing level is less than 20... but I'm level 97.

KeepBotting
09-11-2014, 11:40 AM
Won't start up for me.

Says my fishing level is less than 20... but I'm level 97.

Screenshot your SMART window for me, there might be something wrong with your interfaces.

GTFO_Jagex
09-11-2014, 12:07 PM
Won't start up for me.

Says my fishing level is less than 20... but I'm level 97.

same problem for me , if you delete line 3882-3886, it will work but the paint won't

Sinix
09-14-2014, 08:39 PM
I was able to get this script working, and it's a beauty.

http://oi58.tinypic.com/25zqrzs.jpg

Thank you for sharing :)

elvenred
09-15-2014, 04:03 AM
same problem for me , if you delete line 3882-3886, it will work but the paint won't You're having a lot more luck than me, I deleted the proper lines and the paint showed up along with not having the xp error, however the bot still did not function.

godzassassin
09-15-2014, 09:43 PM
Forgot to say used it from 30-76 fishing worked smoothly 90.5% of the time.

Thank you :D

Lipcot
10-06-2014, 03:45 AM
using it now, had to do some tweaking though, take away the fishing lvl check and it wont get xp gain, but works perfectly :) (using direct x) .

liam1997
10-21-2014, 05:12 AM
bot is slow to change fishing spots on sometimes clicks on the same spot a few times, is this normal? as in it will click, rotate camera a bit, move mouse, check some stats, then move back and click on the spot again.

also xp is going crazy, says i have 500k xp after i start, then 1bil xp, then error

liam1997
10-21-2014, 05:14 AM
also, once it gets a full inventory it just hangs it doesnt drop them

liam1997
10-21-2014, 05:29 AM
i believe ive managed to fix it, however now xp sits at 0 and fish caught sits at 0 but the script appears to be dropping the fish now.

also is it normal for the script to spin around and examine the water, cause it just spun like 3 times and examined the water

it says how many fish are counted, but just stands there, not dropping.

liam1997
10-21-2014, 05:31 AM
it seems to just stand there after the "your inventory is too full to hold any more fish" box appears (which appears behind the paint)

liam1997
10-21-2014, 05:33 AM
you cant carry any more fish pops up and thats the end of it, it will just stand there, but if i diable smart and click for it to move (removing the inventory full dialogue box) it will drop and return to fishing.

KeepBotting
10-21-2014, 09:02 PM
it seems to just stand there after the "your inventory is too full to hold any more fish" box appears (which appears behind the paint)


you cant carry any more fish pops up and thats the end of it, it will just stand there, but if i diable smart and click for it to move (removing the inventory full dialogue box) it will drop and return to fishing.


bot is slow to change fishing spots on sometimes clicks on the same spot a few times, is this normal? as in it will click, rotate camera a bit, move mouse, check some stats, then move back and click on the spot again.

also xp is going crazy, says i have 500k xp after i start, then 1bil xp, then error


also, once it gets a full inventory it just hangs it doesnt drop them


i believe ive managed to fix it, however now xp sits at 0 and fish caught sits at 0 but the script appears to be dropping the fish now.

also is it normal for the script to spin around and examine the water, cause it just spun like 3 times and examined the water

it says how many fish are counted, but just stands there, not dropping.

Jesus dude, I think you might have set a record for multi-posting. A penta-post is just too much. The edit button is there for a reason.

As far as your problem, it's supposed to click the dialogue box away. Post a screenshot of your interfaces setup, they might be off a bit.

liam1997
10-21-2014, 11:18 PM
here is a photo,i realise there are no active spots here, it was going to look for another i just took this pic as the spot went down. You can see the dialogue box just behind the paint.

24246

liam1997
10-21-2014, 11:26 PM
its now saying failed to create spot ATPA, with allowed length of 10, then says failed to create and it just does that over and over while rotating camera

EDIT: i just restarted it and it found the spot and clicked it, is it clicking the spot more than once normal? like while youre fishing after its rotated it will click again?

is it normal to stall for a bit after a spot disappears (it takes a bit to switch)


or is all this related to possibly the same reason it wont drop?

KeepBotting
10-22-2014, 02:14 AM
here is a photo,i realise there are no active spots here, it was going to look for another i just took this pic as the spot went down. You can see the dialogue box just behind the paint.

24246


its now saying failed to create spot ATPA, with allowed length of 10, then says failed to create and it just does that over and over while rotating camera

EDIT: i just restarted it and it found the spot and clicked it, is it clicking the spot more than once normal? like while youre fishing after its rotated it will click again?

is it normal to stall for a bit after a spot disappears (it takes a bit to switch)


or is all this related to possibly the same reason it wont drop?

Edit button. Please.

Failing to create the ATPA is normal, just restart SMART and that should clear up by itself.
I'll take a look at dialogue box handling later this week when I get a chance.

the bank
10-24-2014, 12:26 AM
Dialog box fix is as easy as opening the conversationbox file in srl-6 and changing the "continue" function. In there it has a +10, change it to like a +3. It misclicks otherwise and just keeps trying.

KeepBotting
10-25-2014, 02:12 PM
Dialog box fix is as easy as opening the conversationbox file in srl-6 and changing the "continue" function. In there it has a +10, change it to like a +3. It misclicks otherwise and just keeps trying.
Problem is, I can't do that for you because everyone has a local copy of the SRL-6 include files. If you can override the function in the script itself so it works correctly, send me a PM with the code and I'll push a quick update.

KeepBotting
10-28-2014, 01:48 AM
Updated to 1.6, dialogue box handling (and thus, dropping) has been fixed.

the bank; liam1997;

These two^ were the guys that brought the issue to my attention. Many thanks. It's fixed.


http://puu.sh/ctxss.png

Happy fishing~!

cbrems
10-31-2014, 11:42 AM
Here's a small proggy. Gotta stop the bot due to dxp weekend and wanting other skills tho :( http://i.imgur.com/J50cWxF.png

KeepBotting
10-31-2014, 11:43 AM
Here's a small proggy. Gotta stop the bot due to dxp weekend and wanting other skills tho :( http://i.imgur.com/J50cWxF.png

Glad to see it's still as stable as ever after my update. Best of luck this weekend :)

Torol
11-22-2014, 03:07 PM
Hello there! I tried you script lately, and I came accross some weird behaviour. Sometimes the script get stuck not finding the fishing ATPAs, therefore it starts doing too much camera rotating. Sorry but I forgot to save the debug, but I'll try and get one if I experience this again.

KeepBotting
11-22-2014, 09:21 PM
Hello there! I tried you script lately, and I came accross some weird behaviour. Sometimes the script get stuck not finding the fishing ATPAs, therefore it starts doing too much camera rotating. Sorry but I forgot to save the debug, but I'll try and get one if I experience this again.

No need, I know what you're talking about. Just make sure you start the script with a fresh SMART and that shouldn't happen

Torol
11-22-2014, 10:04 PM
No need, I know what you're talking about. Just make sure you start the script with a fresh SMART and that shouldn't happen

Oh ok, I tried it with the original client

KeepBotting
11-27-2014, 07:03 PM
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Grabbed feather amount (-1) in: 15 ms.
Warning! You passed wrong values to a finder function: ys > ye (667,504). Swapping the values for now.
Warning! You passed a wrong ye to a finder function: 667. The client has a height of 600, thus the ye is out of bounds. Setting the value to 599 (h-1) for now.

[ERROR] : *** FATAL ERROR: No XP found

[DEBUG] : Starting with XP: 0.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.

[ERROR] : *** FATAL ERROR: Your fishing level is not sufficient to catch trout (lv. 20) and/or salmon (lv. 30)!


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
---- ERROR: Failed to click logout text
-- TPlayer.logout(): False
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[5460]
-- Freeing gametabs bitmaps...
Successfully executed.



Setup everything exactly how you mentioned, i'm 40 fishing as well.From the debug output, I conclude that you've not set up your graphics or interfaces correctly. My reasoning is that wrong values are being passed to finder functions, .openTab() is returning false, and .logout() is having problems as well.

Re-read the RS3 setup thread.

KeepBotting
11-29-2014, 07:12 PM
I had transparency on half, not all the way to the left.
my fault. Running now.
Thanks KeepBotting.

Awesomeness. You're welcome - best of luck!

Theron
12-12-2014, 02:44 AM
Awesomeness. You're welcome - best of luck!

Just tried to use this script for the first time and I received this error:

http://gyazo.com/790842ae6dd1ebb8d7962a9310cfb459

Any advice? I believe I have it setup correctly.

KeepBotting
12-12-2014, 02:46 AM
Just tried to use this script for the first time and I received this error:

http://gyazo.com/790842ae6dd1ebb8d7962a9310cfb459

Any advice? I believe I have it setup correctly.
Post debug (above what you show in the screenshot).

Theron
12-12-2014, 02:52 AM
Post debug (above what you show in the screenshot).

okay.

http://gyazo.com/8a47ea578bca706326f7520b1f5876cd

KeepBotting
12-12-2014, 03:02 AM
okay.

http://gyazo.com/8a47ea578bca706326f7520b1f5876cd

You input your player info into Rafiki, yeah?

http://puu.sh/dr5Ii.png

Set a nickname. Then put the nickname in my script's player names field.
The way you did it wasn't working, for whatever reason - the script failed to match the player name you gave to a player name in Rafiki.

Theron
12-12-2014, 03:08 AM
You input your player info into Rafiki, yeah?

http://puu.sh/dr5Ii.png

Set a nickname. Then put the nickname in my script's player names field.
The way you did it wasn't working, for whatever reason - the script failed to match the player name you gave to a player name in Rafiki.

Thank you, I didnt't have a nickname set, I just put in my username, that was the issue, I appreciate it.

BanditBob
12-14-2014, 04:38 PM
Anyone think I should use this on my main? :P

KeepBotting
12-14-2014, 07:05 PM
Anyone think I should use this on my main? :P

Sure, why not

BanditBob
12-14-2014, 07:31 PM
Sure, why not

Does this have a built in break handler? I want to set it up since it's my main :P

KeepBotting
12-14-2014, 07:47 PM
Does this have a built in break handler? I want to set it up since it's my main :P

It does not have a break handler, no

BanditBob
12-14-2014, 08:01 PM
It does not have a break handler, no

Is there a built in one on Simba?

KeepBotting
12-14-2014, 08:06 PM
Is there a built in one on Simba?

No, breaking is handled by the script (if at all)

BanditBob
12-14-2014, 09:56 PM
No, breaking is handled by the script (if at all)

But without breaks it will be detected a lot easier?

KeepBotting
12-14-2014, 10:00 PM
But without breaks it will be detected a lot easier?

No one knows for sure. Many people are of that opinion, but I personally don't see a need for them

No legit player logs out for 15 miutes every hour :/

BanditBob
12-14-2014, 11:03 PM
No one knows for sure. Many people are of that opinion, but I personally don't see a need for them

No legit player logs out for 15 miutes every hour :/

Hmm, very true - how many hours a day (out of 24 hours) would you say would be the max for botting?

KeepBotting
12-14-2014, 11:09 PM
Hmm, very true - how many hours a day (out of 24 hours) would you say would be the max for botting?
Again, no one knows exactly what's "safe" or "unsafe" because any and all information we have on how bots are detected is (and indeed, can never be more than) speculation.

That depends on a lot and you'll get a huge variation of answers from different people. As a very general rule, I'd bot no more than 6-8 hours/day on an account you care a lot about. That number can increase or decrease depending on factors which (we speculate) are the script, its antiban, percentage of legit play, quests, other stats, frqeuency of skill/method/location, yadda yadda.

Short answer: whatever you think, honestly.

bonsai
12-14-2014, 11:17 PM
No one knows for sure. Many people are of that opinion, but I personally don't see a need for them

No legit player logs out for 15 miutes every hour :/

When I played legit, that was close to my schedule. I used to go outside to smoke and come back 10 minutes later.

Kids have their mom yelling at them to do stuff, etc. Short breaks are common.

It's more unusual to see someone sitting at the game for four hours without taking a pee.

KeepBotting
12-14-2014, 11:20 PM
When I played legit, that was close to my schedule. I used to go outside to smoke and come back 10 minutes later.

Kids have their mom yelling at them to do stuff, etc. Short breaks are common.

It's more unusual to see someone sitting at the game for four hours without taking a pee.

See, like I said. Everyone's gonna have a different take of what should be done and what shouldn't.

Staying at the computer for four hours without going to the bathroom hits pretty close to home as to my schedule. I'd also imagine the majority of RS players don't smoke.

The mom points is a good one though, hadn't thought of that.

BanditBob
12-14-2014, 11:22 PM
See, like I said. Everyone's gonna have a different take of what should be done and what shouldn't.

Staying at the computer for four hours without going to the bathroom hits pretty close to home as to my schedule. I'd also imagine the majority of RS players don't smoke.

The mom points is a good one though, hadn't thought of that.

Is it possible for you to make a Fishing Guild Fishing bot? :P

KeepBotting
12-14-2014, 11:24 PM
Is it possible for you to make a Fishing Guild Fishing bot? :P

I've been asked that more times than I can count, the fact that I've not done it yet I can chalk up to two things


lack of motivation to make another darn fishing script
lack of p2p account


But it will happen Eventually™

BanditBob
12-14-2014, 11:27 PM
I've been asked that more times than I can count, the fact that I've not done it yet I can chalk up to two things


lack of motivation to make another darn fishing script
lack of p2p account


But it will happen Eventually™

Ok thanks for your reply. Your iFlyFisher is awesome and I would love for you to make a Fishing Guild script ^.^

KeepBotting
12-14-2014, 11:29 PM
Ok thanks for your reply. Your iFlyFisher is awesome and I would love for you to make a Fishing Guild script ^.^

After I finish my woodcutting script, I'll see if I can't wrangle it up for my next release :)

I'm glad you're enjoying iFlyFisher, don't forget to post proggies & report bugs :p

BanditBob
12-14-2014, 11:29 PM
After I finish my woodcutting script, I'll see if I can't wrangle it up for my next release :)

I'm glad you're enjoying iFlyFisher, don't forget to post proggies & report bugs :p

Yay :)

I think the only problem I have encountered is I don't know if it's a bug or not but there was a fishing spot on the edge of the screen and in the console it said there wasn't any fishing spots in the area.

KeepBotting
12-14-2014, 11:32 PM
Yay :)

I think the only problem I have encountered is I don't know if it's a bug or not but there was a fishing spot on the edge of the screen and in the console it said there wasn't any fishing spots in the area.

Normal for it to miss a spot once in a while, it will correct itself

BanditBob
12-17-2014, 12:11 PM
Script doesn't work anymore for me.

"if not self.isSearchOpen then"

That line is in orange and it says in the console "Error: perator "NOT" not compatible with "record [0]Pointer; [4]Pointer; end" at line 2530. Compiling failed."

abdul981
12-18-2014, 10:51 AM
Possible to add sign of porter support?

KeepBotting
12-18-2014, 10:15 PM
Script doesn't work anymore for me.

"if not self.isSearchOpen then"

That line is in orange and it says in the console "Error: perator "NOT" not compatible with "record [0]Pointer; [4]Pointer; end" at line 2530. Compiling failed."
SRL > Settings > enable Override Update

SRL > Check for Update

Possible to add sign of porter support?

Divination porters? Wouldn't be too hard. I don't have an account that can use them, though.

SlipperyPickle
12-21-2014, 08:15 PM
Nice script, got 78 fishing already! Thanks

KeepBotting
12-21-2014, 08:29 PM
Nice script, got 78 fishing already! Thanks

Quite welcome! Heading for 99?

SlipperyPickle
12-21-2014, 10:56 PM
Quite welcome! Heading for 99?

It started out as a project to see how safe it is to bot with Simba. I think this bot is relatively safe, so 99 is the next target ;)

KeepBotting
12-21-2014, 11:00 PM
It started out as a project to see how safe it is to bot with Simba. I think this bot is relatively safe, so 99 is the next target ;)

Awesome! Best of luck, don't forget to post proggies ;)

SlipperyPickle
12-21-2014, 11:25 PM
Awesome! Best of luck, don't forget to post proggies ;)

Will post in a few days, I'm now unable to bot due to family Christmas obligations -.-

EKOx REACTZz
12-22-2014, 06:12 PM
Never used this bot before and im having trouble setting it up, everytime I click run on the script the smart client loads up but then the script terminates itself and I get this error in the debug box

[DEBUG] : Successfully spawned SMART client.
-- TPlayerArray.setup()
---- Attempting to load player(s) "[my name]" from army "default"
---- Raf_GetPlayers()
------ WARNING: Army doesn't exist!
---- Raf_GetPlayers: Result = false
---- ERROR: Unable to get players from army
---- FATAL ERROR: TPlayerArray.setup(): Failure

[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
[DEBUG] : Freeing BMPs
Error: The bitmap[0] does not exist at line 117
Execution failed.
The following bitmaps were not freed: [SMART Debug Image]
File[C:\Simba\Includes\SRL-6/logs/SRL log (22-12-14 at 01.07.08 PM).txt] has not been freed in the script, freeing it now.

did everything you said in the tutorial, I also tried to re run the script when the client was open but nothing happened.

Edit: Found fix on the RS3 tut

KeepBotting
12-24-2014, 04:49 PM
Never used this bot before and im having trouble setting it up, everytime I click run on the script the smart client loads up but then the script terminates itself and I get this error in the debug box

[DEBUG] : Successfully spawned SMART client.
-- TPlayerArray.setup()
---- Attempting to load player(s) "[my name]" from army "default"
---- Raf_GetPlayers()
------ WARNING: Army doesn't exist!
---- Raf_GetPlayers: Result = false
---- ERROR: Unable to get players from army
---- FATAL ERROR: TPlayerArray.setup(): Failure

[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
[DEBUG] : Freeing BMPs
Error: The bitmap[0] does not exist at line 117
Execution failed.
The following bitmaps were not freed: [SMART Debug Image]
File[C:\Simba\Includes\SRL-6/logs/SRL log (22-12-14 at 01.07.08 PM).txt] has not been freed in the script, freeing it now.

did everything you said in the tutorial, I also tried to re run the script when the client was open but nothing happened.

Edit: Found fix on the RS3 tut

Glad you found the fix :) don't forget to post proggies!

iriep12345
12-26-2014, 05:30 PM
after 30 mins -2hrs botting script tells me i have no feathers when i have 50k :s and it stops

KeepBotting
12-26-2014, 06:08 PM
after 30 mins -2hrs botting script tells me i have no feathers when i have 50k :s and it stops

I fixed that some time ago - it should mouse over the featherSlot to check. Are your feathers in the same slot as defined by featherSlot?

iriep12345
12-26-2014, 06:14 PM
yeah and its puts the mouse on it and it just logs off and stops script
edit: sometimes it works and sometimes it doesnt o.o
edit again : its happenning when inv is full

KeepBotting
12-26-2014, 06:22 PM
yeah and its puts the mouse on it and it just logs off and stops script
edit: sometimes it works and sometimes it doesnt o.o
edit again : its happenning when inv is full

Post a screenshot of your SMART window, chances are that your interfaces setup is probably slightly off

iriep12345
12-26-2014, 06:26 PM
24665 here

KeepBotting
12-26-2014, 06:28 PM
24665 here

Nah, those settings look fine. Double-check to be sure, in the meantime I'd suggest trying to run the script with less feathers. Try 10k and see if it makes a difference.

PwnyJJohn
01-03-2015, 08:10 PM
This works amazing well. Going strong for nearly 10 hours. Thank You!
24716

jrtsoget
01-06-2015, 04:30 PM
Everything is running smooth. I had to remove the level checking method, but its working great now.

mrisperfect
01-06-2015, 10:58 PM
Everything is running smooth. I had to remove the level checking method, but its working great now.

How do you remove that? I have the same error

sykonica
01-07-2015, 04:41 AM
I'm getting the ATPA length error, but it doesn't go away when disabling and re-enabling SMART

KeepBotting
01-07-2015, 12:33 PM
Everything is running smooth. I had to remove the level checking method, but its working great now.Cool. I'll take a look at that later this week.


How do you remove that? I have the same errorIt's in the mainloop somewhere, I don't remember exactly where.


I'm getting the ATPA length error, but it doesn't go away when disabling and re-enabling SMARTRestart SMART. Dis- or en-abling SMART just blocks or allows outside input.

TotalMassacre
01-07-2015, 02:09 PM
Restart SMART. Dis- or en-abling SMART just blocks or allows outside input.

I also have an ATPA length error, but unlike the others, mine says [0] every time, not [10], etc. I've checked all settings so many times, but it ends up just standing there. SMART has been restarted more times than I can count. Tried both OpenGL and DirectX; hopefully there's an easy fix.

WYD
01-07-2015, 03:02 PM
Cool. I'll take a look at that later this week.

It's in the mainloop somewhere, I don't remember exactly where.

Restart SMART. Dis- or en-abling SMART just blocks or allows outside input.

Error: The bitmap[0] does not exist at line 117
Execution failed.
The following bitmaps were not freed: [SMART Debug Image]
File[C:\Simba\Includes\SRL-6/logs/SRL log (08-01-15 at 02.00.39 AM).txt] has not been freed in the script, freeing it now.

jrtsoget
01-07-2015, 03:07 PM
How do you remove that? I have the same error

If you delete lines 3881 - 3885, that will remove the level check.

sykonica
01-07-2015, 09:28 PM
Restart SMART. Dis- or en-abling SMART just blocks or allows outside input.

Ah that makes sense. How do you restart it though?

KeepBotting
01-08-2015, 12:59 AM
I also have an ATPA length error, but unlike the others, mine says [0] every time, not [10], etc. I've checked all settings so many times, but it ends up just standing there. SMART has been restarted more times than I can count. Tried both OpenGL and DirectX; hopefully there's an easy fix.Alright, sit tight. That's on my list along with the level check failure. I'll look at it very soon.


If you delete lines 3881 - 3885, that will remove the level check.This is correct, in case anyone wants to hotfix it themselves :)


Ah that makes sense. How do you restart it though?Close SMART, stop the script. Restart the script, and it'll spawn a new client for you.

sykonica
01-08-2015, 01:32 AM
Close SMART, stop the script. Restart the script, and it'll spawn a new client for you.

Oh, I've done this several times already, but I still get this error. Is there a known fix for this?

KeepBotting
01-08-2015, 01:44 AM
Oh, I've done this several times already, but I still get this error. Is there a known fix for this?


Alright, sit tight. That's on my list along with the level check failure. I'll look at it very soon.

Not just yet.

sykonica
01-08-2015, 01:46 AM
Not just yet.

Ah sorry, I didn't see your previous post. Thanks for all the hard work btw!

jrtsoget
01-08-2015, 02:53 PM
TotalMassacre, I'd recheck your settings, because I got this script to run just 2 days ago.

WYD
01-08-2015, 05:58 PM
TotalMassacre, I'd recheck your settings, because I got this script to run just 2 days ago.

Error: The bitmap[0] does not exist at line 117
Execution failed.
The following bitmaps were not freed: [SMART Debug Image]
File[C:\Simba\Includes\SRL-6/logs/SRL log (08-01-15 at 02.00.39 AM).txt] has not been freed in the script, freeing it now.

Turpinator
01-08-2015, 06:16 PM
Error: The bitmap[0] does not exist at line 117
Execution failed.
The following bitmaps were not freed: [SMART Debug Image]
File[C:\Simba\Includes\SRL-6/logs/SRL log (08-01-15 at 02.00.39 AM).txt] has not been freed in the script, freeing it now.

Repeatedly posting the same thing isnt going to help.
This debug tells us nothing as line 117 is part of the terminate procedure, so the script was already stopping when it encountered this error.
Post the 5 or so meaningful lines above it.

WYD
01-08-2015, 10:50 PM
Repeatedly posting the same thing isnt going to help.
This debug tells us nothing as line 117 is part of the terminate procedure, so the script was already stopping when it encountered this error.
Post the 5 or so meaningful lines above it.
writeWarn('*** Terminating script ***');
writeDebug('Logging out');
if isLoggedIn() then
players[currentPlayer].logout();
writeDebug('Freeing BMPs');






Sorry I'm new to Simba.

nigerson
01-08-2015, 10:56 PM
used this from lvl 40-84. Going for 90. Script works flawlessly so far.

Turpinator
01-09-2015, 05:20 AM
writeWarn('*** Terminating script ***');
writeDebug('Logging out');
if isLoggedIn() then
players[currentPlayer].logout();
writeDebug('Freeing BMPs');

Sorry I'm new to Simba.

Post the 5 or so meaningful debug lines above it.

WYD
01-09-2015, 07:10 AM
Post the 5 or so meaningful debug lines above it.

begin
writeWarn('*** Terminating script ***');
writeDebug('Logging out');
if isLoggedIn() then
players[currentPlayer].logout();
writeDebug('Freeing BMPs');

111-116

Turpinator
01-09-2015, 02:29 PM
begin
writeWarn('*** Terminating script ***');
writeDebug('Logging out');
if isLoggedIn() then
players[currentPlayer].logout();
writeDebug('Freeing BMPs');

111-116

http://i.imgur.com/WWuLeDS.png

WYD
01-09-2015, 03:11 PM
http://i.imgur.com/WWuLeDS.png

do you have a skype?

KeepBotting
01-09-2015, 09:37 PM
dying atm

TotalMassacre
01-21-2015, 07:27 PM
Well, I feel like such an idiot. It seems a simple restart fixed the issue with ATPA distance being stuck at 0 :duh:

Small proggy for you

http://i.imgur.com/PZgCf0s.png

KeepBotting
01-21-2015, 09:24 PM
Well, I feel like such an idiot. It seems a simple restart fixed the issue with ATPA distance being stuck at 0 :duh:

Small proggy for you

http://i.imgur.com/PZgCf0s.png
Yeah that generally fixes it but I'm working on a rewrite of the entire script which absolve that problem entirely

Here's the current changelog:


(* 2.0 changes:

I've rewritten this script more or less from scratch. The rewrite is being dome using my new framework (it'll look
familliar if you've ever used iOak) and I've revamped almost every routine in the script to be far more efficient,
and faster. Random issues and quirks with this script are now a thing of the past - before, it was simply "passable"
as a flawless iScript. Now, it truly earns that title. You can check the thread for a (huge) list of changes, but
meanwhile here's a list of what 2.0 has in store for you as the end-user:

-fixed level checking inaccuracies
-fixed ATPA length errors
-feather detection is now DTM based
-automatic downloading of required files
-walking/banking
-better antiban


Done:
-try..except for freeing bmps/dtms from memory
-fixed Lape standards and styling across the board
-removed getInfo()
-reworked scriptTerminate() -> stop()
-updated initScript()
-updated colorInfo type & relocated type declaration to below user setup
-updated writeDebug/Warn/Error()
-reworked setupStuff() -> multiple init*() procs
-added getPrice(), getFile(), .centerPoint(), .debugTpa2(), mouseRandom(), all of which are utilized
-automatic downloading of required files (proggy image, sps map) into a home folder (../Simba/Scripts/iFlyFisher)
-removed isSpotGone()
-added full SPS suite, the whole shebang: locate(), walk(), and initPaths() + proper loading of map
-added .waitFlagExists(), .randomAngle() + additional compass direction constants
-reworked both the literal mainloop and mainLoop()
-reworked paintProggy() -> redraw()
-renamed TTimeMarkers to 't' instead of the weird names I had previously o_O
-changed all intToStr() -> toStr()
-reworked antiPattern()
-total rework of variables concerning organization and scope
-reworked dropFish() -> drop()
-reworked getFeathers() -> hasFeathers()
-set proper coords for locate()'s position checks
-new setup constant that turns banking on or off


In progress:
-reworked & merged findFishingSpot() + doEverything() -> fish()
-added bank()


Todo:
-proper loading of proggy image, to be used in progress reporting
-added a check to randomAngle() so we don't turn to a direction we're already at
-gp lost/hr, gp gained/hr, and xp/hr stats to proggy
*)

Take that for what you will, it's still not finished

Thanks for the proggy :)

Hitac
01-31-2015, 01:27 PM
Yeah that generally fixes it but I'm working on a rewrite of the entire script which absolve that problem entirely

Here's the current changelog:


(* 2.0 changes:

I've rewritten this script more or less from scratch. The rewrite is being dome using my new framework (it'll look
familliar if you've ever used iOak) and I've revamped almost every routine in the script to be far more efficient,
and faster. Random issues and quirks with this script are now a thing of the past - before, it was simply "passable"
as a flawless iScript. Now, it truly earns that title. You can check the thread for a (huge) list of changes, but
meanwhile here's a list of what 2.0 has in store for you as the end-user:

-fixed level checking inaccuracies
-fixed ATPA length errors
-feather detection is now DTM based
-automatic downloading of required files
-walking/banking
-better antiban


Done:
-try..except for freeing bmps/dtms from memory
-fixed Lape standards and styling across the board
-removed getInfo()
-reworked scriptTerminate() -> stop()
-updated initScript()
-updated colorInfo type & relocated type declaration to below user setup
-updated writeDebug/Warn/Error()
-reworked setupStuff() -> multiple init*() procs
-added getPrice(), getFile(), .centerPoint(), .debugTpa2(), mouseRandom(), all of which are utilized
-automatic downloading of required files (proggy image, sps map) into a home folder (../Simba/Scripts/iFlyFisher)
-removed isSpotGone()
-added full SPS suite, the whole shebang: locate(), walk(), and initPaths() + proper loading of map
-added .waitFlagExists(), .randomAngle() + additional compass direction constants
-reworked both the literal mainloop and mainLoop()
-reworked paintProggy() -> redraw()
-renamed TTimeMarkers to 't' instead of the weird names I had previously o_O
-changed all intToStr() -> toStr()
-reworked antiPattern()
-total rework of variables concerning organization and scope
-reworked dropFish() -> drop()
-reworked getFeathers() -> hasFeathers()
-set proper coords for locate()'s position checks
-new setup constant that turns banking on or off


In progress:
-reworked & merged findFishingSpot() + doEverything() -> fish()
-added bank()


Todo:
-proper loading of proggy image, to be used in progress reporting
-added a check to randomAngle() so we don't turn to a direction we're already at
-gp lost/hr, gp gained/hr, and xp/hr stats to proggy
*)

Take that for what you will, it's still not finished

Thanks for the proggy :)

When is it going to be released?

KeepBotting
01-31-2015, 01:35 PM
When is it going to be released?

Soon™

In the meantime, here's a more current changelog.


(* 2.0 changes:

I've rewritten this script more or less from scratch. The rewrite is being done using my new framework (it'll look
familliar if you've ever used iOak) and I've revamped almost every routine in the script to be far more efficient,
and faster. Random issues and quirks with this script are now a thing of the past - before, it was simply "passable"
as a flawless iScript. Now, it truly earns that title. You can check the thread for a (huge) list of changes, but
meanwhile here's a list of what 2.0 has in store for you as the end-user:

-fixed level checking inaccuracies
-fixed ATPA length errors
-3,000+ lines shorter
-feather detection is now DTM based
-automatic downloading of required files
-walking/banking
-better antiban
-better camera management


Done:

Note that while scripting, one things leads to another and I often go on long tangents of fixing/adding a ton of stuff.
As a result, some things never get documented.
I strive to provide complete changelogs, but with an update this large ... it's just not completely possible.

-try..except for freeing bmps/dtms from memory
-fixed Lape standards and styling across the board
-removed getInfo()
-reworked scriptTerminate() -> stop()
-updated initScript()
-updated colorInfo type & relocated type declaration to below user setup
-updated writeDebug/Warn/Error()
-reworked setupStuff() -> multiple init*() procs
-added getPrice(), getFile(), .centerPoint(), .debugTpa2(), mouseRandom(), all of which are utilized
-automatic downloading of required files (proggy image, sps map) into a home folder (../Simba/Scripts/iFlyFisher)
-removed isSpotGone()
-added full SPS suite, the whole shebang: locate(), walk(), and initPaths() + proper loading of map
-added .waitFlagExists(), .randomAngle() + additional compass direction constants
-reworked both the literal mainloop and mainLoop()
-reworked paintProggy() -> redraw()
-renamed TTimeMarkers to 't' instead of the weird names I had previously o_O
-changed all intToStr() -> toStr()
-reworked antiPattern()
-total rework of variables concerning organization and scope
-reworked dropFish() -> drop()
-reworked getFeathers() -> hasFeathers(), automatic feather detection now (no need to set a slot!)
-set proper coords for locate()'s position checks
-new setup constant that turns banking on or off
-added switch() for switching between fishing spots
-added .isAngle() for better angle setting, MUCH smoother camera movement
-reworked & merged findFishingSpot() + doEverything() -> fish()


In progress:
-added bank()
-let the user set which display mode they want and load specific colors for each one (this is done because colors are wayyyy different across the two modes, so ACA'ing them both isn't an option)


Todo:
-proper loading of proggy image, to be used in progress reporting
-added a check to randomAngle() so we don't turn to a direction we're already at
-gp lost/hr, gp gained/hr, and xp/hr stats to proggy
-find out why sps isn't working at an angle other than north

Known issues:
-The north spot and south spot are referred to by the script as the west spot and east spot, respectively. I don't know what I was smoking when I wrote that bit.
*)

Trollcrank
01-31-2015, 03:43 PM
I see you plan to update but I'd like to mention a few small changes.

if (tabBackpack.count <> startCount) then
begin
result := true;
end
else
result := false;

change this to:

if (tabBackpack.count <> startCount) then
result := true
else
result := false;

and in findFishingSpot

end else
begin
result := false;
end;
////to
end else
result := false;

You could also fix some of the spacing, two spaces at the start of each line.(I'm sure you know that and prob don't care enough to)
Example:

function moveMouseCircle(mainscreen:TBox):boolean;
begin
case random(4) of
1: mouseBox(mainscreen);
2: mouseOval(randomRange(randomRange(100, 200), randomRange(100, 150)), randomRange(randomRange(100, 200), randomRange(100, 150)), randomRange(10, 50), randomRange(50, 60));
3: mouseCircle(randomRange(50, 100), randomRange(50, 100), randomRange(25, 50));
end;
end;
////to
function moveMouseCircle(mainscreen:TBox):boolean;
begin
case random(4) of
1: mouseBox(mainscreen);
2: mouseOval(randomRange(randomRange(100, 200), randomRange(100, 150)), randomRange(randomRange(100, 200), randomRange(100, 150)), randomRange(10, 50), randomRange(50, 60));
3: mouseCircle(randomRange(50, 100), randomRange(50, 100), randomRange(25, 50));
end;
end;

I just love seeing the ends stack up diagonally.

KeepBotting
01-31-2015, 03:49 PM
I see you plan to update but I'd like to mention a few small changes.

if (tabBackpack.count <> startCount) then
begin
result := true;
end
else
result := false;

change this to:

if (tabBackpack.count <> startCount) then
result := true
else
result := false;

and in findFishingSpot

end else
begin
result := false;
end;
////to
end else
result := false;

You could also fix some of the spacing, two spaces at the start of each line.(I'm sure you know that and prob don't care enough to)
Example:

function moveMouseCircle(mainscreen:TBox):boolean;
begin
case random(4) of
1: mouseBox(mainscreen);
2: mouseOval(randomRange(randomRange(100, 200), randomRange(100, 150)), randomRange(randomRange(100, 200), randomRange(100, 150)), randomRange(10, 50), randomRange(50, 60));
3: mouseCircle(randomRange(50, 100), randomRange(50, 100), randomRange(25, 50));
end;
end;
////to
function moveMouseCircle(mainscreen:TBox):boolean;
begin
case random(4) of
1: mouseBox(mainscreen);
2: mouseOval(randomRange(randomRange(100, 200), randomRange(100, 150)), randomRange(randomRange(100, 200), randomRange(100, 150)), randomRange(10, 50), randomRange(50, 60));
3: mouseCircle(randomRange(50, 100), randomRange(50, 100), randomRange(25, 50));
end;
end;

I just love seeing the ends stack up diagonally.
Thanks for the suggestions :) for the first one, I've actually already changed it to result := (tabBackpack.count() <> startCount); - Not sure what I was thinking with all those ends/elses

I've also removed moveMouseCircle() altogether, using sleepAndMoveMouse() in its stead

Thanks!

giavanni6
02-10-2015, 09:16 PM
Proggy: 25003

KeepBotting
02-10-2015, 09:37 PM
Proggy: 25003

Thanks. Note to self: update OP with this later.

My PC died on me so the rewrite for both this and iAlch will be delayed.

giavanni6
02-10-2015, 09:43 PM
Thanks. Note to self: update OP with this later.

My PC died on me so the rewrite for both this and iAlch will be delayed.

I haven't tried Ialch, but this script runs excellently. Sorry to hear about your computer, was it physically destroyed? What happened?

KeepBotting
02-10-2015, 11:10 PM
I haven't tried Ialch, but this script runs excellently. Sorry to hear about your computer, was it physically destroyed? What happened?

Don't, it's really bad right now. I'm going to fix it.

I don't know what happened, I think the PSU died on me. An easy fix, I just don't know when I'll get around to replacing it.

I've been having non-dumping crashes (i.e. not BSOD/kernel panic) about every fifteen minutes after boot. The screen distorts into diagonal horizontal lines, the colors of which are relevant to what was just on the screen. All input and output devices stop responding, the only way to kill the system is a hard reset.

The graphics card is less than a year old, $200 AMD Radeon 200 series, but the PSU is a 600W piece of crap that I dug out of my garage to support the graphics card. Every device drawing power from the PC itself (via USB) such as external HDDs and the LEDs on various peripherals will also die when the crash occurs - these factors lead me to suspect the PSU.

Figures the only machine I kept Windows on dies ... heh

giavanni6
02-11-2015, 11:54 AM
Don't, it's really bad right now. I'm going to fix it.

I don't know what happened, I think the PSU died on me. An easy fix, I just don't know when I'll get around to replacing it.

I've been having non-dumping crashes (i.e. not BSOD/kernel panic) about every fifteen minutes after boot. The screen distorts into diagonal horizontal lines, the colors of which are relevant to what was just on the screen. All input and output devices stop responding, the only way to kill the system is a hard reset.


The graphics card is less than a year old, $200 AMD Radeon 200 series, but the PSU is a 600W piece of crap that I dug out of my garage to support the graphics card. Every device drawing power from the PC itself (via USB) such as external HDDs and the LEDs on various peripherals will also die when the crash occurs - these factors lead me to suspect the PSU.

Figures the only machine I kept Windows on dies ... heh


It does indeed sound like it is the PSU. Hopefully nothing's wrong with the motherboard and nothing has been shorted out.

If you don't mind a non-modular PSU, this 600b is perfect for it's price: http://www.newegg.com/Product/Product.aspx?Item=N82E16817438014&cm_re=600b-_-17-438-014-_-Product

I used to be really into hardware and was one of the top contributors in the HW section on HackForums before I went on hiatus, PM me if you need help or anything.

Clutch
03-05-2015, 10:31 PM
So I was looking at debug the script keeps force logging out. Debug referencing Fatal error: No feathers (there are feathers in slot 1, and I have it set to slot 1) There are several others I will have to check those when I get off work and am able to give more information. @KeepBotting

Clutch
03-06-2015, 12:10 AM
@KeepBotting
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Grabbed feather amount (7607) in: 0 ms.
[DEBUG] : Grabbed XP in: 47 ms.
[DEBUG] : Starting with XP: 50696.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.

[ERROR] : *** FATAL ERROR: Your fishing level is not sufficient to catch trout (lv. 20) and/or salmon (lv. 30)!


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out

As in my last post (unsure why it's not showing up I believe due to needing to be verified first) it is also showing fatal error no feathers found. There are indeed feathers (it's over 9,000) in slot 1 which is also set as my slot within the script. Restarting the script and it gives different fatal errors each time usually these 2. Sometimes it happens immediately, sometimes it takes 10-180 minutes.

KeepBotting
03-06-2015, 12:20 AM
OzoneClutch; I got a notitification that you posted here but eithet it was deleted or I'm going insane ... either way if you have a question feel free to ask :) PM it to me if it's something that can't/won't be discussed on a public thread

Clutch
03-06-2015, 12:31 AM
OzoneClutch; I got a notitification that you posted here but eithet it was deleted or I'm going insane ... either way if you have a question feel free to ask :) PM it to me if it's something that can't/won't be discussed on a public thread

@KeepBotting
Apparently it keeps getting deleted. I've typed it out 4 different times now each one getting consecutively longer. Ultimately I resolved the issue. Also, I can't PM until I have 10 posts, but apparently I can't even post (logic 101). Nothing against the rules was said, just a simple matter of getting some debug information.

Clutch
03-07-2015, 09:13 PM
OzoneClutch; I got a notitification that you posted here but eithet it was deleted or I'm going insane ... either way if you have a question feel free to ask :) PM it to me if it's something that can't/won't be discussed on a public thread

@KeepBotting
Yes I did, thanks for responding to my thread earlier (which got removed as well somehow) You may get another mention admins are expirementing with me so you may or may not see this. Ultimately I was getting an error about having a negative fishing level and being out of feathers. User error, I got rid of all the excess windows ex. clan chat and only have backpack and skills open and it resolved the issue. EXP counter still isn't working I did your suggestion of putting it in the chat but that DNR. Not a big issue though so don't feel worried about resolving that (on my end at least) unless you know of an immediate solution or what I'm doing wrong.

Edit: Off topic but my script that I am working on I am trying to find out how to insert an e-mail. I've decided at this point I was just gonna work on calling in like a global variable so that you can just insert a pre-made e-mail at the top of the script. That aside, are there includes for the character creation screen (I looked and couldn't find anything) if not, suggestions on how to get a randomized string and add it to a set string (@domain.com)? Feel free to ignore this last part as it is off topic, just at work right now and don't have the script to be able to recreate my thread. :P

KeepBotting
03-07-2015, 10:42 PM
@KeepBotting
Yes I did, thanks for responding to my thread earlier (which got removed as well somehow) You may get another mention admins are expirementing with me so you may or may not see this. Ultimately I was getting an error about having a negative fishing level and being out of feathers. User error, I got rid of all the excess windows ex. clan chat and only have backpack and skills open and it resolved the issue. EXP counter still isn't working I did your suggestion of putting it in the chat but that DNR. Not a big issue though so don't feel worried about resolving that (on my end at least) unless you know of an immediate solution or what I'm doing wrong.

Edit: Off topic but my script that I am working on I am trying to find out how to insert an e-mail. I've decided at this point I was just gonna work on calling in like a global variable so that you can just insert a pre-made e-mail at the top of the script. That aside, are there includes for the character creation screen (I looked and couldn't find anything) if not, suggestions on how to get a randomized string and add it to a set string (@domain.com)? Feel free to ignore this last part as it is off topic, just at work right now and don't have the script to be able to recreate my thread. :P
Yeah, I figured as much. Some people get caught by the spam filter occasionally and the staff have to wake up to sort it out.

Glad you got it working, unless Jagex changed something about the XP tracker, the progress report should increment correctly provided you've got it in the right place - a screenshot would help diagnose the issue.

As far as your question, you could set a constant at the top of your script (similar to how non-SRL Player Form RuneScape scripts are set up)

const
email = 'someEmail@domain.com';

To append a randomized string before the @, you could do something along these lines:
function genRndStr():string; //short for generateRandomString
const
chars = '1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklm nopqrstuvwxyz';
var
tmpStr:string;
i:integer;
begin
tmpStr := '';

randomize;

for i := 0 to 9 do //generate 10 chars, adjust the values if you want less/more
tmpStr := tmpStr + chars[random(60) + 1];

result := tmpStr;
end;

Clutch
03-07-2015, 11:46 PM
@KeepBotting
Thanks, is there some place I could go to look at the syntax and different way of handling things opposed to having to ask 20 questions and expect you/someone else to explain everything to me? I've been looking at the guides which are very helpful but as your generate random string code I'm clueless as to what some of it is referencing or where it is even coming from, I'd like to start writing scripts to the point where I understand what everything's purpose is opposed to having a general idea and piecing parts together.

KeepBotting
03-08-2015, 12:54 AM
@KeepBotting
Thanks, is there some place I could go to look at the syntax and different way of handling things opposed to having to ask 20 questions and expect you/someone else to explain everything to me? I've been looking at the guides which are very helpful but as your generate random string code I'm clueless as to what some of it is referencing or where it is even coming from, I'd like to start writing scripts to the point where I understand what everything's purpose is opposed to having a general idea and piecing parts together.

Yeah, there are several resources available for learning the syntax and basic ins and outs of the language.

In order, I suggest you check out:

"THE Beginner's Simba Guide" by Coh3n - https://villavu.com/forum/showthread.php?t=58935 (Learn about Simba and the scripting language it uses, MOST important if you have no prior programming knowledge)
"SRL/Simba Standards" by Shuttleu - https://villavu.com/forum/showthread.php?t=60288 (Learn how to make your code pretty, might seem trivial but is strongly encouraged)
"Using SRL-6" by Coh3n - https://villavu.com/forum/showthread.php?t=106780 (Learn how to utilize the API/include provided by the community)
"A lot about Lape" by Brandon - https://villavu.com/forum/showthread.php?t=105024 (Learn the ins and outs of Lape, the most widely-used interpreter - NOT required reading, but nice if you want to dive into advanced features of Lape)

and finally...

"The Mayor's AIO Tutorial" by The Mayor - https://villavu.com/forum/showthread.php?t=107757 (A truly all-in-one guide, bring it all together and learn how to script for RS)

These are the threads that I used to make my life easier (I still refer to some of them) when scripting. If any of them mystify you beyond comprehension, you may have better luck sourcing material from Incurable's "Big Daddy of Tutorials for Epic Noobs" - https://villavu.com/forum/showthread.php?t=110991 which is not a guide in and of itself, but rather a very well-organized directory of helpful threads.


***


That being said, the 20 questions option is a possibility too! SRL is a community about learning, and any active, knowledgeable member will have no problem answering a bunch of questions in a row, even if they're simple ones. Feel free to start a PM with me or anyone else you think can be of help, and your questions will be answered as soon as we can get to them.

homey201
03-11-2015, 09:56 PM
Thanks I got lv 99 fishing from this script! Woot now time to make some money on cocktails XD

RayAldeza
03-13-2015, 01:54 AM
can you fly fish even if youre not a member?

KeepBotting
03-13-2015, 11:24 AM
can you fly fish even if youre not a member?

Fly fishing is an f2p activity

pwnzar
03-15-2015, 12:10 AM
thank-you for making this script and taking the time for good support & updates i would post a proggy but it doesnt calculate properly for some
reason however the rest of the script works flawless. i did use it for 19 hours straight no hang ups. 6,000 lobsters and 300 swordies/tuna. First time using color based program, put together correctly these are the best ive used. can anyone chime in on the ban rates on these?

edit: my bad i used ikaramja 19 hours straight, i did use the fly fisher 30-55 the only problem i had was once the fishing spots shifted and there was none available on one side it wouldnt shift over to the other side. it would just hang up.

KeepBotting
03-15-2015, 12:40 AM
thank-you for making this script and taking the time for good support & updates i would post a proggy but it doesnt calculate properly for some
reason however the rest of the script works flawless. i did use it for 19 hours straight no hang ups. 6,000 lobsters and 300 swordies/tuna. First time using color based program, put together correctly these are the best ive used. can anyone chime in on the ban rates on these?

edit: my bad i used ikaramja 19 hours straight, i did use the fly fisher 30-55 the only problem i had was once the fishing spots shifted and there was none available on one side it wouldnt shift over to the other side. it would just hang up.

Hey, glad you're making use of the scripts :) I have a rewrite of iFlyFisher in the works which will be finished whenever I can manage to fix my PC. It'll alleviate the issues you described.

Vocalss
03-31-2015, 05:45 PM
---- Raf_GetPlayers: Result = True
---- Loaded player: Marcus
-- TPlayerArray.setup(): Success
[DEBUG] : Setting up players...
[DEBUG] : Successfully defined player arrays - logging in.
-- TPlayer.login()
---- Already logged in
-- TPlayer.login(): True
[DEBUG] : Setup complete - player is logged in.
[DEBUG] : Setting run.
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
-- WARNING: getItemAmount(): Didn't find any text color, result = -1
[DEBUG] : Grabbed feather amount (-1) in: 16 ms.
[DEBUG] : Grabbed XP in: 78 ms.
[DEBUG] : Starting with XP: 3707531.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.
[DEBUG] : Grabbed XP in: 47 ms.
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Updated progress report in: 5787 ms.
[DEBUG] : Grabbed feather amount (9948) in: 16 ms.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[ERROR] : *** FATAL ERROR: No feathers


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): True
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[2616]
-- Freeing gametabs bitmaps...
Successfully executed.


Pic - 25431

KeepBotting
03-31-2015, 05:50 PM
---- Raf_GetPlayers: Result = True
---- Loaded player: Marcus
-- TPlayerArray.setup(): Success
[DEBUG] : Setting up players...
[DEBUG] : Successfully defined player arrays - logging in.
-- TPlayer.login()
---- Already logged in
-- TPlayer.login(): True
[DEBUG] : Setup complete - player is logged in.
[DEBUG] : Setting run.
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
-- WARNING: getItemAmount(): Didn't find any text color, result = -1
[DEBUG] : Grabbed feather amount (-1) in: 16 ms.
[DEBUG] : Grabbed XP in: 78 ms.
[DEBUG] : Starting with XP: 3707531.
-- TRSGameTabs.openTab(1)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(1): result = False
[DEBUG] : Current fishing level is: -1.
[DEBUG] : Grabbed XP in: 47 ms.
-- TRSGameTabs.openTab(2)
---- Opening tab via gametab navigation bar
-- TRSGameTabs.openTab(2): result = False
[DEBUG] : Updated progress report in: 5787 ms.
[DEBUG] : Grabbed feather amount (9948) in: 16 ms.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[ERROR] : *** FATAL ERROR: No feathers


[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): True
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[2616]
-- Freeing gametabs bitmaps...
Successfully executed.


Pic - 25431

You should squish your chatbox down to the smallest size, it'll give you a larger view of the main screen.

As to your issue: do you have mouse-over text enabled? And is your brightness all the way up?

Vocalss
03-31-2015, 06:50 PM
Yes and Yes, and thanks for the size tip.

Vocalss
03-31-2015, 06:51 PM
You should squish your chatbox down to the smallest size, it'll give you a larger view of the main screen.

As to your issue: do you have mouse-over text enabled? And is your brightness all the way up?

Yes & Yes, and thanks for the size tip.

KeepBotting
04-01-2015, 12:47 AM
Yes & Yes, and thanks for the size tip.

Can't really tell what the problem might be from the screenshot (not your fault, and kudos for including it) but there's nothing that jumps out to me as incorrect.

Please go through the RS3 setup thread again and ensure you've followed all directions, and post a screenshot of your graphics settings if possible

daoudwis
04-14-2015, 04:35 AM
Hey, I just wanted to say that the script is working perfectly fine and thank you for the release!

but I had to remove the terminate script function at line 3884 because it is incorrectly getting my fishing level. I am level 22 but the script keeps saying I am less than 20 and terminating. I am not sure what is causing the error.

KeepBotting
04-14-2015, 07:19 AM
Hey, I just wanted to say that the script is working perfectly fine and thank you for the release!

but I had to remove the terminate script function at line 3884 because it is incorrectly getting my fishing level. I am level 22 but the script keeps saying I am less than 20 and terminating. I am not sure what is causing the error.
You're welcome! Thanks for the feedback.

I am aware of some quirky issues like that and have a huge update for this script in the works (there's a changelog a page or so back in this thread) but it's postponed until I can fix my Windows PC.

daoudwis
04-14-2015, 01:39 PM
You're welcome! Thanks for the feedback.

I am aware of some quirky issues like that and have a huge update for this script in the works (there's a changelog a page or so back in this thread) but it's postponed until I can fix my Windows PC.

hey, based on my previous comment. I had the transparency in game set to the complete opposite of what it was supposed to be. I think that may Have caused my problem. Everything works perfectly now, just wanted to let you know.

Thanks again

KeepBotting
04-15-2015, 11:39 AM
hey, based on my previous comment. I had the transparency in game set to the complete opposite of what it was supposed to be. I think that may Have caused my problem. Everything works perfectly now, just wanted to let you know.

Thanks againYup, 100% transparency would have caused a huge problem with many scripts :D glad you got it working!

7 75
05-07-2015, 12:35 AM
xp gained: error

might be a fault on my side though. Amazing script anyways 9 hours still going strong

KeepBotting
05-07-2015, 12:44 AM
xp gained: error

might be a fault on my side though. Amazing script anyways 9 hours still going strong

Make sure your XP counter is placed in the top-right corner of your chatbox.

Thanks for the feedback, glad you're enjoying it :)

Ian
05-21-2015, 08:48 PM
http://i.imgur.com/Cpc6hwN.png
It misread the XP at the start so I corrected it.

3 hours with no issues, used all 2k of the feathers I gave it. Thanks for the script KeepBotting; :)

KeepBotting
05-22-2015, 11:11 AM
http://i.imgur.com/Cpc6hwN.png
It misread the XP at the start so I corrected it.

3 hours with no issues, used all 2k of the feathers I gave it. Thanks for the script KeepBotting; :)

Thanks for the proggy and feedback, appreciate it!

Ian
05-24-2015, 11:40 PM
Thanks for the proggy and feedback, appreciate it!

One more: http://i.imgur.com/NjlRnBZ.png

I wanted to run it more (had 1k feathers left) but after the 23h log it smarted spamclicking a lot when it logged in so I had to stop it. That's an issue with SRL though, not the script.

KeepBotting
05-26-2015, 10:50 PM
One more: http://i.imgur.com/NjlRnBZ.png

I wanted to run it more (had 1k feathers left) but after the 23h log it smarted spamclicking a lot when it logged in so I had to stop it. That's an issue with SRL though, not the script.

Sounds awesome! Thanks for the progress report.

Krzysztof
06-10-2015, 07:23 PM
Well, I had some small issus, but got 48 fishing nonetheless :D

Thanks for the script!

KeepBotting
06-10-2015, 07:35 PM
Well, I had some small issus, but got 48 fishing nonetheless :D

Thanks for the script!

Thanks for the feedback :) if you run into issues consistently, and believe they're serious enough to bring to my attention, please do so.

Hayhurst
06-12-2015, 12:21 AM
Thanks for the feedback :) if you run into issues consistently, and believe they're serious enough to bring to my attention, please do so.

Speaking of issues, here's one I've noticed.

To put the following into context beforehand, I'm wearing the full Fury Shark Outfit, which 'consumes' all fish you catch so there's no need to drop them at all.
Now when I'm fishing, the script never actually picks up that I'm catching fish due to them never going into inventory and the outfit consuming them on catch. What'll happen is the script will consistantly every 12~ or so seconds click the same fishing spot again, and it's very very consistant being every 12 seconds it's not random at all. To add this never happened before obtaining the outfit so I believe it's the outfit causing the problem.

It's not really a problem as such, as I still gain experience but I'd rather not be clicking on the same spot every 12 seconds as it's slightly 'bot like' and very consistant.
If you need the Debug let me know and I'll post it the next time I run the script.

Here's the Fury Shark Outfit so you know what I'm referring too - http://runescape.wikia.com/wiki/Fury_shark_outfit

KeepBotting
06-12-2015, 01:02 AM
Speaking of issues, here's one I've noticed.

To put the following into context beforehand, I'm wearing the full Fury Shark Outfit, which 'consumes' all fish you catch so there's no need to drop them at all.
Now when I'm fishing, the script never actually picks up that I'm catching fish due to them never going into inventory and the outfit consuming them on catch. What'll happen is the script will consistantly every 12~ or so seconds click the same fishing spot again, and it's very very consistant being every 12 seconds it's not random at all. To add this never happened before obtaining the outfit so I believe it's the outfit causing the problem.

It's not really a problem as such, as I still gain experience but I'd rather not be clicking on the same spot every 12 seconds as it's slightly 'bot like' and very consistant.
If you need the Debug let me know and I'll post it the next time I run the script.

Here's the Fury Shark Outfit so you know what I'm referring too - http://runescape.wikia.com/wiki/Fury_shark_outfit

This is interesting. I didn't write the script with the Fury Shark outfit in mind (I assume it came in an update after the script was released), hence why there's no support for it.

The script relies solely on inventory detection to determine if the player is fishing. If the inventory never changes, the script thinks you're not fishing.

The easiest fix that I can imagine for this issue is to track the amount of feathers, rather than the amount of occupied slots. Feathers are still depleted when wearing the Fury Shark outfit, correct?

I will note this down as a future update. Thanks for the bug report.

Hayhurst
06-12-2015, 01:46 AM
This is interesting. I didn't write the script with the Fury Shark outfit in mind (I assume it came in an update after the script was released), hence why there's no support for it.

The script relies solely on inventory detection to determine if the player is fishing. If the inventory never changes, the script thinks you're not fishing.

The easiest fix that I can imagine for this issue is to track the amount of feathers, rather than the amount of occupied slots. Feathers are still depleted when wearing the Fury Shark outfit, correct?

I will note this down as a future update. Thanks for the bug report.

Feathers deplete yes, but if you do choose to go down that route you'll fall upon another bug..
With the Aquarium update, there's a perk you can unlock which allows featherless Fly Fishing so unless that's your only option it would probably be best looking at another solution.

Ian
06-12-2015, 02:23 AM
Feathers deplete yes, but if you do choose to go down that route you'll fall upon another bug..
With the Aquarium update, there's a perk you can unlock which allows featherless Fly Fishing so unless that's your only option it would probably be best looking at another solution.
KeepBotting; You could consider looking for the fishing rod in the player area.

3zx
06-16-2015, 11:22 AM
works good, used it on my new skiller to get 20-46 fish :)

http://i.imgur.com/lVmg8lx.png

KeepBotting
06-17-2015, 10:51 PM
KeepBotting; You could consider looking for the fishing rod in the player area.Indeed, thanks for the idea ;)


works good, used it on my new skiller to get 20-46 fish :)

http://i.imgur.com/lVmg8lx.pngAdded. :D

Grimxxdeath223
06-27-2015, 10:37 AM
Maybe somebody can assist me with this, I am getting the same ATPA error I believe other people were getting. I checked my settings and read through the last couple pages of this thread, anybody have a possible idea as to what might be wrong?

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 10.

[WARNING] : Failed to create fishing spot ATPA, length (8) is too large.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 8.

[WARNING] : Failed to create fishing spot ATPA, length (8) is too large.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 8.

[WARNING] : Failed to create fishing spot ATPA, length (9) is too large.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 9.

[WARNING] : Failed to create fishing spot ATPA, length (10) is too large.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 10.

[WARNING] : Failed to create fishing spot ATPA, length (11) is too large.

KeepBotting
06-27-2015, 12:30 PM
Maybe somebody can assist me with this, I am getting the same ATPA error I believe other people were getting. I checked my settings and read through the last couple pages of this thread, anybody have a possible idea as to what might be wrong?

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 10.

[WARNING] : Failed to create fishing spot ATPA, length (8) is too large.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 8.

[WARNING] : Failed to create fishing spot ATPA, length (8) is too large.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 8.

[WARNING] : Failed to create fishing spot ATPA, length (9) is too large.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 9.

[WARNING] : Failed to create fishing spot ATPA, length (10) is too large.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 10.

[WARNING] : Failed to create fishing spot ATPA, length (11) is too large.

Have you tried restarting SMART? Sometimes this script just does that.

Grimxxdeath223
06-28-2015, 12:51 AM
Have you tried restarting SMART? Sometimes this script just does that.

At the time this was happening, I had closed the entire script a few times (SMART and Simba). I will give it another shot though just restarting SMART.

KeepBotting
06-28-2015, 01:52 PM
At the time this was happening, I had closed the entire script a few times (SMART and Simba). I will give it another shot though just restarting SMART.

Cool, let me know how if it goes. If it's still not solved, I'll take a look at it.

Grimxxdeath223
06-28-2015, 10:54 PM
Cool, let me know how if it goes. If it's still not solved, I'll take a look at it.

Not sure what I did, (I messed with every setting I can think of) but now it works! I will update when I get some good results :)

TheShawey
07-30-2015, 12:29 AM
Brilliant script, Used it to get 40-60 swiftly! Gonna post a proggy once I've finished up with 99 cooking!

nitroxx0025
11-17-2015, 07:09 PM
Just got banned on a nearly maxed main due to a runemate client detection problem.
Gonna try and max my other acc this time only using simba this script has been working for 8 hours total no problems
i dident change ip yet so i hope i wont get banned on my other acc :D

KeepBotting
11-17-2015, 09:37 PM
Just got banned on a nearly maxed main due to a runemate client detection problem.
Gonna try and max my other acc this time only using simba this script has been working for 8 hours total no problems
i dident change ip yet so i hope i wont get banned on my other acc :D

I heard about the RuneMate issue! Sorry to hear that you were affected :(

Good luck with your other account!

nitroxx0025
11-18-2015, 07:40 PM
I heard about the RuneMate issue! Sorry to hear that you were affected :(

Good luck with your other account!

thanks man i had one small issue with the script it kept saying i got low fishing level so i just edit that part so it dont check for the fishing level other than that very solid script

Benson
12-07-2015, 04:00 AM
After adding in the fix for the level check, I manged to get this to run for a while. However every 45-90 minutes it would get stuck on the backpack full notice as previous people had problems with. No idea how to go about fixing that, I tried adding in a line to typesend space bar but I'm not entirely sure if I did it right.

KeepBotting
12-07-2015, 12:39 PM
After adding in the fix for the level check, I manged to get this to run for a while. However every 45-90 minutes it would get stuck on the backpack full notice as previous people had problems with. No idea how to go about fixing that, I tried adding in a line to typesend space bar but I'm not entirely sure if I did it right.

I'm not sure what this "backpack full" notice is, as I haven't seen anybody else having issues with it. Care to post a picture of RS when this happens? And also, posting your debug output will help me resolve the issue.

musty
12-16-2015, 07:03 PM
hi i keep getting this problem cant seem to make the script work ive tried restarting simba a couple of time but still nothing works its the same problems tht Grimxxdeath223 had




[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 6.
[DEBUG] : Created fishing spot ATPA (1) in: 1484 ms.
[DEBUG] : Setting allowed length back to: 1.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[WARNING] : Failed to find a fishing spot in the ATPA.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 8.
[DEBUG] : Created fishing spot ATPA (1) in: 1422 ms.
[DEBUG] : Setting allowed length back to: 1.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[WARNING] : Failed to find a fishing spot in the ATPA.

[DEBUG] : Grabbed XP in: 15 ms.
[DEBUG] : Updated progress report in: 31 ms.
[DEBUG] : Grabbed feather amount (4016) in: 63 ms.
[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 7.
[DEBUG] : Created fishing spot ATPA (1) in: 1437 ms.
[DEBUG] : Setting allowed length back to: 1.
-- isMouseOverText()
---- Current mouse-over text: "Take Leaping sturgeon"
---- Current mouse-over text: "Take Leaping sturgeon"
---- Current mouse-over text: "Take Leaping sturgeon"
---- Current mouse-over text: "Take Leaping sturgeon"
---- Current mouse-over text: "Take Leaping sturgeon"
---- Current mouse-over text: "Take Leaping sturgeon"
---- Current mouse-over text: "Take Leaping sturgeon"
-- isMouseOverText(): False

[WARNING] : Failed to find a fishing spot in the ATPA.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 6.
[DEBUG] : Created fishing spot ATPA (2) in: 1437 ms.
[DEBUG] : Setting allowed length back to: 2.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[WARNING] : Failed to find a fishing spot in the ATPA.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 8.
[DEBUG] : Created fishing spot ATPA (1) in: 1313 ms.
[DEBUG] : Setting allowed length back to: 1.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[WARNING] : Failed to find a fishing spot in the ATPA.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 8.
[DEBUG] : Created fishing spot ATPA (1) in: 1281 ms.
[DEBUG] : Setting allowed length back to: 1.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[WARNING] : Failed to find a fishing spot in the ATPA.

[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 6.
[DEBUG] : Created fishing spot ATPA (1) in: 1438 ms.
[DEBUG] : Setting allowed length back to: 1.
-- isMouseOverText()
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
---- Current mouse-over text: ""
-- isMouseOverText(): False

[WARNING] : Failed to find a fishing spot in the ATPA.

[DEBUG] : Grabbed XP in: 16 ms.
[DEBUG] : Updated progress report in: 16 ms.
[DEBUG] : Grabbed feather amount (4016) in: 63 ms.
[DEBUG] : Attempting to create fishing spot ATPA with allowed length of: 9.
[DEBUG] : Created fishing spot ATPA (1) in: 1422 ms.
[DEBUG] : Setting allowed length back to: 1.

[WARNING] : *** Terminating script ***

[DEBUG] : Logging out
-- TPlayer.logout()
---- TRSOptions.isOpen() result: False
---- TRSOptions.isOpen() result: True
---- TRSOptions.isOpen() result: True
---- TRSOptions.isOpen() result: True
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): True
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs

[WARNING] : *** Terminated script ***

-- Succesfully freed SMART[5440]
-- Freeing gametabs bitmaps...
Successfully executed.

KeepBotting
12-17-2015, 02:53 PM
hi i keep getting this problem cant seem to make the script work ive tried restarting simba a couple of time but still nothing works its the same problems tht Grimxxdeath223 had I've replied to your PM

royalsmcg
12-20-2015, 09:28 AM
The following bitmaps were not freed: [SMART Debug Image]
File[C:\Simba\Includes\SRL-6/logs/SRL log (20-12-15 at 09.28.25 AM).txt] has not been freed in the script, freeing it now.

Help?

KeepBotting
12-21-2015, 03:43 PM
The following bitmaps were not freed: [SMART Debug Image]
File[C:\Simba\Includes\SRL-6/logs/SRL log (20-12-15 at 09.28.25 AM).txt] has not been freed in the script, freeing it now.

Help?

Post more of the debug output (further up), what you have there isn't actually an error

azn
12-24-2015, 05:41 AM
thanks! Testing this out. Will post proggy lata

Darkyn
12-24-2015, 04:18 PM
Got that problem to

The following bitmaps were not freed: [SMART Debug Image]
File[C:\Simba\Includes\SRL-6/logs/SRL log (24-12-15 at 05.20.36 PM).txt] has not been freed in the script, freeing it now.

royalsmcg
12-27-2015, 11:29 PM
Used it 60-70 fishing so far, having a problem where when inventory is full it wont give the last XP drop so counting the fish is messed up and it doesn't drop them because it doesn't click the "your inventory is full" box.

Solutions?

KeepBotting
12-28-2015, 12:03 AM
Used it 60-70 fishing so far, having a problem where when inventory is full it wont give the last XP drop so counting the fish is messed up and it doesn't drop them because it doesn't click the "your inventory is full" box.

Solutions?

iirc this script doesn't rely on xp drops to detect whether or not the inventory is full

can you maybe explain a bot more in-depth? and provide a screenshot if possible

royalsmcg
12-28-2015, 12:26 AM
iirc this script doesn't rely on xp drops to detect whether or not the inventory is full

can you maybe explain a bot more in-depth? and provide a screenshot if possible

It will fish to a full inventory and the last fish will be caught, the box will appear which says "your inventory is full" and i have a full inventory but no matter how long I wait it will not drop until i click continue on the box, this happens a lot but sometimes it also clicks the box away itself?

I hope this helped, i don't see another way to explain it.

EDIT: i. imgur. com/46bZ0ms.png THIS BOX.

Newb FTW
01-03-2016, 04:36 AM
Hello,
First of all, nice script.
Second one... After filling inventory this happens, script just won't do anything.

KeepBotting
01-03-2016, 08:58 PM
It will fish to a full inventory and the last fish will be caught, the box will appear which says "your inventory is full" and i have a full inventory but no matter how long I wait it will not drop until i click continue on the box, this happens a lot but sometimes it also clicks the box away itself?

I hope this helped, i don't see another way to explain it.

EDIT: i. imgur. com/46bZ0ms.png THIS BOX.


Hello,
First of all, nice script.
Second one... After filling inventory this happens, script just won't do anything.

Seems like this is a recurring issue, I'll look into it.

Ollie99
01-26-2016, 06:30 PM
Seems like this is a recurring issue, I'll look into it.

Did you ever find a fix? ;p

KeepBotting
01-26-2016, 06:33 PM
Did you ever find a fix? ;p

I never looked into it :I

Been quite busy as of late

I will look into it though!

Benson
01-26-2016, 08:21 PM
Just realized I didn't post an update from when I used this. I used it over christmas to get 99 Fishing. Achieved 99 around the 20th I believe. Great script, would recommend. Any bugs I encountered were easily fixed (and I have almost 0 coding no how)