Log in

View Full Version : [C]Barbarian Fly-Fisher



Pages : 1 [2] 3

YesMan
08-12-2012, 11:58 AM
New error appears:

Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 96
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4, 5]

newb cheater
08-12-2012, 12:53 PM
Sorry, posted on wrong thread. Thought this was heavy rodder.

Flight
08-12-2012, 12:56 PM
Updated to V1.71

Painting set back to normal as well as a small speed increase while using the Lodestone teleport. No major changes.

Yeah Newb Cheater is right, but I went ahead and removed all of that anyways in V1.71.

Ian
08-12-2012, 03:17 PM
Same problem as YesMan, it fishes fine until the invt in full or fishing spot changes. then i have to disable smart, press play on the script, and enable smart again. After that it resumes fishing until its invt is full or spot changes. here's the error:
Error: Exception: You are accessing an invalid point, (515,37) at bitmap[4] at line 248
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4, 5]

E: also needs restarting after depositing fish, sits with its emptied invt. in the deposit menu.

These errors happen when using v1.71

Flight
08-12-2012, 03:38 PM
Same problem as YesMan, it fishes fine until the invt in full or fishing spot changes. then i have to disable smart, press play on the script, and enable smart again. After that it resumes fishing until its invt is full or spot changes. here's the error:
Error: Exception: You are accessing an invalid point, (515,37) at bitmap[4] at line 248
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4, 5]

E: also needs restarting after depositing fish, sits with its emptied invt. in the deposit menu.

These errors happen when using v1.71

Uh... Are you sure everything you have is up-to-date? Even your SRL and SMART are both at the latest version?

YesMan
08-12-2012, 04:26 PM
I have the same problem as BMWxi and I have everything up to date

Flight
08-13-2012, 01:32 AM
Oh I see it now. Line 205 where it has this part:

TP := Point(455, 20);


The 455 is out of bounds for the progress image. Simply change 455 to something smaller, like 425 or 435 and it should work fine. I've changed this to 425 and re-uploaded V1.71, so for those of you having problems with this either make this small change manually or re-download V1.71.

Thanks for the input fellas.

Ian
08-13-2012, 01:52 AM
Thanks for the fast fix :). I'll test and proggy in the morning.

Ian
08-13-2012, 07:10 PM
Great! ran for an hour and got the captain arrav random. solved it, but then didnt pick up reward because inventory was full. then logged out because it couldn't teleport

Kampf Gewehr
08-23-2012, 05:00 PM
Has not failed yet, here's a proggie while it's taking a break.

[===================================]
[ Barb Fly-Fisher 1.71 ]
[ by Flight ]
[===================================]
[ Run Time : 2 Hr 10 Min 5 Sec ]
[ Trout Caught : 674 ]
[ Salmon Caught : 464 ]
[ Fishing XP : 66181 ]
[ Loads : 41 ]
[ Breaks : 0 ]
[===================================]
[ Barb Fly-Fisher 1.71 ]
[===================================]
Time until break: 00:-1:-43
Taking a break for about 14 minutes.

supersayian2224
08-24-2012, 03:20 AM
holy crap, for some reason when i ran it today, it actually dropped the feathers. thank god i was there watching it or else i would have lost 30k feathers!

Flight
08-24-2012, 03:58 AM
holy crap, for some reason when i ran it today, it actually dropped the feathers. thank god i was there watching it or else i would have lost 30k feathers!

Did the script not move them to slot #1?

supersayian2224
08-24-2012, 05:56 AM
it was the first time that happened -- it was in the first slot.

might be lag?

stoffel
08-24-2012, 02:29 PM
It dropped the feathers 5 times already for me... xD

Flight
08-24-2012, 04:15 PM
Alright well I'll have to check that out ASAP then, that's dangerous... Thanks for the heads up guys.

litoris
08-24-2012, 06:15 PM
Dropping might be related to an antiban procedure that examines stuff in inventory. You should remove it just to be safe.

Toilet Paper
08-24-2012, 07:30 PM
gah, just lost 17k feathers...

Flight
08-25-2012, 02:11 AM
Dropping might be related to an antiban procedure that examines stuff in inventory. You should remove it just to be safe.

Are you sure it's then that the feathers are dropped? If so I've no problem taking out that antiban; I never liked it anyways... I'll look over it this morning, because I didn't change anything in the dropping slots lately, only the speed at which they're dropped.

Edit:
It surely must be the antiban 'RandomRClick' because I just tested by styles of dropping while powerfishing; normal & MKeys, they both work well. Even the feathers are detected and moved correctly to slot #1 like they should be.

I recommend everyone having trouble with feather-dropping to replace your 'Antiban' function with this one:

Function Antiban: Boolean;
var
i: Integer;
begin
if not LoggedIn then Exit;
FindNormalRandoms;

i := Random(300);
case i of
1..4:
begin
KeyDown(40);
Wait(RandomRange(500, 1100));
KeyUp(40);
Wait(RandomRange(310, 865));
SetAngle(SRL_Angle_High);
Result := True;
end;
5:
begin
HoverSkill('Fishing', False);
Result := True;
end;
6..14:
begin
CheckMovingObjs(True);
Result := True;
end;
15..300:
begin
Wait(RandomRange(250, 350));
Exit;
end;
end;

Wait(RandomRange(250, 350));
end;

supersayian2224
08-25-2012, 07:22 AM
I suspect it has something to do with the mouse keys. I switched back to normal dropping and it's been fine.

YesMan
08-26-2012, 06:35 PM
The Script works great and last night I didn't dropped any Feathers.

By the way, is there anyway to hide the Paint or something? It doesn't let me see the chat window

Footy
08-26-2012, 06:41 PM
^find the procedure that creates and updates the smart proggy, and comment it out. I can't tell you exactly which procedure it is because I'm on my phone.

Flight
08-27-2012, 01:43 AM
The Script works great and last night I didn't dropped any Feathers.

By the way, is there anyway to hide the Paint or something? It doesn't let me see the chat window

Indeed, it's quite simple, just click the "Disable Debug" button on SMART itself.

Tomazino
08-27-2012, 07:50 PM
It has been 3 minutes and Runescape is not yet ready... Terminating.
guys, could you help me? it works good, but after some time it just stop doing anything, logouts and shuts down
any answers?

Flight
08-28-2012, 12:36 AM
It has been 3 minutes and Runescape is not yet ready... Terminating.
guys, could you help me? it works good, but after some time it just stop doing anything, logouts and shuts down
any answers?

When this happens could you please post a screenshot of your black debug box? That'll tell me what I need to know. By the way, if your username and/or password are written in there be sure to black them out before posting the picture here.

30 defence
08-28-2012, 01:23 AM
wrong

enchiladas
09-02-2012, 08:21 PM
i put feathers in my inventory along with the fly fishing rod. then i turned simba on and let it have me. it walked all the way to the fishing area, but when it got there, it walked 2 steps back from the first fishing spot and then rotated camera angle repeatedly for what seemed like 5 minutes until i stopped it because it wasnt working... help?

Flight
09-03-2012, 01:13 AM
i put feathers in my inventory along with the fly fishing rod. then i turned simba on and let it have me. it walked all the way to the fishing area, but when it got there, it walked 2 steps back from the first fishing spot and then rotated camera angle repeatedly for what seemed like 5 minutes until i stopped it because it wasnt working... help?

Sounds like it wasn't finding the fishing spot. Are you sure your graphic settings are correct?

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

superpinkplant
09-03-2012, 02:41 AM
It's doing the exact same thing to me too. I've checked all the graphic settings. It rotates the camera from north to west repeatedly for a minute or two, then clicks far across the bridge and comes back, and repeats. Any ideas would be appreciated! The script looks great! Thanks!

grats
09-03-2012, 02:48 AM
worked great for a while, not running these accounts for a bit for my evasion tactic!

http://stats.villavu.com/user/111/script/201

got that much in only like 3 days or something :P
while safely botting & 4 accounts / started at lvl 48

Flight
09-03-2012, 03:14 AM
It's doing the exact same thing to me too. I've checked all the graphic settings. It rotates the camera from north to west repeatedly for a minute or two, then clicks far across the bridge and comes back, and repeats. Any ideas would be appreciated! The script looks great! Thanks!

Hm alright, maybe there was an update that I wasn't aware of very recently. I'll check it out today if I get the chance and I'll see what's going wrong. Thank you for the bug report in detail.


worked great for a while, not running these accounts for a bit for my evasion tactic!

http://stats.villavu.com/user/111/script/201

got that much in only like 3 days or something :P
while safely botting & 4 accounts / started at lvl 48

Nice gain, but wrong script. ;)

grats
09-03-2012, 03:16 AM
oh damn =[ I don't even know the difference in their names when I look at the threads rofl

Kampf Gewehr
09-04-2012, 05:14 PM
Script works well, but I have noticed that sometimes it has trouble teleporting back to Edgeville when invent is full, as well as issues with "It has been 3 minutes and Runescape is not yet ready, terminating" The latter seems to be what breaks her the most. I have been running this script for about a week and a half now, for a total of maybe 20 hours. Frequent restarts of the script are required.

Flight
09-05-2012, 01:41 AM
Script works well, but I have noticed that sometimes it has trouble teleporting back to Edgeville when invent is full, as well as issues with "It has been 3 minutes and Runescape is not yet ready, terminating" The latter seems to be what breaks her the most. I have been running this script for about a week and a half now, for a total of maybe 20 hours. Frequent restarts of the script are required.

If you get the message "It has been 3 minutes and Runescape is not yet ready, terminating" that means the script detected you are logged out. Can you tell me precisely what the script is doing / trying to do when you get this message?

stoffel
09-08-2012, 08:36 AM
Lol, it dropped feathers again, had 10k feathers again, one hour later it stopped becouse all the feathers were gone again. lost about 60k feathers arlready lol

I use mousekeys,and used the tweak of antiban

Flight
09-08-2012, 09:41 AM
Lol, it dropped feathers again, had 10k feathers again, one hour later it stopped becouse all the feathers were gone again. lost about 60k feathers arlready lol

I use mousekeys,and used the tweak of antiban

I've found out that there's a/some random events(s) that place your inventory items in different slots, which would explain feathers being moved out of the first slot.

I recommend making this change; inside of the 'StartFishing' procedure, go down about 15 lines to find this:

Count:
if InvFull then
begin


This is where the script kicks into stage 2 (either drop or bank), so it would be a good place to, once again, check & move our feathers to slot #1. So below that 'begin' put this line:
[simba]
MoveFeathers;
[simba]

That should straighten things up.

Paper_Owner
09-09-2012, 07:12 AM
I've added this like you said, but it keep dropping my feather :( lost 94k Feather ...

Count:
if InvFull then
begin
MoveFeathers;

Flight
09-09-2012, 07:31 AM
I've added this like you said, but it keep dropping my feather :( lost 94k Feather ...

Count:
if InvFull then
begin
MoveFeathers;

Did you see it when it happened? Also, were you using MKeys or normal dropping?

Paper_Owner
09-09-2012, 08:00 AM
I use MKeys, and yes I see it when it happened !

He dropped my feathers three times :)

Flight
09-09-2012, 08:04 AM
I use MKeys, and yes I see it when it happened !

He dropped my feathers three times :)

Ok, that's what I needed to hear. I just changed the formula a bit for the MKeys dropping procedure as well as a slight modification to my MouseHandler. I'm testing the V.1.72 right now; would you like to test it with me Paper_Owner?

Paper_Owner
09-09-2012, 08:05 AM
Sure

Paper_Owner
09-09-2012, 08:07 AM
LOL! He dropped my feather again !

Paper_Owner
09-09-2012, 08:55 AM
I saw why the bot crash, when it's time to drop all the fish, he's going too fast some time...
So he crash and he drop the feather accidently :D

The error is :

{{{==Script shutdown==}}}
----Reason: Out of feathers----
Exception in Script: The given DTM Index[2] doesn't exist

Flight
09-09-2012, 10:18 AM
I saw why the bot crash, when it's time to drop all the fish, he's going too fast some time...
So he crash and he drop the feather accidently :D

The error is :

{{{==Script shutdown==}}}
----Reason: Out of feathers----
Exception in Script: The given DTM Index[2] doesn't exist

Ok first off all, like I warned you in the PM, please don't double or especially triple post. Just edit your previous posts.

The script doesn't crash, if it runs out of feathers it logs you out, this is intended; that's not crashing. Now on this last report you just gave, is that using the version I PM'd to you? Were the feathers in slot #1? Were they dropped when the first column was being dropped or the second column?

DeiJaiVui
09-23-2012, 10:45 AM
Exception in Script: Unable to find file 'SRL/SRL/misc/MouseHandler.simba' used from 'C:\Users\Ti\Desktop\BarbFlyFisher(1.71).Simba'

DeiJaiVui
09-23-2012, 10:46 AM
[Error] D:\Simba\Includes\SRL/SRL/core/globals.simba(605:5): Unknown identifier 'ImageSetClientArea' at line 604
Compiling failed.

DeiJaiVui
09-23-2012, 11:06 PM
how to make this work?

Ian
09-23-2012, 11:27 PM
how to make this work?

Nice triple post. This explains why you have more than 3x the amount of posts than you should.

Robindehood
09-24-2012, 02:01 AM
Any one know how to make this work? It keeps rotating and walking into random spots..
I'm new to colour bots and am interested in learning more about how to make them, so if anyone knows of any good guides or anything to help someone start off that'd be great! Thanks in advance guys

liltek1
09-26-2012, 09:12 AM
Im having problems with banking it'll teleport via lodestone but once it walks in the bank it'll keep teleporting

JiveTonto@Gmail.com
10-04-2012, 11:03 PM
had some 10 hour + ones but keep finding it logged out without feathers,still had the dropping issue useing mouse keys ( lost like 50k feathers?).But other wise a nice script. This is a level 98 fishing useing the slow drop method.With mouse keys it gets 48-49k an hour but will loose feathers at random.

Flight
10-05-2012, 02:25 AM
had some 10 hour + ones but keep finding it logged out without feathers,still had the dropping issue useing mouse keys ( lost like 50k feathers?).But other wise a nice script. This is a level 98 fishing useing the slow drop method.With mouse keys it gets 48-49k an hour but will loose feathers at random.

Thanks for the feedback. Have you used regular dropping while power-fishing in the past using this script? If so, did it ever drop the feathers then or are they only dropped while using Mouse-Keys?

JiveTonto@Gmail.com
10-05-2012, 02:38 AM
im only powerfishing and only useing mousekeys does it hit the feathers. Also whats up with the stats? ive got my user details in there but it still logs them as anommis?>


Heres one thats just lost its feathers

[===================================]
[ Barb Fly-Fisher 1.71 ]
[ by Flight ]
[===================================]
[ Run Time : 5 Hr 14 Min 6 Sec ]
[ Trout Caught : 2063 ]
[ Salmon Caught : 1661 ]
[ Fishing XP : 219421 ]
[ Loads : 141 ]
[ Breaks : 0 ]
[===================================]
[ Barb Fly-Fisher 1.71 ]
[===================================]
Time until break: 196:40:53


thats the longist ive gone with mouse keys for dropping befor loosing feathers

djw277
10-08-2012, 04:25 PM
Hey there, I am new to this whole deal and I am in need of some help. Im running Simba on a mac and can get MSI to work and all. I am wanting different scripts than what MSI offers. I try to download ---[C]Barbarian Fly-Fisher.simba--- and it doesn't work. I try to open in winebottler and i get to where i open via desktop and it pulls up Simba but crashes right away. I think i need to just copy-paste the whole log into a fresh Simba and it might work but i cannot find the whole log anywhere. Can someone PM it or tell me what im doing wrong.

Thank You,

djw277

Ian
10-08-2012, 05:11 PM
Hey there, I am new to this whole deal and I am in need of some help. Im running Simba on a mac and can get MSI to work and all. I am wanting different scripts than what MSI offers. I try to download ---[C]Barbarian Fly-Fisher.simba--- and it doesn't work. I try to open in winebottler and i get to where i open via desktop and it pulls up Simba but crashes right away. I think i need to just copy-paste the whole log into a fresh Simba and it might work but i cannot find the whole log anywhere. Can someone PM it or tell me what im doing wrong.

Thank You,

djw277

Did you enable the associate extension? It also might be a problem with using it on a mac, in which case I won't be much help

djw277
10-08-2012, 05:19 PM
BMWxi-

Yeah, its not the issue with simba, its downloading the actual script, not the client. I've read other forums and some people are saying just to copy and paste the log. Do you use this script or have it loaded to where you could PM me all the lines.

Olly
10-09-2012, 04:49 PM
for c := 0 to High(Cols) do
begin
ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(HMods[i], SMods[i]);
FindColorsSpiralTolerance(MSCX, MSCY, TPA, Cols[i], MSX1, MSY1, MSX2, MSY2, Tols[i]);
ColorToleranceSpeed(CTS);

if (Length(TPA) > 0) then
break;
end;

if im correct it isn't actually looping though all the data? it should be for i := 0 blah blah blah

Kasi
10-09-2012, 04:59 PM
if im correct it isn't actually looping though all the data? it should be for i := 0 blah blah blah

good find lmao, you are correct

Flight
10-10-2012, 12:14 AM
for c := 0 to High(Cols) do
begin
ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(HMods[i], SMods[i]);
FindColorsSpiralTolerance(MSCX, MSCY, TPA, Cols[i], MSX1, MSY1, MSX2, MSY2, Tols[i]);
ColorToleranceSpeed(CTS);

if (Length(TPA) > 0) then
break;
end;

if im correct it isn't actually looping though all the data? it should be for i := 0 blah blah blah

:duh: Right you are. That's what happens when you copy chunks of code from other procedures and forget to convert a few variables. :/

Tilley661
10-13-2012, 10:22 AM
:duh: Right you are. That's what happens when you copy chunks of code from other procedures and forget to convert a few variables. :/

does that code need to be changed in any way then or has this been updated?

my script keeps dropping my feathers randomly, ive checked for any anti leech and i cant seem to find one that would drop feathers.

DeiJaiVui
10-15-2012, 07:52 AM
Any idea where I can get this?

''Exception in Script: Unable to find file 'SRL/SRL/misc/MouseHandler.simba' used from 'D:\Simba\Scripts\BarbFlyFisher(1.71).Simba'''

Le Jingle
10-15-2012, 08:06 AM
Any idea where I can get this?

''Exception in Script: Unable to find file 'SRL/SRL/misc/MouseHandler.simba' used from 'D:\Simba\Scripts\BarbFlyFisher(1.71).Simba'''

You are supposed to download the MouseHandler.simba file from the original post, and place it in your SRL/SRL/misc folder.

Hope this helps,
Lj

DeiJaiVui
10-15-2012, 08:42 AM
You are supposed to download the MouseHandler.simba file from the original post, and place it in your SRL/SRL/misc folder.

Hope this helps,
Lj

Thanks, sorry I missed that part and was searching the whole place where to get it lol, tyvm.

DeiJaiVui
10-15-2012, 09:16 AM
A lil' proggy, works great! :smile:

[===============================]
[ Barb Fly-Fisher 1.71 ]
[ by Flight ]
[===============================]
[ Run Time : 30 Min 32 Sec ]
[ Trout Caught : 192 ]
[ Salmon Caught : 158 ]
[ Fishing XP : 20661 ]
[ Loads : 13 ]
[ Breaks : 0 ]
[===============================]
[ Barb Fly-Fisher 1.71 ]
[===============================]
Time until break: 05:29:27
Successfully executed.
The following DTMs were not freed: [9]

DeiJaiVui
10-16-2012, 08:31 AM
Had a check on how the bot was going and it's working wonders! :smile:

http://i50.tinypic.com/28svog5.png

Best exp ratio I've had so far.

Mr[S]
10-21-2012, 10:52 AM
Anyway to stop the feathers from dropping?

Flight
10-21-2012, 11:24 AM
Anyway to stop the feathers from dropping?

It seems this is triggered from the mouse-keys simulated dropping. I would recommend shutting it off anyways because of the possibility of it being detected as bot-like behavior.

Mr[S]
10-21-2012, 11:36 AM
I'm testing now for 10 minutes then will restart because my comps slowwwww as a turtle atm

waffleboy
10-25-2012, 03:25 PM
I cant get it to work right it sometimes says 'script shutdown, failed to open lodestone screen' when it was already open and when it tele's to bank it finds the deposit box and starts teleing to edgeville again like a loop?

litoris
10-27-2012, 07:57 PM
http://i.imgur.com/iVf3k.png
Had a few breaks, ran well.

tassutin
10-31-2012, 04:08 PM
Why i get this ''[Error] C:\Simba\Includes\SPS/sps.simba(306:51): Invalid number of parameters at line 305
Compiling failed.''

jonarooni
10-31-2012, 07:05 PM
The code seems to get stuck when it uses the lodestone to get to Edgeville... on arrival it walks to the middle of the bank, and straight away uses the lodestone again... just repeats over ant over again. Any ideas?

Gishemon
10-31-2012, 08:23 PM
Im having problems with banking it'll teleport via lodestone but once it walks in the bank it'll keep teleporting

Same issue here mate, I have changed line 27:
UseLodestone = True;
to
UseLodestone = False;

Will give it a few runs and update here.

Edit:

When it gets a full load it walks to the bank fine but then just stands in the corner, Only started using Simba etc. today but I'll keep tinkering and if I figure anything out I'll update here if needs be.

Second edit:

I tried copying the depositbox code from the older versions into the newer one but with me not understanding the code yet I'm getting nowhere :(

Gishemon
11-01-2012, 10:36 AM
Ran it for a little while now powerfishing due to the above issue, seems great so far, thanks for this!

Flight
11-01-2012, 10:46 AM
Ok it looks like people are having trouble with this so I'm gonna try and fix the teleporting & walking to bank.

All testing will be done on a normal browser; I've not used SMART months it seems.

Gishemon
11-01-2012, 10:59 AM
Ok it looks like people are having trouble with this so I'm gonna try and fix the teleporting & walking to bank.

All testing will be done on a normal browser; I've not used SMART months it seems.

Great news! Looking forward to testing it out.

Flight
11-01-2012, 04:36 PM
Updated to version 1.72

Small update this time, mostly just to fix a couple major issues.

Banking via Lodestone has been fixed
Updated fishing spot-finding
Now runs off AeroLib's own MouseHandler (V.1.72+ require the new MouseHandler)
Various tweaks throughout the script


Ok, so this version uses my MouseHandler I built specifically for AeroLib, so if you're using this verion (1.72) or newer you must update your MouseHandler with the one I just uploaded in the OP. A couple things to add, I only released this version as a fixed & patched version of V1.72, so it's nothing major. I did work on this in the past but I don't remember what all I did, so if it starts acting stupid let me know. Also, if you'd like a slightly different painted progress report (SMART) then delete your current "BFFImg.png" (/Scripts/BFFImg.png) and the script will automatically download the newest image.


[====================================]
[ Barb Fly-Fisher 1.72 ]
[ by Flight ]
[====================================]
[ Run Time : 3 Hr 14 Min 22 Sec ]
[ Trout Caught : 988 ]
[ Salmon Caught : 724 ]
[ Fishing XP : 100080 ]
[ Loads : 124 ]
[ Breaks : 0 ]
[====================================]
[ Barb Fly-Fisher 1.72 ]
[====================================]
Time until break: 00:09:57


This was tested on a standard browser, not SMART. From now on that's the way I'll test & release scripts, no more SMART for me personally.

Gishemon
11-01-2012, 04:42 PM
Another issue I have ran into is:

After it has taken a break and attempts to log back in it tries to log into a members world even though I have "Member = False;".

The log in Simba shows:


Breaktime left: 0:0:-3
Logging in...
Welcome to Runescape.
<Account Name>
Screenshot of: IP Log 3 Minutes and 28 Seconds
World: 97, Players: 948, Members: True, PvP: False
World 97 selected.
'Not a Members Account'
** Warning in SelectWorld: Invalid World **
'Not a Members Account'
NextPlayer(False)
SwitchToPlayer(PlayerNo: 0, Active: False);
** Warning in SelectWorld: Invalid World **
'Not a Members Account'
** Warning in SelectWorld: Invalid World **
'Not a Members Account'
NextPlayer(False)

When running the script the following hint comes up:


[Hint] D:\Simba\Includes\SRL/SRL/core/globals.simba(55:3): Variable 'WORLDSWITCHERENABLED' never used at line 54
Compiled successfully in 562 ms.

If you need any more info or if I'm missing something just let me know :)

Edit: I'll test your updated version now, thanks again.

Flight
11-01-2012, 04:47 PM
Another issue I have ran into is:

After it has taken a break and attempts to log back in it tries to log into a members world even though I have "Member = False;".


Ah yes, I see what the problem is. In V.1.72 change line 1499 from this:
ChangeWorld(RandomWorld(True, False))
to this:
ChangeWorld(RandomWorld(Member, False))

I'll go ahead and make that change and re-upload it. Thank you, Gishemon. :)



When running the script the following hint comes up:


[Hint] D:\Simba\Includes\SRL/SRL/core/globals.simba(55:3): Variable 'WORLDSWITCHERENABLED' never used at line 54
Compiled successfully in 562 ms.

If you need any more info or if I'm missing something just let me know :)

Yes that's fine, it's not an error or anything, it's just a hint that a variable is defined but never being used. It's nothing to worry about.

Gishemon
11-01-2012, 05:05 PM
Great stuff :)

in the updated version on line 8 I think you accidentally put an 8 after SMART so it doesn't load it:


{$DEFINE SMART8} //Comment this out if using a standard browser

I removed the 8 and it seemed to load ok afterwards.

I'll test this one out and update :)

Edit:

Banking seems to be working now (using the teleport method, haven't tried the walking method yet) however it seems to increment the "Loads" by 2 on the progress report SMART (if run energy is above 60 it will increment by 2, if it is below 60 it will bank then rest then open bank again making it increment by 2)

Another one which hasn't happened more than once but might be worth mentioning, when it clicks on a spot to list the players stood there, it listed a large amount of players and stayed on the list saying "No spot found" or something along those lines until it timed out after 3 minutes. It might be because the "cancel" option moved to the bottom of the list of players (but I could be completely wrong :P)

Flight
11-02-2012, 01:18 AM
Great stuff :)

in the updated version on line 8 I think you accidentally put an 8 after SMART so it doesn't load it:


{$DEFINE SMART8} //Comment this out if using a standard browser

I removed the 8 and it seemed to load ok afterwards.


Well, this depends on what version of SMART you're using. I pretty much assumed everyone was using the newest (8) by now.



Banking seems to be working now (using the teleport method, haven't tried the walking method yet) however it seems to increment the "Loads" by 2 on the progress report SMART (if run energy is above 60 it will increment by 2, if it is below 60 it will bank then rest then open bank again making it increment by 2)


Good catch, I'll look into that this morning and patch it up.



Another one which hasn't happened more than once but might be worth mentioning, when it clicks on a spot to list the players stood there, it listed a large amount of players and stayed on the list saying "No spot found" or something along those lines until it timed out after 3 minutes. It might be because the "cancel" option moved to the bottom of the list of players (but I could be completely wrong :P)

Ok, I'm not so sure about this one. The script left-clicks fishing spots, it only right-clicks moving objects on the screen as an anti-ban, and even then, it has its own way of getting out of the right-click menu. It should have nothing to do with the actual fishing. Let me know if it happens again, and tell me if it tries to move the mouse out of the right-click screen.


Edit:
Ok, I believe I found the problem with the banking and corrected it. Patched version uploaded again. Hopefully the last time until a new version is released.

Gishemon
11-02-2012, 09:08 AM
Edit:
Ok, I believe I found the problem with the banking and corrected it. Patched version uploaded again. Hopefully the last time until a new version is released.

Thanks again for the updates mate :)

I ran it last night and got the following:


PROBLEM: inv interface not open
PROBLEM: inv interface not open
It has been 3 minutes and Runescape is not yet ready... Terminating.

As I was not watching it I'm not 100% why this happened but when I logged back in it had a full load and was ready to teleport to edgeville (I also had graphics disabled, not sure if this matters).

Aside from that I ran it again and it ran perfect until runescape update :P

Ashaman88
11-02-2012, 11:21 AM
Noooo not the three minute bug!!! Flight I've seen this on more and more script threads now (still not a ton) see my pull request for a temp fix!

janbricky
11-04-2012, 11:33 AM
time to give this a shot :)

Gishemon
11-04-2012, 12:50 PM
Hey man, just another quick update.

I'll start with another thanks as this is an amazing script and has got me 74 fishing so far :)

So, been running it for a while now and got the following:

It doesn't close the wheel of fortune that appears when you log in. As this appears over the bag area when powerfishing it doesn't drop the 6 or so fish under the wheel of fortune icon(although this doesn't stop/crash the script).

Something else that has only happened once is I got an exception in thread saying I had no feathers when I had over 4k left, not sure why this happened but thought I would mention it.

Other than those it has been flawless, thanks again.



[====================================]
[ Barb Fly-Fisher 1.72 ]
[ by Flight ]
[====================================]
[ Run Time : 5 Hr 32 Min 19 Sec ]
[ Trout Caught : 1925 ]
[ Salmon Caught : 1319 ]
[ Fishing XP : 188581 ]
[ Loads : 120 ]
[ Breaks : 1 ]
[====================================]
[ Barb Fly-Fisher 1.72 ]
[====================================]

Clairvoyance
11-05-2012, 12:13 AM
Can somebody copy their code :(

Deadlast
11-05-2012, 02:14 AM
Pretty good, ran for 7 hours :)



[===================================]
[ Barb Fly-Fisher 1.72 ]
[ by Flight ]
[===================================]
[ Run Time : 7 Hr 4 Min 20 Sec ]
[ Trout Caught : 2729 ]
[ Salmon Caught : 1985 ]
[ Fishing XP : 275401 ]
[ Loads : 174 ]
[ Breaks : 0 ]
[===================================]
[ Barb Fly-Fisher 1.72 ]
[===================================]
Time until break: 342:43:58
{{{==Script shutdown==}}}
----Reason: Out of feathers----
Exception in Script: The given DTM Index[2] doesn't exist

obolix101
11-07-2012, 01:10 PM
doesnt compile

Flight
11-10-2012, 05:31 AM
Pretty good, ran for 7 hours :)

[===================================]
[ Barb Fly-Fisher 1.72 ]
[ by Flight ]
[===================================]
[ Run Time : 7 Hr 4 Min 20 Sec ]
[ Trout Caught : 2729 ]
[ Salmon Caught : 1985 ]
[ Fishing XP : 275401 ]
[ Loads : 174 ]
[ Breaks : 0 ]
[===================================]
[ Barb Fly-Fisher 1.72 ]
[===================================]
Time until break: 342:43:58



Very nice! I let mine run for a while this morning while I was at a friends wedding, here's what I got:

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


[====================================]
[ Barb Fly-Fisher 1.72 ]
[ by Flight ]
[====================================]
[ Run Time : 3 Hr 20 Min 55 Sec ]
[ Trout Caught : 976 ]
[ Salmon Caught : 727 ]
[ Fishing XP : 99691 ]
[ Loads : 64 ]
[ Breaks : 0 ]
[====================================]
[ Barb Fly-Fisher 1.72 ]
[====================================]
Time until break: 00:12:41

Biggsymallone
11-10-2012, 11:23 AM
Works Perfectly Fine.

[===============================]
[ Barb Fly-Fisher 1.72 ]
[ by Flight ]
[===============================]
[ Run Time : 50 Min 52 Sec ]
[ Trout Caught : 240 ]
[ Salmon Caught : 167 ]
[ Fishing XP : 23691 ]
[ Loads : 15 ]
[ Breaks : 0 ]
[===============================]
[ Barb Fly-Fisher 1.72 ]
[===============================]

janbricky
11-11-2012, 09:47 AM
Whenever I run the script i get


[Error] C:\Simba\Scripts\BarbFlyFisher(1.72).Simba(140:5): Unknown identifier 'AL_SetMouseSpeed' at line 139

Yet i did download the mousehandler file and places it in srl/srl/misc.

Is this part of anti leech? I've searched the thread but no one seems to have a problem with this :/

Flight
11-11-2012, 10:36 AM
Whenever I run the script i get


[Error] C:\Simba\Scripts\BarbFlyFisher(1.72).Simba(140:5): Unknown identifier 'AL_SetMouseSpeed' at line 139

Yet i did download the mousehandler file and places it in srl/srl/misc.

Is this part of anti leech? I've searched the thread but no one seems to have a problem with this :/

Nah there's no anti-leech in this script, I honestly have no idea why you're getting that error if you're putting Mousehandler.simba in the right place.

night fox6928
11-14-2012, 12:50 AM
I get this. I always have problems :(


Exception in Script: Unable to find file 'SRL/SRL/misc/MouseHandler.simba' used from 'C:\Users\BIGK~1\AppData\Local\Temp\BarbFlyFisher( 1.72).Simba'
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(273:149): Invalid number of parameters at line 272
Compiling failed.

Noob King
11-16-2012, 07:26 AM
Nah there's no anti-leech in this script, I honestly have no idea why you're getting that error if you're putting Mousehandler.simba in the right place.

I got that error when I accidentally put the MouseHandler in srl/srl and not srl/srl/misc :p

Flight
11-16-2012, 07:29 AM
Ok, let's do this, whatever the line is where you're getting that error, replace it with this:


MouseSpeed := 15;

janbricky
11-16-2012, 06:15 PM
Ok, let's do this, whatever the line is where you're getting that error, replace it with this:


MouseSpeed := 15;


I've done that and now the next thing that pops up is


AL_BrakeWindMouse(x, y, RandomRange(x - 75, x + 75), RandomRange(y - 75, y + 75),

Seems like everything with AL doesn't work

Flight
11-17-2012, 02:40 AM
Ah well then I know what the problem is. Your SRL updated and erased your MouseHandler. Re-download & install it.

janbricky
11-17-2012, 10:54 AM
Ah well then I know what the problem is. Your SRL updated and erased your MouseHandler. Re-download & install it.

Hmm i redownloaded the file, and when i dropped it in the misc folder it prompted replace y/n.

I replaced it and now it runs, but once smart fires all it does is stay stuck on the login screen, not logging in. It seems more have this problem but is there a good fix for this?

This is the message that's being spammed:
It has been 2 minutes and Runescape is not yet ready... Flashing Smart.

Bot_Mit
11-17-2012, 01:58 PM
I seem to be getting an error...
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(273:149): Invalid number of parameters at line 272
Compiling failed.

I seen someone else also have close to the same error up a fair bit, but still no one has answered or replied to him about a fix for this particular error... So please someone help us out and explain what's actually going wrong and how exactly can we fix this problem?

mounty
11-17-2012, 02:53 PM
I've been getting that error too. None of the fixes seem to work for me.
To get it running for now i just removed the 8s at the top of the fisher script(lines 8 &9).
It's running fine for me now so might work for you too.
Think i don't have v8 of smart or something.
Hope that helped.

{$DEFINE SMART8}
{$IFDEF SMART8}

to

{$DEFINE SMART}
{$IFDEF SMART}

Flight
11-18-2012, 01:22 AM
Just upgrade to the newest SMART (v8.0) (http://villavu.com/forum/showthread.php?t=87801).

mounty
11-18-2012, 05:02 PM
This script is great, been using it for a few days now.
Really loving how accurate and fast it is.
Had no major bugs, apart from failing to find the bank after 3 hours of run time.

A couple suggestions for improvement are:
1. The change of vertical view anti random while fishing happens too frequently and is a bit fast and unrealistic for my taste.
2. The change in view from North to East when fishing and back to North when going to the bank is very precise. Would a player do this? (not saying its wrong). perhaps just set the map to face East for the entire script?
3. There is a lot of right clicking on random players and other actors while fishing.

As i say i love the script. Please don't take offence to these points as they are only suggestions you might want to look at. Either way i will continue to use this script.

Thanks for putting the time and effort into this.

Flight
11-18-2012, 11:44 PM
This script is great, been using it for a few days now.
Really loving how accurate and fast it is.
Had no major bugs, apart from failing to find the bank after 3 hours of run time.

A couple suggestions for improvement are:
1. The change of vertical view anti random while fishing happens too frequently and is a bit fast and unrealistic for my taste.
2. The change in view from North to East when fishing and back to North when going to the bank is very precise. Would a player do this? (not saying its wrong). perhaps just set the map to face East for the entire script?
3. There is a lot of right clicking on random players and other actors while fishing.

As i say i love the script. Please don't take offence to these points as they are only suggestions you might want to look at. Either way i will continue to use this script.

Thanks for putting the time and effort into this.

That's quite fine, I'm always open to suggestions and feedback.

1) By vertical view I assume you mean the camera height? This only changes to a lower zoom when our player needs to switch fishing spots and lowers the camera + faces the other fishing spot. Then it goes right back to fully zoomed out.

2) Actually the script stays on North & West, not East. Having the camera at West allows a better view of the river, thus more chance of finding a fishing spot. It's also required to detect the fishing pole, so the script knows if we're currently fishing. While walking, the script must stay at North, this isn't option. SPS only works with the camera facing North, there's not much I can do about that.

3) Indeed, that's one of my anti-bans to simulate a bored player simply checking the moving objects around them.

mounty
11-19-2012, 09:37 PM
Great response.
That all makes sense now. I thought the map rotation might be due to sps, but I don't know much about them. I would just say the clicking on random moving things happens a bit much for my liking but I could probably easily decrease the chance of that happening in my copy of the script (I'm not too keen on lots of anti ants).

Thanks for the reply.
Gonna try some of your other scripts out cause they look great.

Cheers.

Flight
11-20-2012, 01:21 AM
Sounds good mate. What you could do to reduce the chance of that anti-ban being called is go to the Antiban procedure itself (line 818 I believe?) and modify the part where it calls "CheckMovingObjs", it should look like this:

6..14:
begin
CheckMovingObjs(True);
Result := True;
end;


Keep the 6, but change the 14 to maybe..10? Anything above 6 but lower than 15. Also, whatever you change that second number to, be sure to modify the anti-ban below it. As you see how it is now:

6..14:
begin
CheckMovingObjs(True);
Result := True;
end;
15..300:
begin
Wait(RandomRange(250, 350));
Exit;
end;

So if you changed the 14 to 10 you'd also need to change the 15 to 11, get what I'm saying?

6..10:
begin
CheckMovingObjs(True);
Result := True;
end;
11..300:
begin
Wait(RandomRange(250, 350));
Exit;
end;

mounty
11-20-2012, 10:26 AM
cheers. Thats perfect. I'll give it a go.

Flight
11-20-2012, 05:22 PM
http://i.imgur.com/U79N4.png

50k XP/Hour in the free worlds, I think I can live with that. It's all set up to run over night tonight so hopefully she'll do good enough to release in the morning.

Bom
11-20-2012, 09:34 PM
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(273:149): Invalid number of parameters at line 272
Compiling failed.

I dont know what to do..

Flight
11-21-2012, 12:45 AM
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(273:149): Invalid number of parameters at line 272
Compiling failed.

I dont know what to do..

Upgrade to SMART v8.0. I left a download link in the OP.




[===================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[===================================]
[ Run Time : 6 Hr 9 Min 13 Sec ]
[ Trout Caught : 2504 ]
[ Salmon Caught : 1762 ]
[ Fishing XP : 248541 ]
[ Loads : 158 ]
[ Breaks : 1 ]
[===================================]
[ Barb Fly-Fisher 1.75 ]
[===================================]
Time until break: 01:11:07


That's over 40k Fishing XP/Hour using the power-fishing method.



Updated to v1.75

Automatically detects available slots in the ActionBar and binds both trout and salmon to 2 empty slots
Power-fishing drop method changed to use the ActionBar
Updated Lodestone teleporting (works with the new AbilityBook)


There ya go fellas, your ticket to 99 Fishing in the free worlds. Enjoy. :)

pkwa9lawy
11-21-2012, 01:32 AM
thanks for the fast updates flight :) loved ur scripts starting with the good old zmi altar :D

ifrit1100
11-21-2012, 09:41 AM
[Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 0:8): Unknown identifier 'RSReady' at line 69

Any clue? I have 0.99 and V8!

also

[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(273:149): Invalid number of parameters at line 272

ringgold101
11-22-2012, 06:23 AM
EDIT: I searched and found the answer to my problem and I got the script to work :) it's a very nice script :)

[====================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[====================================]
[ Run Time : 1 Hr 27 Min 38 Sec ]
[ Trout Caught : 661 ]
[ Salmon Caught : 525 ]
[ Fishing XP : 69801 ]
[ Loads : 44 ]
[ Breaks : 0 ]
[====================================]

pkwa9lawy
11-23-2012, 01:42 AM
going hard eoc

[=====================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[=====================================]
[ Run Time : 23 Hr 24 Min 59 Sec ]
[ Trout Caught : 9478 ]
[ Salmon Caught : 6907 ]
[ Fishing XP : 957391 ]
[ Loads : 607 ]
[ Breaks : 3 ]
[=====================================]
[ Barb Fly-Fisher 1.75 ]
[=====================================]
Time until break: 01:38:31

rsdanny
11-26-2012, 12:07 AM
[Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 0:8): Unknown identifier 'RSReady' at line 69

Any clue? I have 0.99 and V8!

also

[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(273:149): Invalid number of parameters at line 272

I've seen this error in other scripts.
The way to fix it is to change the {$Define Smart} to {$Define Smart8}
Somewhere in the top of the script
This should probly fix all the problems

EDIT: Will try the heavyrodder when it got actionbar dropping :)

Zerkeronrs7
11-28-2012, 02:18 AM
{{{==Script shutdown==}}}
----Reason: Out of feathers----
Exception in Script: The given DTM Index[2] doesn't exist
The following bitmaps were not freed: [4, 306]

Still had 18k feathers left :/

Zerkeronrs7
12-01-2012, 09:05 AM
Got 99 fishing thanks :) After that above error i never got it again, flawless 48k/hour.

Flight
12-02-2012, 12:31 PM
Got 99 fishing thanks :) After that above error i never got it again, flawless 48k/hour.

Wonderful news! Congratulations buddy, a job well one. :thumbsup:

tbanz1
12-02-2012, 05:14 PM
Im having trouble i run the MSI and it loads world but after that nothing happens the mouse wont move

Ashaman88
12-02-2012, 05:50 PM
Im having trouble i run the MSI and it loads world but after that nothing happens the mouse wont move

MSI is down for the time being, this is a separate script

alexttlyrocks
12-03-2012, 07:56 AM
I've seen this error in other scripts.
The way to fix it is to change the {$Define Smart} to {$Define Smart8}
Somewhere in the top of the script
This should probly fix all the problems

EDIT: Will try the heavyrodder when it got actionbar dropping :)

I am having the same problem. Invalid number of parameters at line 272 except it said it was on line 273 for some reason. I did what you said and changed it to {$define smart8}, but that caused the other error for me - [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 0:8): Unknown identifier 'RSReady' at line 69.

Can't figure out how to make this work.

just to clarify, yes I have smart 8 and all that. everything is updated.

Hez
12-04-2012, 05:26 AM
The script works great. It has trouble doing the drop method with the last two vacant slots on the action bar "-" or "=", even if you customize them to a number. This is easily remedied by just leaving the first two slots on the action bar vacant (1 and 2).

Does anyone have a problem with this script or the client in general, where if the smart window is in the background somewhere, it will occasionally bring itself into focus again? I think it coincides with the mouse clicks the client does. For example, if the script right clicks on an NPC while you're typing away at a word document, then the smart window will bring itself into focus and you end up typing on runescape instead of word.

chongc
12-07-2012, 03:46 PM
Did anyone know, that you can drop and you won't stop fishing?

edit: you'll stop while dropping, but it'll auto start fishing again. which means the only thing needed is to move spot.

edit2: actually you only stop the fishing animation, i got a fish while dropping.

Armando
12-07-2012, 06:23 PM
This script is one of my favorites, it is complete without too many flaws. The only error I receive is failed to find deposit box, but I believe that only has to do with my slow internet connection.

sidenote: I tweaked the script abit to make it where I only drop the trout and bank the Salmon once the inventory is full. I've seen from the previous posts that its possible to drop while fishing, if anyone could give me a general hint to where I might need to fix the script to make it drop while fishing, the help will be appreciated.
I'm new to the villavu community and I've been reading on some tuts, but I just can't seem to figure out the approriate script.
Other than that this script is awesome. Thank you so much Flight!

chongc
12-08-2012, 01:30 AM
i think dropping while fishing affects xp counter

Flight
12-08-2012, 02:59 AM
Did anyone know, that you can drop and you won't stop fishing?

edit: you'll stop while dropping, but it'll auto start fishing again. which means the only thing needed is to move spot.

edit2: actually you only stop the fishing animation, i got a fish while dropping.

That's a good suggestion, thanks. Although I don't know if it would effect the speed that much. Also, because the animation is paused it would cause my script to believe we've stopped fishing. It would take quite a bit of re-constructing in the end for this to happen.


This script is one of my favorites, it is complete without too many flaws. The only error I receive is failed to find deposit box, but I believe that only has to do with my slow internet connection.

sidenote: I tweaked the script abit to make it where I only drop the trout and bank the Salmon once the inventory is full. I've seen from the previous posts that its possible to drop while fishing, if anyone could give me a general hint to where I might need to fix the script to make it drop while fishing, the help will be appreciated.
I'm new to the villavu community and I've been reading on some tuts, but I just can't seem to figure out the approriate script.
Other than that this script is awesome. Thank you so much Flight!

To my knowledge, I don't know if anyone's implanted a drop-while-fishing system in a script yet. In my own opinion it's really not that necessary here as it take just a matter of seconds to count all the fish in the inventory, calculate the XP, and drop every one of them. I imagine the speed would not be that much higher with a fish-1-drop-1 method.

In a place like the Baxtorian Falls (heavy-rod fishing) where quick-dropping isn't possible (simply because of a raw fish's right-click option "Gut") it would indeed be wise to use a fish-1-drop-1 method for constant fishing.

It shouldn't be too hard to create it yourself you wanted to mate. A basic idea would be first, bind your raw fish to your action bar, start fishing, wait for any fish to appear in the inventory, determine what kind of fish it is (increase count / XP), and based on the kind of fish press the key that's bound to that fish.

chongc
12-08-2012, 09:35 AM
That's a good suggestion, thanks. Although I don't know if it would effect the speed that much. Also, because the animation is paused it would cause my script to believe we've stopped fishing. It would take quite a bit of re-constructing in the end for this to happen.





right. when i was dropping the script clicked the fishing spot, so i assumed there would be difficulty there.

Flight
12-09-2012, 01:44 AM
Put a new logo on the OP, compliments of DannyRS. Thank you friend, it's wonderful! :)

chongc
12-10-2012, 05:11 AM
odd, was working fine before, now it has problems moving spots from the north spot to the south bridge spot. it just says "no spot found"


edit: seems to have been lag on my side causing the problem... running decently now.

widaca
12-11-2012, 03:09 AM
Nice Script Thank's! Started from lvl 40ish
[====================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[====================================]
[ Run Time : 6 Hr 30 Min 34 Sec ]
[ Trout Caught : 2385 ]
[ Salmon Caught : 1476 ]
[ Fishing XP : 222571 ]
[ Loads : 143 ]
[ Breaks : 1 ]
[====================================]
[ Barb Fly-Fisher 1.75 ]
[====================================]

OuttaControlX
12-11-2012, 06:12 PM
delete.

OuttaControlX
12-11-2012, 06:34 PM
got this,
[Error] D:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:149): Invalid number of parameters at line 273

so i changed SMART8 to SMART

and itas running ok ish

OuttaControlX
12-11-2012, 07:49 PM
delete.

OuttaControlX
12-11-2012, 07:59 PM
delete.

Austin
12-11-2012, 08:18 PM
Quad post.... please merge your posts into one unless you want to get in trouble.

JDBORED
12-11-2012, 08:34 PM
I keep getting the following error when trying to start the script - any ideas why or how to fix it?

[Error] C:\Simba\Includes\SPS/sps.simba(306:51): Invalid number of parameters at line 305
Compiling failed.

Line 305: SPS_BitmapToMap(Minimap, SPS_Accuracy, SmallMap);

Thanks in advance.

OuttaControlX
12-11-2012, 09:40 PM
sorry im a idiot, had smart 7.2 i assumed(idiot) that srl came with smart 8, i downloaded and installed smart8 working godlike now :) amazing! better then a pbot script!

Edit if it helps anyone else gtoto thread link'd in op post and download smart8 binarys and place the files in C:\Simba\Plugins overwrite anything it ask.

Edit. Fail. :(

{{{==Script shutdown==}}}
----Reason: Out of feathers----
Exception in Script: The given DTM Index[2] doesn't exist

I have 5k feathers...

Edit #3
Testing a custom DTM with more tolerance to white areas and lower then the feather count as i believe feather coun changing is getting in the way of the current dtm, letting script run a bit will report results.

DemonRanger123
12-12-2012, 01:41 PM
i get this when it tries to deposit the fish =\
Deposit box not found!
Deposit box not found!
Deposit box not found!
Deposit box not found!
Deposit box not found!
Deposit box not found!
{{{==Script shutdown==}}}
----Reason: Failed to open deposit box----
Exception in Script: The given DTM Index[2] doesn't exist
______________________________
Any fix on this please? :(

Flight
12-12-2012, 04:26 PM
i get this when it tries to deposit the fish =\
Deposit box not found!
Deposit box not found!
Deposit box not found!
Deposit box not found!
Deposit box not found!
Deposit box not found!
{{{==Script shutdown==}}}
----Reason: Failed to open deposit box----
Exception in Script: The given DTM Index[2] doesn't exist
______________________________
Any fix on this please? :(

Were you actually in the bank near the deposit box nearby?

ILikeSmoothHeads
12-12-2012, 09:50 PM
Awesome script thanks! proggy:
[===================================]
[ Run Time : 5 Hr 15 Min 4 Sec ]
[ Trout Caught : 1375 ]
[ Salmon Caught : 1054 ]
[ Fishing XP : 142531 ]
[ Loads : 92 ]

isthabest
12-13-2012, 09:37 PM
I'm loving the script and I'll post a proggy real soon but however is it possible when powerfishing that he drops the fishes whilst fishing and not wait until it says that you can't carry any more fish? It should give the bot some more xp/hour :)

Flight
12-14-2012, 01:08 AM
I'm loving the script and I'll post a proggy real soon but however is it possible when powerfishing that he drops the fishes whilst fishing and not wait until it says that you can't carry any more fish? It should give the bot some more xp/hour :)

Of course it's possible to implant this, as it was already suggested in this thread, but I'm afraid it would change how many things work within the script for just a small XP/Hour gain.

Chris!
12-14-2012, 05:10 AM
I am amazed with the script, Flight!

I'm watching it go, no comments about botting or the like for around 7 hours spread over 2 days. My current proggy (still going!):

[===================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[===================================]
[ Run Time : 5 Hr 16 Min 1 Sec ]
[ Trout Caught : 2583 ]
[ Salmon Caught : 1783 ]
[ Fishing XP : 253960 ]
[ Loads : 162 ]
[ Breaks : 1 ]
[===================================]
[ Barb Fly-Fisher 1.75 ]
[===================================]

If it is possible, as you stated above, to implement dropping the fish before a full inventory then it would definitely increase the XP/h. I have no idea on coding with pascal yet, so I do not have a clue on the difficulty of doing it.

Anyway, good job with the script. Loving it.

-Chris!

Frostdaddy888
12-15-2012, 01:35 PM
[===================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[===================================]
[ Run Time : 8 Hr 3 Min 29 Sec ]
[ Trout Caught : 3339 ]
[ Salmon Caught : 2315 ]
[ Fishing XP : 329001 ]
[ Loads : 210 ]
[ Breaks : 0 ]
[===================================]
[ Barb Fly-Fisher 1.75 ]
[===================================]

:thumbsup:

k0na
12-15-2012, 09:50 PM
Thanks for the script sir.
[====================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[====================================]
[ Run Time : 6 Hr 55 Min 46 Sec ]
[ Trout Caught : 2965 ]
[ Salmon Caught : 1927 ]
[ Fishing XP : 283140 ]
[ Loads : 189 ]
[ Breaks : 1 ]
[====================================]
[ Barb Fly-Fisher 1.75 ]
[====================================]

I'll let it run the entire night if possible.

Flight
12-16-2012, 12:37 AM
I'm really glad it's working well for everyone. :)

DannyRS
12-16-2012, 12:40 AM
I'm really glad it's working well for everyone. :)

Couldent be better :) thanks for the awesome stuff you share with us flight

Soulipsism
12-16-2012, 04:50 AM
Ran for nearly 4 hours then gave this error:



Breaktime left: 0:0:-8
Logging in...
Welcome to Runescape.
----------
Screenshot of: IP Log 3 Hours, 50 Minutes and 31 Seconds
World: 71, Players: 628, Members: True, PvP: False
World 71 selected.
Current player: ---------
The next break will occur in about 210 minutes.
Error: Out Of Range at line 683


I hit play on the script and it resumed as if nothing happened.

Heres the progress report I got. It's not bad.
http://i50.tinypic.com/2qusoie.jpg

Le Jingle
12-16-2012, 05:02 AM
Saw a wrong section/thread post under smart 8.0, and user said out of range at line 683

Thought I'd look just for fun, think it may have skipped over filling your TPA somehow?

//TPA in question a few lines before 683 in v1.75
avSlots := [];
avSlots := GetFreeABSlots;


I imagine avSlots somehow skipped over grabbing the free slots in the AB. Or perhaps it was just a lag in reported users' computer.

Any who, just thought I'd share, in case that post never makes it over to your thread here. :)

Cheers,
Lj

E: looks like it made it ^^ ;)

Soulipsism
12-16-2012, 05:42 AM
I'm not entirely sure what you mean, could I throw a wait in there to fix it or is there another way to correct it?

dring219
12-16-2012, 02:40 PM
I have other scripts that work , and when i try to run this one , i get

[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(144:3): Unknown identifier 'AL_SetMouseSpeed' at line 143

That seems like a new problem not reported here . Could be just my computer . even after a reformat and clean install of Win7x64 .

i did the MouseSpeed := 15; change , and now get :


[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(420:5): Unknown identifier 'AL_BrakeMMouse' at line 419


line 419 is ....... AL_BrakeMMouse(Point(xVal,222),10,10,True);

will get this worked out eventually , i hope , and yes , i have mousehandler.simba placed in my srl/srl/misc folder .

Flight
12-16-2012, 03:48 PM
I have other scripts that work , and when i try to run this one , i get

[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(144:3): Unknown identifier 'AL_SetMouseSpeed' at line 143

That seems like a new problem not reported here . Could be just my computer . even after a reformat and clean install of Win7x64 .

i did the MouseSpeed := 15; change , and now get :


[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(420:5): Unknown identifier 'AL_BrakeMMouse' at line 419


line 419 is ....... AL_BrakeMMouse(Point(xVal,222),10,10,True);

will get this worked out eventually , i hope , and yes , i have mousehandler.simba placed in my srl/srl/misc folder .

You might want to check again incase your SRL updated recently and whipped out your MouseHandler.simba.

Soulipsism
12-17-2012, 10:11 PM
Just wanted to pop in again and give a better progress report. It works great with the exception of the error I get but more than 8 hours is overkill anyway :)



[====================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[====================================]
[ Run Time : 8 Hr 50 Min 53 Sec ]
[ Trout Caught : 2716 ]
[ Salmon Caught : 1992 ]
[ Fishing XP : 275241 ]
[ Loads : 175 ]
[ Breaks : 2 ]
[====================================]
[ Barb Fly-Fisher 1.75 ]
[====================================]
Time until break: 02:40:14
Error: Out Of Range at line 684
The following DTMs were not freed: [0, SRL - Lamp bitmap, 2, 3, 4, 5, 6]
The following bitmaps were not freed: [SRL - NavBar Bitmap, 4, 5, SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

Ian
12-20-2012, 05:12 PM
Hey Flight, I started using this again today :). Still working well, I just had too add a bit of a wait before it checks to see if it is depositing the fish, or else it would shut down after a few loads.

Frostdaddy888
12-25-2012, 10:35 PM
[=====================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[=====================================]
[ Run Time : 12 Hr 24 Min 14 Sec ]
[ Trout Caught : 5219 ]
[ Salmon Caught : 3837 ]
[ Fishing XP : 529541 ]
[ Loads : 341 ]
[ Breaks : 0 ]
[=====================================]
[ Barb Fly-Fisher 1.75 ]
[=====================================]

Awesome work, Flight. :biggrin: :thumbsup:

dinnook
12-27-2012, 04:38 AM
I am getting this error. I just downloaded ans set up Simba. I haven't used it in a while, I don't quite remember everything. anyway, here is the error :

[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:149): Invalid number of parameters at line 273
Compiling failed.

Any help, much appreciated.

DannyRS
12-27-2012, 04:59 AM
I am getting this error. I just downloaded ans set up Simba. I haven't used it in a while, I don't quite remember everything. anyway, here is the error :

[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:149): Invalid number of parameters at line 273
Compiling failed.

Any help, much appreciated.

Try {DEFINE SMART8} at the top of your script? Are you using 8 or 7.2?

If it already is that remove the 8 and try?

If not, read comments in the first few comments in my air runner thread (link in sig) should be able to get it fixed ;)

dinnook
12-27-2012, 08:42 PM
Thanks, DannyRS. I got it to work by deleting the "8" on {DEFINE SMART8}. I'll post a proggie in however long it takes to use 7600 feathers.

These are with banking.


[====================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[====================================]
[ Run Time : 1 Hr 22 Min 30 Sec ]
[ Trout Caught : 330 ]
[ Salmon Caught : 237 ]
[ Fishing XP : 33090 ]
[ Loads : 22 ]
[ Breaks : 0 ]
[====================================]
[ Barb Fly-Fisher 1.75 ]
[====================================]

[====================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[====================================]
[ Run Time : 3 Hr 33 Min 25 Sec ]
[ Trout Caught : 886 ]
[ Salmon Caught : 626 ]
[ Fishing XP : 88120 ]
[ Loads : 56 ]
[ Breaks : 0 ]
[====================================]
[ Barb Fly-Fisher 1.75 ]
[====================================]


Without banking


[====================================]
Time until break: 04:59:51
[====================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[====================================]
[ Run Time : 5 Hr 52 Min 58 Sec ]
[ Trout Caught : 2570 ]
[ Salmon Caught : 1642 ]
[ Fishing XP : 243440 ]
[ Loads : 156 ]
[ Breaks : 1 ]
[====================================]
[ Barb Fly-Fisher 1.75 ]
[====================================]
Time until break: 04:56:07

MasterXehanort
12-30-2012, 10:53 PM
[===============================]
[ Heavy-Rodder 1.61 ]
[ by Flight ]
[===============================]
[ Run Time : 1 Hr 30 Sec ]
[ Trout Caught : 418 ]
[ Salmon Caught : 292 ]
[ Sturgeon Caught : 40 ]
[ Fishing XP : 44,541 ]
[ Breaks : 0 ]
[===============================]
[ Heavy-Rodder 1.61 ]
[===============================]

Quick Prog

bridges22
01-01-2013, 10:59 AM
after i tried doing {define smart8} this came up:

[Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 0:8): Unknown identifier 'RSReady' at line 69
Compiling failed.

partyboyrawr
01-02-2013, 04:30 PM
Hey flight, I just tried banking but it seems to banking 1 at a time for each fish in the inventory.

Ashaman88
01-02-2013, 04:47 PM
Hey flight, I just tried banking but it seems to banking 1 at a time for each fish in the inventory.

The deposit function isn't working properly right now - there is a submit for a fix for this pending though

digitalninja
01-03-2013, 07:41 AM
Hey Ashaman88 ... just wanted to pop in and say thanks for an amazing script. I ran it for a few hours over the dbl fishing exp weekend and it was fantastic. Cranked through a ton of feathers but it was worth it! Keep up the good work!

DannyRS
01-03-2013, 07:59 AM
Hey Ashaman88 ... just wanted to pop in and say thanks for an amazing script. I ran it for a few hours over the dbl fishing exp weekend and it was fantastic. Cranked through a ton of feathers but it was worth it! Keep up the good work!

This is Flights fish script ;)

Awkward...

Mr[S]
01-03-2013, 08:00 AM
This is Flights fish script ;)

Awkward...

Must be awkward for ashaman now...

DannyRS
01-03-2013, 08:04 AM
;1152900']Must be awkward for ashaman now...

Did it finally happen, did he make so many scripts everyone is starting to assume he writes all SRL scripts?

Flight and Asham are both awesome ;) <3

Ashaman88
01-03-2013, 08:09 AM
Well... I am also Flight!!! Muahahaa... But yes he done messed up

partyboyrawr
01-04-2013, 04:08 AM
The deposit function isn't working properly right now - there is a submit for a fix for this pending though

Thanks Ashaman :) ill just wait for the fix then :)

Ashaman88
01-04-2013, 04:31 AM
Thanks Ashaman :) ill just wait for the fix then :)

No it was actually committed tonight so if you have an srl update it should be fixed!

partyboyrawr
01-07-2013, 04:32 PM
I guess the banking is still kinda weird haha

chongc
01-10-2013, 12:41 PM
Got this error, not really sure why:

[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620

Gishemon
01-10-2013, 07:54 PM
Got this error, not really sure why:

[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620

I had this error aswell mate, this is what I've done to "fix" it, it is by no means an official fix and I recommend you wait for one, if you're impatient though I recommend you atleast backup the file before changing it, also I have only tested this for a short period of time powerfishing so am unsure of any negative effects:

Go to:

Simba\Includes\SRL\SRL\Core

Find and open gametab.simba (I used Notepad++)

Find:


function GetKeyBind(Slot: Integer): String;
begin
if not InRange(Slot, 1, 12) then
begin
srl_Warn('GetKeyBind', 'Slot must be within 1-12!', warn_AllVersions);
Exit;
end;

Result:= GetTextAt(13 + 36 * Slot, 316, 0, 0, 0, 3111603, 0, 1, UpChars);
end;

Replace it with:


(*
function GetKeyBind(Slot: Integer): String;
begin
if not InRange(Slot, 1, 12) then
begin
srl_Warn('GetKeyBind', 'Slot must be within 1-12!', warn_AllVersions);
Exit;
end;

Result:= GetTextAt(13 + 36 * Slot, 316, 0, 0, 0, 3111603, 0, 1, UpChars);
end;
*)

Save, exit and re-run the script.

chongc
01-11-2013, 03:35 AM
so you just disable the whole getkeybind function? hmm, might give it a shot later. don't really need to fish atm, i was just bored and decided to try botting fishing :P

j 0n4s
01-14-2013, 06:36 PM
====================================]
[ Run Time : 2 Hr 30 Min 22 Sec ]
[ Trout Caught : 1055 ]
[ Salmon Caught : 777 ]
[ Fishing XP : 107141 ]
[ Loads : 68 ]
[ Breaks : 0 ]
And goin . it's working great atm. Random thing happened 1 time its sayed i was out of feathers when i had 1k+ and ended . restarted worked like nothing had happen . Thanks for an amazing script

hunua100
01-16-2013, 12:35 AM
Object DTM Extension: Failed to grab remote extension.
ODTM Updater Enabled!
Exception in Script: Unable to find file 'SRL/SRL/misc/MouseHandler.simba' used from 'C:\Users\Sterling\Downloads\BarbFlyFisher(1.75) (6).Simba'
Help Please?

Austin
01-16-2013, 12:45 AM
Object DTM Extension: Failed to grab remote extension.
ODTM Updater Enabled!
Exception in Script: Unable to find file 'SRL/SRL/misc/MouseHandler.simba' used from 'C:\Users\Sterling\Downloads\BarbFlyFisher(1.75) (6).Simba'
Help Please?

Read the OP..

a nubs life
01-17-2013, 01:29 AM
Thanks for a great bot! Although I have pretty much nil knowledge of coding, it is always exciting and rewarding to work my way through issues with scripts. After a few fixes I found through the kind words some shared in this post, I then came upon another odd break in the script or w/e you call it that I had yet to encounter before! I changed some things I thought might make a difference and BOOM! script is working perfectly so far! Although sometimes it has difficultly finding spots :(

a nubs life
01-17-2013, 01:08 PM
Ok, I've tried to end the whole "No spot found, Next spot" thing and it's not working. It looks very botlike as it runs from spot to spot trying to located the fishing spot. Luckily I was at my computer when I saw the messages "Look at the stuck bot, let's report it" and blah blah and was able to blame it on lag. Anyone have any suggestions on how to fix?

Soulipsism
01-20-2013, 11:43 AM
Here's the best Progress report that I've gotten from your script. Its a truly amazing script, I plan to get to 99 with it. I think the xp/hour in the smart progress report broke a little because it claims the xp/hour is 4347 but thats not right for sure.

[=====================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[=====================================]
[ Run Time : 28 Hr 25 Min 51 Sec ]
[ Trout Caught : 12628 ]
[ Salmon Caught : 9789 ]
[ Fishing XP : 1316631 ]
[ Loads : 853 ]
[ Breaks : 7 ]
[=====================================]
[ Barb Fly-Fisher 1.75 ]
[=====================================]

Sawyer
01-21-2013, 02:59 AM
[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

stoffel
01-21-2013, 09:10 AM
[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

just remove the getkeybind function in the script and u will be fine :)

Thief
01-27-2013, 10:38 AM
I had this error aswell mate, this is what I've done to "fix" it, it is by no means an official fix and I recommend you wait for one, if you're impatient though I recommend you atleast backup the file before changing it, also I have only tested this for a short period of time powerfishing so am unsure of any negative effects:

Go to:

Simba\Includes\SRL\SRL\Core

Find and open gametab.simba (I used Notepad++)

Find:


function GetKeyBind(Slot: Integer): String;
begin
if not InRange(Slot, 1, 12) then
begin
srl_Warn('GetKeyBind', 'Slot must be within 1-12!', warn_AllVersions);
Exit;
end;

Result:= GetTextAt(13 + 36 * Slot, 316, 0, 0, 0, 3111603, 0, 1, UpChars);
end;

Replace it with:


(*
function GetKeyBind(Slot: Integer): String;
begin
if not InRange(Slot, 1, 12) then
begin
srl_Warn('GetKeyBind', 'Slot must be within 1-12!', warn_AllVersions);
Exit;
end;

Result:= GetTextAt(13 + 36 * Slot, 316, 0, 0, 0, 3111603, 0, 1, UpChars);
end;
*)

Save, exit and re-run the script.

That fix works great, thanks :)

ginga_ningzz
02-01-2013, 09:08 PM
{{{==Script shutdown==}}}
----Reason: Out of feathers----
Exception in Script: The given DTM Index[2] doesn't exist
The following bitmaps were not freed: [5]


you know why this happens?

Thief
02-02-2013, 04:02 AM
{{{==Script shutdown==}}}
----Reason: Out of feathers----
Exception in Script: The given DTM Index[2] doesn't exist
The following bitmaps were not freed: [5]


you know why this happens?

Did you start the script without feathers in your invent?

ginga_ningzz
02-02-2013, 12:00 PM
Did you start the script without feathers in your invent?

no, have like 30k feathers.

it happens after like 30 minutes of running the script.

xflamin
02-02-2013, 07:52 PM
Thanks for the troubleshoots

N01sPerfect
02-06-2013, 04:33 AM
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
Compiling failed.

Neznam
02-06-2013, 06:34 AM
Is it crowded? Are people around a lot?
Average exp around 47k eh?

Benson
02-09-2013, 01:48 AM
No1sperfect, at the beginning either erase the '8' from 'define smart8'. or if its not there, then add an '8'. It basically refers to which version of smart you are suing. If you installed smart8 then in the script you should have define smart8. If you are not using smart 8, then you have to delete the 8 from define smart8.

andrewb
02-10-2013, 01:37 PM
Running Smart8 and replaced the GetKeybind function code so the script loads up and starts.

It successfully clicks on the fishing spot but the 'counter' doesn't update while fish are caught. The script doesn't realise it's actually caught anything and when it gets to a full inventory it hangs, still thinking it hasn't caught anything yet. It does say I've caught 4 loads though when I had one full inventory?

Benson
02-10-2013, 05:27 PM
Hey bud,

From my observations, the paint on SMART progress report will update only after the script drops the fish. I am unsure why it is not dropping though, try updating SRL, and SPS in the simba client window and then restarting it. Other then that, try and wait out for someone who has more scripting knowledge.

Neznam
02-11-2013, 09:55 PM
Running Smart8 and replaced the GetKeybind function code so the script loads up and starts.

It successfully clicks on the fishing spot but the 'counter' doesn't update while fish are caught. The script doesn't realise it's actually caught anything and when it gets to a full inventory it hangs, still thinking it hasn't caught anything yet. It does say I've caught 4 loads though when I had one full inventory?

I get the same thing.
Removed the GetKeybind function. Then it catches a full load of fish, adds the fish to the action bar and just keeps clicking the fishing spots with a full load.

Ian
02-11-2013, 10:17 PM
I get the same thing.
Removed the GetKeybind function. Then it catches a full load of fish, adds the fish to the action bar and just keeps clicking the fishing spots with a full load.

You could try mine until Flight updates this ;)

Neznam
02-11-2013, 10:27 PM
I had my action bar keys Letters and Not numbers. Now when I put the custom keys to numbers, it WILL drop salmon, but NOT trout. Hope this helps find the problem?
I tried setting at diff keys but doesnt help, it just does the above.


You could try mine until Flight updates this ;)
Yeah im looking. I want to finish fishing so badly.

EDIT: Wow i fixed it.... o.o o.o thats so surprising
TO fix the above problem, replace your action keys to numbers and not letters then.

Go to LINE 1039


Function DropFish: Boolean;
var
tC,sC,i: Integer;
begin
ClickContinue(True,True);

tC := CountItems('dtm', DTM_Trout, []);
if tC > 0 then //<------ ADD LINE HERE
for i:=1 to tC do
SendKeys(tSlot,RandomRange(180,230),RandomRange(18 0,230));

sC := CountItems('dtm', DTM_Salmon, []);
if sC > 0 then
for i:=1 to sC do
SendKeys(sSlot,RandomRange(180,230),RandomRange(18 0,230));


add
if tC > 0 then

I figured this was the only line that the salmon thing had which made it drop, so I added the same line but changed sC to tC and it started dropping both fish


EDIT2 or 3:
Still having problem with it logging out after saying it doesnt have enough feathers, even though i still have like 20k of them. So hmm, trying to figure out why.

Neznam
02-28-2013, 08:39 AM
Thanks for 99 fishing flight.
Love you lots. If there is a 99 list, add me.

Sry for double post.

Flight
02-28-2013, 12:08 PM
Thanks for 99 fishing flight.
Love you lots. If there is a 99 list, add me.

Sry for double post.

:O Wowzers, congratulations friend! That's great. :)

Laimonas171
03-06-2013, 10:12 AM
:O Wowzers, congratulations friend! That's great. :)

Hello flight, I have tested it a bit and found some problems, first one if loadstone use is setup true. then it teleports to edge, goes to bank, stands there a bit repeats all over, if you turn of loadstone and use "walking" started script at bank he just stands there. powerfishing works great though, i have extra problem after 6h fix client restarts logins, chooses world clicks login (choose world, not sure what button is on lobby :D) though idea is before we get in game clients restarts and repeats again, this may be smart8 error or sth since i updated to smart8 just yesterday (if it's and someone knows how to fix it tell me) :)

Flight
03-06-2013, 10:29 AM
Hello flight, I have tested it a bit and found some problems, first one if loadstone use is setup true. then it teleports to edge, goes to bank, stands there a bit repeats all over, if you turn of loadstone and use "walking" started script at bank he just stands there. powerfishing works great though, i have extra problem after 6h fix client restarts logins, chooses world clicks login (choose world, not sure what button is on lobby :D) though idea is before we get in game clients restarts and repeats again, this may be smart8 error or sth since i updated to smart8 just yesterday (if it's and someone knows how to fix it tell me) :)

Try this version, it's the one I gave to Neznam for testing:
http://paste.villavu.com/show/4039/

googlebear
03-06-2013, 12:43 PM
Removed the GetKeybind function. Then it catches a full load of fish, adds the fish to the action bar and just keeps clicking the fishing spots with a full load.

Try remaining the function's name. Solved the hiccups for me. Thank you for the script Flight <3

Laimonas171
03-06-2013, 01:15 PM
Try this version, it's the one I gave to Neznam for testing:
http://paste.villavu.com/show/4039/

Ok thanks, going to test it and leave feedback after some hours maybe days of work
EDIT: just turned off old script relaunched simba, after clicking play in loby it restarts (ashamansLRC works great with v8.0, maybe you should check smart settings there)

Edit2: i disabled smart then loading, clicked on quick worlds logged in normaly, enabled starts looks like working for now

Yentlz
03-06-2013, 11:42 PM
I keep getting

No MSI update available.
[Error] C:\Users\Yentl\AppData\Local\Microsoft\Windows\Tem porary Internet Files\Content.IE5\1WUYGFDB\BarbFlyFisher(1.75) (1).Simba(621:10): Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

Flight
03-06-2013, 11:47 PM
I keep getting

No MSI update available.
[Error] C:\Users\Yentl\AppData\Local\Microsoft\Windows\Tem porary Internet Files\Content.IE5\1WUYGFDB\BarbFlyFisher(1.75) (1).Simba(621:10): Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

Try the version I posted just above you:
http://paste.villavu.com/show/4039/

Yentlz
03-06-2013, 11:51 PM
new error now pls help me

[Error] C:\Simba\Includes\SRL/SRL/core/worldswitcher.simba(47:14): Unknown identifier 'GetLobbyTab' at line 46

ozzypoo
03-07-2013, 08:22 AM
Having trouble with the transit from barb vill to bank

if I start at barb vill and fish to full will bring up book to tele wait a few secs close book and bring it up again

if start at barb vill with full bag already will bring up book, tele to edgevill run to bank and tele to edgevill run to bank and tele to edgeville etc.

If start in bank with full bag, will shutdown script

if start in bank with empty bag, will stand around looking for fishing spots

ozzypoo
03-07-2013, 10:24 AM
Ok So I found out what's going wrong

At the start it says
SECURITY WARNING :: File in dir: C:\Users\Samantha\Documents\DeadIsland\Simba\Inclu des was attempted to be used.

Laimonas171
03-09-2013, 01:18 PM
Try the version I posted just above you:
http://paste.villavu.com/show/4039/

Hey, I have tried new versions workd pretty much good but i found few bugs.

1st most important bug is then client loads up, clicks login chooses world if any, and after clicking play restarts repeats over and over (I mantioned this one) though report comes out something about token being changed. so i don't know or it helps though.

2nd one if if you use lodestones sometimes it do not finds possition/depositbox. and stops just after teleport to place. (though powerfishing works well)

I have tried it with 7,2 and 8,0 smarts same problems though : )

Flight
03-09-2013, 01:49 PM
Hey, I have tried new versions workd pretty much good but i found few bugs.

1st most important bug is then client loads up, clicks login chooses world if any, and after clicking play restarts repeats over and over (I mantioned this one) though report comes out something about token being changed. so i don't know or it helps though.

2nd one if if you use lodestones sometimes it do not finds possition/depositbox. and stops just after teleport to place. (though powerfishing works well)

I have tried it with 7,2 and 8,0 smarts same problems though : )

Could you give me some more details on the second issue? I'm having trouble understanding what you wrote.

Laimonas171
03-09-2013, 03:52 PM
Could you give me some more details on the second issue? I'm having trouble understanding what you wrote.

If you setup script to use lodestone to comeback to edge, after player load (full inventory) it click magic/home teleport (Edge). Sometimes after teleport then character stands close to lodestone itself, it says in report (Cannot find deposit box or something like that) So i guess after teleport he should go to bank and open deposit (somehow script thing he already in bank but player is still close to lodestone, and fails to open deposit box since it's not there.) should be easy to fix though. just letting you know. and like i said before all other things works pretty good. Also I have suggesion easy one, if you use banking method you should ToggleActionBar(false); since if action bar is off it's easier to find fishing spot no need so much screen rotation in some cases.

goobypls
03-10-2013, 01:25 PM
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Identifier expected at line 620
Compiling failed.
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(626:3): Unknown identifier 'Result' at line 625
Compiling failed.
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

any help?

Flight
03-10-2013, 11:46 PM
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Identifier expected at line 620
Compiling failed.
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(626:3): Unknown identifier 'Result' at line 625
Compiling failed.
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

any help?

Use the beta version 1.8:
http://paste.villavu.com/show/4039/

It's not released yet because apparently there's a couple issues I've yet to fix, but it should work much, much better than 1.72.

goobypls
03-12-2013, 02:33 PM
Thanks




[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Identifier expected at line 620
Compiling failed.
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(626:3): Unknown identifier 'Result' at line 625
Compiling failed.
[Error] E:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

any help?

Izzl
03-12-2013, 07:25 PM
How do i get mousehandler?

Yentlz
03-13-2013, 01:44 PM
Nearly botted till 89 already, script runs flawless. Altough sometimes it crashes after long rungs it says Out of feather but my character aint out of.. Any knows how to fix this?

Will post when got 99 aswell

Yentl

Ferhya
03-18-2013, 03:41 PM
[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

Is what i get before getting it running

Frostdaddy888
03-19-2013, 03:13 AM
[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

Is what i get before getting it running

I'm having the same problem as well. :p

Neznam
03-19-2013, 03:43 AM
[Error] C:\Simba\Scripts\BarbFlyFisher(1.75).Simba(621:10) : Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

Is what i get before getting it running





I'm having the same problem as well. :p

Go to line 620 and delete


Function GetKeybind(Slot: Integer): String;
var
sArr: TStringArray;
begin
sArr := ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '='];
Result := sArr[Slot-1];
end;



How do i get mousehandler?

Mousehandler is at the bottom of the first post on this thread.
Its inbetween
Version 1.6 and version 1.75
Download it and place it in misc folder "C:/Simba/Includes/SRL/srl/misc/"

CyberSyringe
03-19-2013, 04:21 AM
V1.8 has worked pretty well for me. The earlier version scripts seem to fail for me, so once you fix up V1.8 and release it fully let me know!

Great work on the script, it's a whole lot better than the crappy script I payed for from another bot site.. This one seems so human-like.

Frostdaddy888
03-19-2013, 08:53 PM
Go to line 620 and delete


Function GetKeybind(Slot: Integer): String;
var
sArr: TStringArray;
begin
sArr := ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '='];
Result := sArr[Slot-1];
end;


Thanks a lot, working now!

thebob142
03-20-2013, 10:18 AM
[====================================]
[ Barb Fly-Fisher 1.8 ]
[ by Flight ]
[====================================]
[ Run Time : 1 Hr 30 Min 30 Sec ]
[ Trout Caught : 397 ]
[ Salmon Caught : 247 ]
[ Fishing XP : 37,141 ]
[ Loads : 23 ]
[ Breaks : 1 ]

going to bed will run again tomorow with more proggies

got two different 3 hr progs i just forgot to save them only thing is sometimes it gets stuck next to depoist box and is unable to find it and logs out also ran into one occurence that it said i was out of feathers but i was no where near out.

CyberSyringe
03-22-2013, 12:47 AM
Not deposit screen
{{{==Script shutdown==}}}
----Reason: Failed to open deposit box----


The script often gets stuck at the bank and doesn't open the deposit box, could you possibly fix this?

thebob142
03-24-2013, 12:16 AM
[===================================]
[ Barb Fly-Fisher 1.8 ]
[ by Flight ]
[===================================]
[ Run Time : 6 Hr 28 Min 3 Sec ]
[ Trout Caught : 1,574 ]
[ Salmon Caught : 1,037 ]
[ Fishing XP : 151,291 ]
[ Loads : 98 ]
[ Breaks : 3 ]
[===================================]
[ Barb Fly-Fisher 1.8 ]
[===================================]

still going strong just have to leave the house now so im going to stop it. fantastic script

Frostdaddy888
03-24-2013, 03:02 PM
Woke up this morning to this:

[===================================]
[ Barb Fly-Fisher 1.75 ]
[ by Flight ]
[===================================]
[ Run Time : 8 Hr 07 Min 18 Sec ]
[ Trout Caught : 3,660 ]
[ Salmon Caught : 2,814 ]
[ Fishing XP : 379,980 ]
[ Loads : 240 ]
[ Breaks : 1 ]
[===================================]
[ Barb Fly-Fisher 1.75 ]
[===================================]

For me it usually runs 5hrs max, so 8 was a nice surprise. And it's even still going, the break finishes in 5 minutes. Great work, Flight! :thumbsup:

hekoxzx2
03-24-2013, 04:58 PM
I'm getting this error

[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
Compiling failed.

What can I do :S

Im New Sry
03-25-2013, 04:08 PM
I'm getting this error

[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
Compiling failed.

What can I do :S

Maybe delete the 8 in start of the script where it says {$DEFINE SMART8}. or if it doesn't have the 8, then you should add it.

StickToTheScript
03-25-2013, 11:49 PM
I like it man! Good job! Its a good script! Just one issue tho. There is a loop that never ends. It is constantly teleporting and then walking to edge bank, then teleporting again, etc, etc.

Frostdaddy888
03-29-2013, 08:50 PM
The 1.8 beta has been awesome! Thanks a lot for all the effort, Flight - great work.

[====================================]
[ Barb Fly-Fisher 1.8 ]
[ by Flight ]
[====================================]
[ Run Time : 22 Hr 17 Min 33 Sec ]
[ Trout Caught : 9,501 ]
[ Salmon Caught : 7,531 ]
[ Fishing XP : 1,002,221 ]
[ Loads : 632 ]
[ Breaks : 1 ]
[====================================]
[ Barb Fly-Fisher 1.8 ]
[====================================]

Raiden702
04-12-2013, 12:20 AM
Here is the error I'm receiving your beta of 1.8

Error: Exception: Access violation at line 78
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5, 6]

Adidas
04-15-2013, 02:25 AM
v 1.8 not coming up when i click on the link? HELP!!!

karmen
04-15-2013, 04:20 AM
[Error] C:\Users\davinder\Downloads\BarbFlyFisher(1.75) (1).Simba(621:10): Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

help :/

ziggywigwog
04-15-2013, 07:39 PM
How do i solve this probelm?
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(283:1): Semicolon (';') expected at line 282
Compiling failed.

Zamalega
04-16-2013, 07:23 AM
[Error] C:\Users\davinder\Downloads\BarbFlyFisher(1.75) (1).Simba(621:10): Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

help :/

All you need to do is comment that entire section out, or remove it. :)

The section being;

Function GetKeybind(Slot: Integer): String;
var
sArr: TStringArray;
begin
sArr := ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '='];
Result := sArr[Slot-1];
end;

As for my issue... It works perfectly! But when it comes to banking time, it teleports to Edgeville via Lodestone... But while it is still exiting out of the teleport it is trying to move, so not sure if that is the cause, but it manages to get to the banks door, then just gives up and teleports again, in an endless loop. I will try disabling the Lodestone functioning and making it walk, should solve it hopefully...

EDIT: I found the beta version (1.8) and it works like a charm!! Also, does anyone know how I can make the java applet window stop popping up every so often? I often do other things than watch the script, so it does get annoying after a while (not major though) so any thoughts?

Neznam
04-16-2013, 07:34 AM
All you need to do is comment that entire section out, or remove it. :)

The section being;

Function GetKeybind(Slot: Integer): String;
var
sArr: TStringArray;
begin
sArr := ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '='];
Result := sArr[Slot-1];
end;

As for my issue... It works perfectly! But when it comes to banking time, it teleports to Edgeville via Lodestone... But while it is still exiting out of the teleport it is trying to move, so not sure if that is the cause, but it manages to get to the banks door, then just gives up and teleports again, in an endless loop. I will try disabling the Lodestone functioning and making it walk, should solve it hopefully...

If you're trying to make money, you're wasting time/experience banking the fish as they aren't worth a lot anyways. I'd recommend just powerleveling/dropping fish until lvl 90's and then hunt cavefish, there may be a script out there for it, I'm not sure, for money making if that's what you're after. But fly fishing is just good for the experience.

Flight
04-16-2013, 07:39 AM
Ok so of everyone who's used V.1.8 have any of you had issues with it yet? If so post them here and this evening I'll try to sort them out and then release 1.8 for everyone.

Adidas
04-16-2013, 11:55 AM
no issues yet flight! Ill post this proggy before school, hopefully let it run 2-4 days :p

http://prntscr.com/10u230

Zamalega
04-16-2013, 12:02 PM
If you're trying to make money, you're wasting time/experience banking the fish as they aren't worth a lot anyways. I'd recommend just powerleveling/dropping fish until lvl 90's and then hunt cavefish, there may be a script out there for it, I'm not sure, for money making if that's what you're after. But fly fishing is just good for the experience.
Wasting time? On the contrary my friend! :) This script has saved me hours of time that I would have otherwise laboriously done by hand! So every single piece of XP that I get, I treasure, dearly! I'm not in it for the profit, I just wanna get my skills high enough so I can actually enjoy the game, as all the fun stuff (like dungeoneering) requires high levels in most skills! :(


Ok so of everyone who's used V.1.8 have any of you had issues with it yet? If so post them here and this evening I'll try to sort them out and then release 1.8 for everyone.
V1.8 is way more stable and awesome! The only issue I seemed to have is;


[====================================]
[ Barb Fly-Fisher 1.8 ]
[ by Flight ]
[====================================]
[ Run Time : 2 Hr 12 Min 31 Sec ]
[ Trout Caught : 486 ]
[ Salmon Caught : 324 ]
[ Fishing XP : 46,981 ]
[ Loads : 30 ]
[ Breaks : 0 ]
[====================================]
[ Barb Fly-Fisher 1.8 ]
[====================================]
Time until break: 01:17:28
Stage: 1
{{{==Script shutdown==}}}
----Reason: Failed to teleport to Edgeville----
Exception in Script: The given DTM Index[2] doesn't exist
The following bitmaps were not freed: [6]

After 2 hours, that's damn awesome! And I was banking to boot! So I haven't seen any issues with it as of yet... However there is one question I have...

It seems most of the repertoire of this script is on repeat... As extensive as it is, if one were to stay and watch (listen) for a while, you would see that it is indeed a bot. I know there are random clicks here and there, but is there not a way to fully randomize everything the bot does, from choosing its fishing spot and when to fish, to when it goes to the bank (even if its inventory is not full like 25/28) and takes an alternate route?

And what about those strange rocks that players receive every so often (max 2 at a time) for each skill? Can we specify to have them banked along with everything else (or is that already done)?

Now I'm not asking you to do this (even though it'd probably take mere minutes with your genius) as I'd be more than willing to learn and make the edit myself and share back with the community as this has helped me greatly and saved much of my real life time...

But really, thank you for this awesome release! And looking forward to future releases! :)

Also, do you accept requests? I'd gladly tip you real life money to have you create another fishing script for higher levels, and if you were willing to even release it publicly as I wouldn't want to keep such awesomeness to just myself, I believe everyone should be able to share in, well at least those who are like me and are only doing this to not have to grind and actually have fun in the game. :)

EDIT: I got this random stop just now;

{{{==Script shutdown==}}}
----Reason: Out of feathers----
Exception in Script: The given DTM Index[2] doesn't exist
The following bitmaps were not freed: [6]

Meanwhile there's way more than enough feathers. :) I don't know if there is any further information you need? The script by the lake, the inventory was full, it was supposed to go back to the bank, then it did that. :/

EDIT 2: Turns out that it's now crashing with;

{{{==Script shutdown==}}}
----Reason: Failed to teleport to Edgeville----
Funny thing is it was literally a foot away from the Edgeville Lodestone, yet it still insists that it must teleport, then half-way through the teleport animation it suddenly realizes where it is and move forward a bit before giving up and exiting.

Phasmatys
04-16-2013, 07:15 PM
Cannot seem to find any replies that mention this but my client keeps sayign there is a problem with line 620.

Function GetKeybind(Slot: Integer): String;
var
sArr: TStringArray;
begin
sArr := ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '='];
Result := sArr[Slot-2];
end;
Line 620 is the first one I just posted the whole function incase that matters.
Can anyone help me I really want to start fishing soon.
Thanks, Phasmatys
Edit: woops forgot to add the debug message
[Error] C:\Simba\Scripts\Auto Fisher.simba(621:10): Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

Kevin
04-16-2013, 07:18 PM
Cannot seem to find any replies that mention this but my client keeps sayign there is a problem with line 620.

Function GetKeybind(Slot: Integer): String;
var
sArr: TStringArray;
begin
sArr := ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '='];
Result := sArr[Slot-2];
end;
Line 620 is the first one I just posted the whole function incase that matters.
Can anyone help me I really want to start fishing soon.
Thanks, Phasmatys
Edit: woops forgot to add the debug message
[Error] C:\Simba\Scripts\Auto Fisher.simba(621:10): Duplicate identifier 'GETKEYBIND' at line 620
Compiling failed.

I google searched your error message and the first link brought me to this thread, but a different post suggesting you delete that function. Try that out and see how it goes :p

Adidas
04-16-2013, 07:35 PM
Stopped because out of feathers shortly after i left for school :( Reason: out of feathers, but i have 70k left. Bitmaps 5+307 werent freed

Phasmatys
04-16-2013, 07:39 PM
Ok thanks alot man appreciate it

Flight
04-17-2013, 01:36 AM
Stopped because out of feathers shortly after i left for school :( Reason: out of feathers, but i have 70k left. Bitmaps 5+307 werent freed

Hey I like the name! I'm actually a fan of Adidas myself. :p Anyways, as Zamalega had already mentioned there is an issue in the script to where the feathers are not found, and today I will be reworking this as well as many others that he pointed out. Thank you for the input.

@Zamalega:
Thank you for the suggestions buddy. That's what I like to see, a detailed report with specific problems (when they occur, ect...) as well as suggestions of human-like implantation for the script. Your post is the most constructive one I've seen in a long time for sure!

Now, today I'll be addressing the issue of the "Out of Feathers" glitch as well as the full Lodestone teleporting + banking. Of the suggestions you gave me I understand a few of them but when it comes to choosing the fishing spot (closest to player) that is indeed done on purpose. The alternate route-taking I suppose I could do but it probably wouldn't differ much for the normal route, perhaps the only difference is it would walk on the west side of the Edgeville coffin house rather than the east side.

I'll be working on it this morning (as I imagine these fixes will take no time at all) so if any other awesome ideas come to mind throw them my way and I'll see what I can do. This goes for everyone.

Neznam
04-17-2013, 02:05 AM
Wasting time? On the contrary my friend! :) This script has saved me hours of time that I would have otherwise laboriously done by hand! So every single piece of XP that I get, I treasure, dearly! I'm not in it for the profit, I just wanna get my skills high enough so I can actually enjoy the game, as all the fun stuff (like dungeoneering) requires high levels in most skills! :(


Oh I know that the script does the work for you and you save a lot of time yourself, but what I mean was that by going to the bank its time/exp waste. By powerleveling, with the script, you can probably x2 the experience. Since the fish are worth very little you wouldn't be making a big profit, not even a decent one.

Phasmatys
04-17-2013, 04:28 AM
My guy only drops like 3-5 trouts then continues to fish? he never drops the salmon? why is this happening?

Zamalega
04-17-2013, 06:58 AM
@Zamalega:
Thank you for the suggestions buddy. That's what I like to see, a detailed report with specific problems (when they occur, ect...) as well as suggestions of human-like implantation for the script. Your post is the most constructive one I've seen in a long time for sure!
That means a lot to me coming from such a talented developer such as yourself! :) And it is the least I can do to assist in perfecting this script (not that it isn't, it gets the job done in the end).



Now, today I'll be addressing the issue of the "Out of Feathers" glitch as well as the full Lodestone teleporting + banking. Of the suggestions you gave me I understand a few of them but when it comes to choosing the fishing spot (closest to player) that is indeed done on purpose. The alternate route-taking I suppose I could do but it probably wouldn't differ much for the normal route, perhaps the only difference is it would walk on the west side of the Edgeville coffin house rather than the east side.

I'll be working on it this morning (as I imagine these fixes will take no time at all) so if any other awesome ideas come to mind throw them my way and I'll see what I can do. This goes for everyone.
For the Feathers issue, I would think it's getting confused somewhere just after a fish is caught, somewhere where it does a check, it bonks out... But also seems to happen if you crash and it logs you back in, standing near the lake.

As for the fishing spots, I understand you now, that isn't an issue at all. I actually like that it pauses for a bit after the spot is depleted, as it gives it a lifelike appearance as opposed to the others (surely bots) who spring immediately to the next spot. However is it possible that each time it goes to a next spot, it does it different from the last time? Let's say you have an array of 10 possible combinations, or even better; a script that randomizes on many possibilities, and uses it to determine how long before it jumps to the next spot (from 0.5 seconds to up to 2-3 seconds).

As for the walking, why I say a randomization would be great is because no human takes the exact same route 30 times consecutively. So if someone were to be watching (they're always watching!) we'd have a bit of a problem... It doesn't have to be something fancy, just instead of going ----- {bank} let it go ---__---|-- {bank} or many different variations, never in a loop, so also about 10+ different possibilities or a randomization option for much more, thus giving off a lifelike feel.

Some of the repetitive tasks that it does, and in the same order, looping is;

Checking Player Names (way too often, should be random amount, and very low)
Checking Fishing Level (who does this so often? I hardly ever do, maybe once or twice in 10 runs)
Switching Way Too Fast Back To Inventory After Checking Fishing Level (that's godlike speed man, and always accurate, always the same!)
After Switching To Teleport Switches Fast Back To Inventory (same as above, maybe leave it for a while and switch at bank randomly?)
When It Comes Out Of Teleport Uses Exact Same Pathing To Bank (really botlike)
Goes To Same Place In Bank After Teleport (and once it gets there it stands like an idiot for way too long, suspicious!)
Leaves Bank Through Same Door On The West Of The Bank (alternate, perhaps even go intentionally through front and pause randomly)
Paused For About 10 Seconds In Front Of A Fishing Spot On The Left And Rather Went To The One On The Left
Checks NPC's Regularly (Fisherman) (way too often)
Pans The Camera In Front Of The Player, Why Not From Behind? (also too frequently)
What you can do for the depositing, mix it up between the deposit box and actual bank, as I usually always just go and bank with the banker (right-click->bank) so if doing that you can add a "mistake" that I often do and "talk" to the banker instead of banking... That gives it a most human like feel if the character was monitored on an internal level. Also, I sometimes click on "bank 50 or bank 10" instead of "bank all" which is a good way to feel humanlike as well!

It seems you tried so hard to make it not look like a bot, that you actually did the opposite of that and tried too hard. Often when I'm fishing I don't do much at all, maybe just pan the view randomly out of boredom and that's it. But if you are gonna have such tasks, at least have them randomized, in different lengths, longer mouse movements, etc.

What you can also do is implement a AFK feature, randomly, very random and often short, to make the character just stand somewhere on the map (like just pause dead for a couple of seconds to up to minutes) and then resume again. It often happens, I wanna go to the bathroom or fetch a drink, I don't log off...

The main thing I can say, for every script, is where you have any function ensure there are 10+ different variations all happening in random sequences thus never having a loop scenario.

A word of warning though, there is a mugger near the Lodestone who likes to attack the unweary, so maybe have your script turn auto-retaliate off and try to avoid going near there if at a low combat level?

Another suggestion, a simple one. When someone starts your script and is not at one of the required points, i.e at the lodestone, or at a fishing spot, in the bank, if none of those match you can then have the script use the Lodestone to Edgeville and then proceed to the bank to deposit all items in the inventory and attempt to find feathers (in a pre-defined spot in the bank?) and if none are found, to go to the G.E (too complicated?) and buy some at the stock price. Just a suggestion, but anything more than teleporting to Edgeville if not in a location familiar is just a thought.

UPDATE: I just found a bug! :D It seems that if you do not select the teleport sub-tab (and the home teleport spell is not visible) it breaks the Lodestone teleport function... So basically what the script did was do its normal fishing, then when it wanted to switch to the magic tab, it was on the main "magic" tab, but not on the teleport sub-tab, so all it did was mouse over it, not clicking it... See below for what I mean...

Magic Tab (no teleport sub-tab selected)
http://i50.tinypic.com/jq2crl.png

Magic Tab (teleport sub-tab with home teleport visible)
http://i48.tinypic.com/1038z15.png

So what the script can do is check if it is on the magic tab, with the teleport sub-tab selected, else click on the magic tab, then on the teleport sub-tab so as to avoid any issues with teleports.

IDEA: Imagine having an interface where the script "learns" from the user, by letting it do the task it wishes to do a couple of times, then taking all the information it can from that "test", from mouse movement to the way the user handles situations, and implement it into the script, obviously randomizing as much as it can in the process so it would have no loops ever! If we could create such a tool, it could be globally used for all scripts, we can set a standard, thus allowing true humanlike features, custom tailored to each unique user, thus no two scripts would ever be the same, practically undetectable, no patterns whatsoever!

If I think of anything else I'll definitely let you know, same goes for any issues I may find. Once again, thank you so much for making such an awesome script, I love it! If you require any help, making future scripts (imagine a universal one that can do everything?!) please do let me know as I'd really love to help and offer creative input! :D


Oh I know that the script does the work for you and you save a lot of time yourself, but what I mean was that by going to the bank its time/exp waste. By powerleveling, with the script, you can probably x2 the experience. Since the fish are worth very little you wouldn't be making a big profit, not even a decent one.
Hmmm, yes, you do have a valid point... But my cooking level sucks a bit, so I'm collecting so as to cook them, so killing two birds with one stone, while helping to perfect this script (of which modules can be used for other projects!). But thanks for the tip buddy! :)


My guy only drops like 3-5 trouts then continues to fish? he never drops the salmon? why is this happening?
What version of the script are you using? Have you tried v1.8? Get it here (http://paste.villavu.com/show/4039/).

Flight
04-17-2013, 07:46 AM
Hm well of those repetitive tasks you listed most of them are designed to do that specifically.


Right-clicking moving objects (accounts for players as well as NPCs) I set to my preference, you're welcome to change this.
Checking our Fishing level: this is a default anti-ban in SRL and as far as I'm concerned it's the appropriate speed.
Walking from the Lodestone to the bank is straightforward, there's only 1 path between those two points and because the deposit boxes are in the northern part of the bank we walk through the northern doors; it would simply be unhuman-like to deliberately take the longer path.
Leaving through the bank: the same reason as why the script chooses the shorter path when entering the bank; it's smarter, faster and much more human-like.
Rotating the camera west: this is so the script can detect we're fishing by finding our fishing rod. Also at this angle we have a much higher chance of finding the fishing spot.
I use the bank deposit box so the script will never require the user to input their bank PIN # for everyone's on sense of security.


And your issue with the opening of the Home Teleport screen should be fixed in this next version.


So if no one else has any issues to report (with 1.8) then I'll release it this afternoon. Those who have 1.8 now be sure to use this new version instead.

[====================================]
[ Barb Fly-Fisher 1.8 ]
[ by Flight ]
[====================================]
[ Run Time : 2 Hr 11 Min 57 Sec ]
[ Trout Caught : 530 ]
[ Salmon Caught : 442 ]
[ Fishing XP : 57,441 ]
[ Loads : 38 ]
[ Breaks : 0 ]
[====================================]
[ Barb Fly-Fisher 1.8 ]
[====================================]


It seems to be working just fine for me.

Zamalega
04-17-2013, 08:30 AM
Hm well of those repetitive tasks you listed most of them are designed to do that specifically.


Right-clicking moving objects (accounts for players as well as NPCs) I set to my preference, you're welcome to change this.
Checking our Fishing level: this is a default anti-ban in SRL and as far as I'm concerned it's the appropriate speed.
Walking from the Lodestone to the bank is straightforward, there's only 1 path between those two points and because the deposit boxes are in the northern part of the bank we walk through the northern doors; it would simply be unhuman-like to deliberately take the longer path.
Leaving through the bank: the same reason as why the script chooses the shorter path when entering the bank; it's smarter, faster and much more human-like.
Rotating the camera west: this is so the script can detect we're fishing by finding our fishing rod. Also at this angle we have a much higher chance of finding the fishing spot.
I use the bank deposit box so the script will never require the user to input their bank PIN # for everyone's on sense of security.


And your issue with the opening of the Home Teleport screen should be fixed in this next version.


So if no one else has any issues to report (with 1.8) then I'll release it this afternoon. Those who have 1.8 now be sure to use this new version instead.

[====================================]
[ Barb Fly-Fisher 1.8 ]
[ by Flight ]
[====================================]
[ Run Time : 2 Hr 11 Min 57 Sec ]
[ Trout Caught : 530 ]
[ Salmon Caught : 442 ]
[ Fishing XP : 57,441 ]
[ Loads : 38 ]
[ Breaks : 0 ]
[====================================]
[ Barb Fly-Fisher 1.8 ]
[====================================]


It seems to be working just fine for me.
I can confirm that! :P It's DAMN awesome!



[====================================]
[ Barb Fly-Fisher 1.8 ]
[ by Flight ]
[====================================]
[ Run Time : 6 Hr 42 Min 8 Sec ]
[ Trout Caught : 1204 ]
[ Salmon Caught : 848 ]
[ Fishing XP : 119,564 ]
[ Loads : 72 ]
[ Breaks : 0 ]
[====================================]
[ Barb Fly-Fisher 1.8 ]
[====================================]

Guess my suggestions were TL;DR, hehehe, can't blame you! I do tend to get carried away, and I hope you didn't take any offense to anything I said in regards to the repetitive tasks etc. I love your work! :)

Phasmatys
04-17-2013, 09:39 AM
That means a lot to me coming from such a talented developer such as yourself! :) And it is the least I can do to assist in perfecting this script (not that it isn't, it gets the job done in the end).


For the Feathers issue, I would think it's getting confused somewhere just after a fish is caught, somewhere where it does a check, it bonks out... But also seems to happen if you crash and it logs you back in, standing near the lake.

As for the fishing spots, I understand you now, that isn't an issue at all. I actually like that it pauses for a bit after the spot is depleted, as it gives it a lifelike appearance as opposed to the others (surely bots) who spring immediately to the next spot. However is it possible that each time it goes to a next spot, it does it different from the last time? Let's say you have an array of 10 possible combinations, or even better; a script that randomizes on many possibilities, and uses it to determine how long before it jumps to the next spot (from 0.5 seconds to up to 2-3 seconds).

As for the walking, why I say a randomization would be great is because no human takes the exact same route 30 times consecutively. So if someone were to be watching (they're always watching!) we'd have a bit of a problem... It doesn't have to be something fancy, just instead of going ----- {bank} let it go ---__---|-- {bank} or many different variations, never in a loop, so also about 10+ different possibilities or a randomization option for much more, thus giving off a lifelike feel.

Some of the repetitive tasks that it does, and in the same order, looping is;

Checking Player Names (way too often, should be random amount, and very low)
Checking Fishing Level (who does this so often? I hardly ever do, maybe once or twice in 10 runs)
Switching Way Too Fast Back To Inventory After Checking Fishing Level (that's godlike speed man, and always accurate, always the same!)
After Switching To Teleport Switches Fast Back To Inventory (same as above, maybe leave it for a while and switch at bank randomly?)
When It Comes Out Of Teleport Uses Exact Same Pathing To Bank (really botlike)
Goes To Same Place In Bank After Teleport (and once it gets there it stands like an idiot for way too long, suspicious!)
Leaves Bank Through Same Door On The West Of The Bank (alternate, perhaps even go intentionally through front and pause randomly)
Paused For About 10 Seconds In Front Of A Fishing Spot On The Left And Rather Went To The One On The Left
Checks NPC's Regularly (Fisherman) (way too often)
Pans The Camera In Front Of The Player, Why Not From Behind? (also too frequently)
What you can do for the depositing, mix it up between the deposit box and actual bank, as I usually always just go and bank with the banker (right-click->bank) so if doing that you can add a "mistake" that I often do and "talk" to the banker instead of banking... That gives it a most human like feel if the character was monitored on an internal level. Also, I sometimes click on "bank 50 or bank 10" instead of "bank all" which is a good way to feel humanlike as well!

It seems you tried so hard to make it not look like a bot, that you actually did the opposite of that and tried too hard. Often when I'm fishing I don't do much at all, maybe just pan the view randomly out of boredom and that's it. But if you are gonna have such tasks, at least have them randomized, in different lengths, longer mouse movements, etc.

What you can also do is implement a AFK feature, randomly, very random and often short, to make the character just stand somewhere on the map (like just pause dead for a couple of seconds to up to minutes) and then resume again. It often happens, I wanna go to the bathroom or fetch a drink, I don't log off...

The main thing I can say, for every script, is where you have any function ensure there are 10+ different variations all happening in random sequences thus never having a loop scenario.

A word of warning though, there is a mugger near the Lodestone who likes to attack the unweary, so maybe have your script turn auto-retaliate off and try to avoid going near there if at a low combat level?

Another suggestion, a simple one. When someone starts your script and is not at one of the required points, i.e at the lodestone, or at a fishing spot, in the bank, if none of those match you can then have the script use the Lodestone to Edgeville and then proceed to the bank to deposit all items in the inventory and attempt to find feathers (in a pre-defined spot in the bank?) and if none are found, to go to the G.E (too complicated?) and buy some at the stock price. Just a suggestion, but anything more than teleporting to Edgeville if not in a location familiar is just a thought.

UPDATE: I just found a bug! :D It seems that if you do not select the teleport sub-tab (and the home teleport spell is not visible) it breaks the Lodestone teleport function... So basically what the script did was do its normal fishing, then when it wanted to switch to the magic tab, it was on the main "magic" tab, but not on the teleport sub-tab, so all it did was mouse over it, not clicking it... See below for what I mean...

Magic Tab (no teleport sub-tab selected)
http://i50.tinypic.com/jq2crl.png

Magic Tab (teleport sub-tab with home teleport visible)
http://i48.tinypic.com/1038z15.png

So what the script can do is check if it is on the magic tab, with the teleport sub-tab selected, else click on the magic tab, then on the teleport sub-tab so as to avoid any issues with teleports.

IDEA: Imagine having an interface where the script "learns" from the user, by letting it do the task it wishes to do a couple of times, then taking all the information it can from that "test", from mouse movement to the way the user handles situations, and implement it into the script, obviously randomizing as much as it can in the process so it would have no loops ever! If we could create such a tool, it could be globally used for all scripts, we can set a standard, thus allowing true humanlike features, custom tailored to each unique user, thus no two scripts would ever be the same, practically undetectable, no patterns whatsoever!

If I think of anything else I'll definitely let you know, same goes for any issues I may find. Once again, thank you so much for making such an awesome script, I love it! If you require any help, making future scripts (imagine a universal one that can do everything?!) please do let me know as I'd really love to help and offer creative input! :D


Hmmm, yes, you do have a valid point... But my cooking level sucks a bit, so I'm collecting so as to cook them, so killing two birds with one stone, while helping to perfect this script (of which modules can be used for other projects!). But thanks for the tip buddy! :)


What version of the script are you using? Have you tried v1.8? Get it here (http://paste.villavu.com/show/4039/).

No I wasnt in fact thanks for the help I will test it and give you feedback

Phasmatys
04-17-2013, 09:43 AM
That means a lot to me coming from such a talented developer such as yourself! :) And it is the least I can do to assist in perfecting this script (not that it isn't, it gets the job done in the end).


For the Feathers issue, I would think it's getting confused somewhere just after a fish is caught, somewhere where it does a check, it bonks out... But also seems to happen if you crash and it logs you back in, standing near the lake.

As for the fishing spots, I understand you now, that isn't an issue at all. I actually like that it pauses for a bit after the spot is depleted, as it gives it a lifelike appearance as opposed to the others (surely bots) who spring immediately to the next spot. However is it possible that each time it goes to a next spot, it does it different from the last time? Let's say you have an array of 10 possible combinations, or even better; a script that randomizes on many possibilities, and uses it to determine how long before it jumps to the next spot (from 0.5 seconds to up to 2-3 seconds).

As for the walking, why I say a randomization would be great is because no human takes the exact same route 30 times consecutively. So if someone were to be watching (they're always watching!) we'd have a bit of a problem... It doesn't have to be something fancy, just instead of going ----- {bank} let it go ---__---|-- {bank} or many different variations, never in a loop, so also about 10+ different possibilities or a randomization option for much more, thus giving off a lifelike feel.

Some of the repetitive tasks that it does, and in the same order, looping is;

Checking Player Names (way too often, should be random amount, and very low)
Checking Fishing Level (who does this so often? I hardly ever do, maybe once or twice in 10 runs)
Switching Way Too Fast Back To Inventory After Checking Fishing Level (that's godlike speed man, and always accurate, always the same!)
After Switching To Teleport Switches Fast Back To Inventory (same as above, maybe leave it for a while and switch at bank randomly?)
When It Comes Out Of Teleport Uses Exact Same Pathing To Bank (really botlike)
Goes To Same Place In Bank After Teleport (and once it gets there it stands like an idiot for way too long, suspicious!)
Leaves Bank Through Same Door On The West Of The Bank (alternate, perhaps even go intentionally through front and pause randomly)
Paused For About 10 Seconds In Front Of A Fishing Spot On The Left And Rather Went To The One On The Left
Checks NPC's Regularly (Fisherman) (way too often)
Pans The Camera In Front Of The Player, Why Not From Behind? (also too frequently)
What you can do for the depositing, mix it up between the deposit box and actual bank, as I usually always just go and bank with the banker (right-click->bank) so if doing that you can add a "mistake" that I often do and "talk" to the banker instead of banking... That gives it a most human like feel if the character was monitored on an internal level. Also, I sometimes click on "bank 50 or bank 10" instead of "bank all" which is a good way to feel humanlike as well!

It seems you tried so hard to make it not look like a bot, that you actually did the opposite of that and tried too hard. Often when I'm fishing I don't do much at all, maybe just pan the view randomly out of boredom and that's it. But if you are gonna have such tasks, at least have them randomized, in different lengths, longer mouse movements, etc.

What you can also do is implement a AFK feature, randomly, very random and often short, to make the character just stand somewhere on the map (like just pause dead for a couple of seconds to up to minutes) and then resume again. It often happens, I wanna go to the bathroom or fetch a drink, I don't log off...

The main thing I can say, for every script, is where you have any function ensure there are 10+ different variations all happening in random sequences thus never having a loop scenario.

A word of warning though, there is a mugger near the Lodestone who likes to attack the unweary, so maybe have your script turn auto-retaliate off and try to avoid going near there if at a low combat level?

Another suggestion, a simple one. When someone starts your script and is not at one of the required points, i.e at the lodestone, or at a fishing spot, in the bank, if none of those match you can then have the script use the Lodestone to Edgeville and then proceed to the bank to deposit all items in the inventory and attempt to find feathers (in a pre-defined spot in the bank?) and if none are found, to go to the G.E (too complicated?) and buy some at the stock price. Just a suggestion, but anything more than teleporting to Edgeville if not in a location familiar is just a thought.

UPDATE: I just found a bug! :D It seems that if you do not select the teleport sub-tab (and the home teleport spell is not visible) it breaks the Lodestone teleport function... So basically what the script did was do its normal fishing, then when it wanted to switch to the magic tab, it was on the main "magic" tab, but not on the teleport sub-tab, so all it did was mouse over it, not clicking it... See below for what I mean...

Magic Tab (no teleport sub-tab selected)
http://i50.tinypic.com/jq2crl.png

Magic Tab (teleport sub-tab with home teleport visible)
http://i48.tinypic.com/1038z15.png

So what the script can do is check if it is on the magic tab, with the teleport sub-tab selected, else click on the magic tab, then on the teleport sub-tab so as to avoid any issues with teleports.

IDEA: Imagine having an interface where the script "learns" from the user, by letting it do the task it wishes to do a couple of times, then taking all the information it can from that "test", from mouse movement to the way the user handles situations, and implement it into the script, obviously randomizing as much as it can in the process so it would have no loops ever! If we could create such a tool, it could be globally used for all scripts, we can set a standard, thus allowing true humanlike features, custom tailored to each unique user, thus no two scripts would ever be the same, practically undetectable, no patterns whatsoever!

If I think of anything else I'll definitely let you know, same goes for any issues I may find. Once again, thank you so much for making such an awesome script, I love it! If you require any help, making future scripts (imagine a universal one that can do everything?!) please do let me know as I'd really love to help and offer creative input! :D


Hmmm, yes, you do have a valid point... But my cooking level sucks a bit, so I'm collecting so as to cook them, so killing two birds with one stone, while helping to perfect this script (of which modules can be used for other projects!). But thanks for the tip buddy! :)


What version of the script are you using? Have you tried v1.8? Get it here (http://paste.villavu.com/show/4039/).

Same problem man only dropping like 4 ish fish and then continuing or it either drops nothing. And from what I have seen it only drops trout
Any ideas?

Zamalega
04-17-2013, 10:43 AM
Same problem man only dropping like 4 ish fish and then continuing or it either drops nothing. And from what I have seen it only drops trout
Any ideas?

Did you make any modifications to the code? Are all your plugins/extensions up to date? Open Simba then go to View->Extensions and enable all of those, then you will see them appear as menu items in the Simba main view, for example you'll see "SPS" then click on it and select "Check for Update". Do this for all extensions, then close Simba, open up your script and see if it isn't fixed then. :)

Other than that, I honestly cannot see why it wouldn't be working for you... Also, if you have the Firewall enabled for Simba (the one Simba provides, not Windows one) ensure you have allowed the script to run etc.

Also, try the option where it banks to see if that at least works (because I know it does for me). You can also try slotting both fish in slots 1 and 2 (pause SMART first) then run it again and see if that works.

Good luck!

Flight
04-17-2013, 10:56 AM
Updated to version 1.8

This update includes all the modifications from the beta 1.8 + a handful of newly added mods I added this afternoon. So for those of you already running the beta 1.8 I urge you to update to this version.

Adidas
04-17-2013, 08:16 PM
Hey I like the name! I'm actually a fan of Adidas myself. :p Anyways, as Zamalega had already mentioned there is an issue in the script to where the feathers are not found, and today I will be reworking this as well as many others that he pointed out. Thank you for the input.

@Zamalega:
Thank you for the suggestions buddy. That's what I like to see, a detailed report with specific problems (when they occur, ect...) as well as suggestions of human-like implantation for the script. Your post is the most constructive one I've seen in a long time for sure!

Now, today I'll be addressing the issue of the "Out of Feathers" glitch as well as the full Lodestone teleporting + banking. Of the suggestions you gave me I understand a few of them but when it comes to choosing the fishing spot (closest to player) that is indeed done on purpose. The alternate route-taking I suppose I could do but it probably wouldn't differ much for the normal route, perhaps the only difference is it would walk on the west side of the Edgeville coffin house rather than the east side.

I'll be working on it this morning (as I imagine these fixes will take no time at all) so if any other awesome ideas come to mind throw them my way and I'll see what I can do. This goes for everyone.



Thanks :3 Adidas = AMAZING

Add me in RS?

Also I'd like to learn about scipting if you could show me the ropes sometime when you have time?

Phasmatys
04-17-2013, 08:23 PM
Did you make any modifications to the code? Are all your plugins/extensions up to date? Open Simba then go to View->Extensions and enable all of those, then you will see them appear as menu items in the Simba main view, for example you'll see "SPS" then click on it and select "Check for Update". Do this for all extensions, then close Simba, open up your script and see if it isn't fixed then. :)

Other than that, I honestly cannot see why it wouldn't be working for you... Also, if you have the Firewall enabled for Simba (the one Simba provides, not Windows one) ensure you have allowed the script to run etc.

Also, try the option where it banks to see if that at least works (because I know it does for me). You can also try slotting both fish in slots 1 and 2 (pause SMART first) then run it again and see if that works.

Good luck!

Yes I tested the banking one 3 times last night and it will bank fine for about 5 loads then it cannot seem to find the deposit box/ or it enters the deposit box but doesnt bank then it terminates. I wqill try slot 1 and 2 and I will check my firewall. All my extensions are fully updated so that isn't the problem. Anyways I hope this work or atleast hope the banking version works for more than 5 loads, atleast up to 100 haha. Idc if I don't powerfish I just want exp in some way.

Thanks, Phasmatys

Zamalega
04-18-2013, 06:19 AM
Yes I tested the banking one 3 times last night and it will bank fine for about 5 loads then it cannot seem to find the deposit box/ or it enters the deposit box but doesnt bank then it terminates. I wqill try slot 1 and 2 and I will check my firewall. All my extensions are fully updated so that isn't the problem. Anyways I hope this work or atleast hope the banking version works for more than 5 loads, atleast up to 100 haha. Idc if I don't powerfish I just want exp in some way.

Thanks, Phasmatys

That sucks mate, but it seems I'm having a similar problem with this new v1.8... Not the beta version.

It's crashing more and more frequently now, like not even after 2 loads...



{{{==Script shutdown==}}}
----Reason: Failed to teleport to Edgeville----
Exception in Script: The given DTM Index[2] doesn't exist
The following bitmaps were not freed: [6]


I think I'm just gonna disable the teleport function then see what happens. :)