Log in

View Full Version : [F]antastic [F]letcher [SRL/SMART]



Pages : 1 2 [3] 4 5

Press Play
01-19-2012, 09:52 AM
Broad bolts are actually one of the few "bolts" or "arrow" type fletching materials that make profit and decent XP. I'm not a master of coding, but since you don't have to bank and it's just click on the bolts then on the feathers, it should be easier than fletching regular logs into bows. Right?So there's Broad bolts AND Broad Arrows correct? If you want to try the arrows, try putting:Integers[2] := MODE_SHAFT_TO_ARROW; // Cuttng Bows, Stringing Bows, or Fletching Arrows? (See thread)
Strings[3] := 'Broad'; // What log/bow type? ['Normal', 'Oak', 'Willow' etc..]It might work already :p



[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

Even tried redling and opening it.As you can see, there is a post that fixes this just above :) But just to clarify, the reason why this happens is because I made a Bank Chest Opener for SRL and it has the same name as the function on my script here :p

lays
01-19-2012, 10:26 AM
there is also a little bug sometimes that it right click in inv so that the optionmenu appears

then i get the error in debug :

ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7

but it still goes further :) so no biggy

AlexandrSN
01-19-2012, 11:34 AM
To fix it just search for "OpenBankChest" in the script and then change them to "PenBankChest" and it will work

Thank you! ^_^
How did you know it? X)

Sunblast
01-19-2012, 11:37 AM
To fix it just search for "OpenBankChest" in the script and then change them to "PenBankChest" and it will work

Thank you!

mxtrix
01-19-2012, 11:53 AM
Haha I am currently in progress of writing an Air Orb Script. You should really check out the scripting tuts to help explain how the scripts work :P

Press Play
01-19-2012, 11:55 AM
DUPLICATE IDENTIFIER just means that you've given two things the same name. Knowing this, you just have to change the name of one :p

Delusion
01-19-2012, 12:20 PM
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

Whats wrong?

Press Play
01-19-2012, 12:49 PM
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.
Whats wrong?
I choose not to help people like you you who do not bother to read things. All you have to do is spend less than a minute to scroll up and check to see if this issue has been resolved before you post (which I will tell you, it has).

Delusion
01-19-2012, 01:34 PM
I choose not to help people like you you who do not bother to read things. All you have to do is spend less than a minute to scroll up and check to see if this issue has been resolved before you post (which I will tell you, it has).

k, got it. i have read this thread and didnt find it before.

elfiik
01-19-2012, 02:32 PM
What i may do if script start normally and clicked on bank...and say couldnt not withdraw! 5 .... and log out.
Please give me some tip ?
thx elf

Kyle Undefined
01-19-2012, 02:44 PM
Are the items visible in your bank when it's opened?

mathiasverbert
01-19-2012, 08:20 PM
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

edit: read your solution doesn't make me any smarter.

edit2: I'm dumb nvm. fixed

AlexandrSN
01-19-2012, 09:58 PM
On Windows 7 works flawlessly.
On Windows XP logs out much, when misclicks chest and a bit walks from it.
Don't know, how to explain X)

howcaniskill
01-19-2012, 10:47 PM
can someone help me by teamviewer, i did really everything and still got lots of fail.. to setup..

Kyle Undefined
01-19-2012, 11:36 PM
Sigh...PM me your info and I'll do it.

bobydesma
01-20-2012, 12:11 AM
their is a problem with the new srl version can you fix it plz?

bobydesma
01-20-2012, 12:13 AM
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

edit: read your solution doesn't make me any smarter.

edit2: I'm dumb nvm. fixed

how did you fix it i have the same problem

noobscam
01-20-2012, 12:14 AM
Tyvm for this script, it owns <3 got me from 50 to 82 fletching in 1 day :)

Only thing is, sometimes, I come home and it has stopped, it doesn't say why ... the last thing in the log was something like "opened bank".

I haven't seen it happen, so I can't really give information on what really happens, but yea

Kyle Undefined
01-20-2012, 12:16 AM
how did you fix it i have the same problem

Delete the function called "OPENBANKCHEST" from the script.

bobydesma
01-20-2012, 12:29 AM
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed. can some1 help me plz!!

bobydesma
01-20-2012, 12:34 AM
Delete the function called "OPENBANKCHEST" from the script.

from where to where?

Kyle Undefined
01-20-2012, 12:37 AM
The whole function, or just change "OpenBankChest" to "OpenBankChest2".

bobydesma
01-20-2012, 12:47 AM
[Error] (449:76): Unknown identifier 'https' at line 448
Compiling failed. this is what i got if i put openbankchest2

Kyle Undefined
01-20-2012, 12:48 AM
You've changed more than that...

Press Play
01-20-2012, 12:49 AM
Tyvm for this script, it owns <3 got me from 50 to 82 fletching in 1 day :)

Only thing is, sometimes, I come home and it has stopped, it doesn't say why ... the last thing in the log was something like "opened bank".

I haven't seen it happen, so I can't really give information on what really happens, but yeaThat would mean there is an infinite loop somewhere.. I'll have to check up on that.



The whole function, or just change "OpenBankChest" to "OpenBankChest2".Deleting the whole function won't fix it because my function has no parameters :p


EVERYONE READ THIS FFS:
Everyone will experience the following error:
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443When you get this you must do the following:

Open the sciprt,
Press [CTRL] + [F] and type 'OpenBankChest'
Replace every occurance of 'OpenBankChest' to the name of your favourite animal. (eg. 'froggy')
Now Run the sciprt and it will work.

bobydesma
01-20-2012, 12:50 AM
You've changed more than that...

ok it works ive download it another time and change to openbankchest2 and it worked

firevenge007
01-20-2012, 02:46 AM
So there's Broad bolts AND Broad Arrows correct? If you want to try the arrows, try putting:Integers[2] := MODE_SHAFT_TO_ARROW; // Cuttng Bows, Stringing Bows, or Fletching Arrows? (See thread)
Strings[3] := 'Broad'; // What log/bow type? ['Normal', 'Oak', 'Willow' etc..]It might work already :p


As you can see, there is a post that fixes this just above :) But just to clarify, the reason why this happens is because I made a Bank Chest Opener for SRL and it has the same name as the function on my script here :p

YES there is both Bolts and Arrows. The only problem is that the arrows can not be sold. The arrows are very fast xp though :P
For people who can't afford it though, bolts is often a fast way to 99 as it gains money when making these bolts instead of losing.

DeiJaiVui
01-20-2012, 04:24 AM
It can't compile on line 443.


function OpenBankChest: Boolean;

Press Play
01-20-2012, 04:28 AM
It can't compile on line 443.
Do not infuriate me. Read the previous page.

Scaper
01-20-2012, 04:55 AM
Wow man leechers you can really tell then wont take te time to read a few page back and the problem has been stated over and over again :/

E: BTW jst went 98 fletch will have 99 tommorow :)

Press Play
01-20-2012, 05:14 AM
Wow man leechers you can really tell then wont take te time to read a few page back and the problem has been stated over and over again :/

E: BTW jst went 98 fletch will have 99 tommorow :)
Yeah, I don't mind helping people; but I hate it when they don't bother to read :/

Yay! Take a screenshot for me when you get it? :D

DeiJaiVui
01-20-2012, 05:18 AM
Yeah, I don't mind helping people; but I hate it when they don't bother to read :/

Yay! Take a screenshot for me when you get it? :D

Sorry, lol. But I can't read every page on every thread. :/

mrhuh2111
01-20-2012, 05:48 AM
line 443 was fixed but then another pop up comes on and says... The program can't start because MSVCR71.dll is missing from your computer... can somone help please

elfiik
01-20-2012, 07:22 AM
May me any guys send fixed script on my mail ? (michaelhruzek@seznam.cz)
thx elf

Press Play
01-20-2012, 08:00 AM
Sorry, lol. But I can't read every page on every thread. :/I posted the fix today. You only have to read the posts from today; some of which are on the previous page.



line 443 was fixed but then another pop up comes on and says... The program can't start because MSVCR71.dll is missing from your computer... can somone help pleaseThis is a Simba bug. Try searching the forums for this - I'm sure there's a thread about it. Otherwise, try re-installing Simba.

grats
01-20-2012, 11:49 AM
hey it says it can't compile? something to do with a duplicate thing? maybe OpenBankChest???

not sure what to do here..










JK BRO, I can read!
level 99 from your script, add me up to that list!!!

nickrules
01-20-2012, 12:01 PM
I'm going to test out the latest version later today/tomorrow. Took a break at 80, but I guess it's on to 90 now, eh? :p

Looking forward to it, seems like you've made some pretty good updates.

Press Play
01-20-2012, 12:05 PM
hey it says it can't compile? something to do with a duplicate thing? maybe OpenBankChest???

not sure what to do here..










JK BRO, I can read!
level 99 from your script, add me up to that list!!!You actually freaked me out lol :p Added to 99s :D Grats Grats!! lol :p



I'm going to test out the latest version later today/tomorrow. Took a break at 80, but I guess it's on to 90 now, eh? :p

Looking forward to it, seems like you've made some pretty good updates.Yay! :D Goood luck for a fast 99 ;)

Delusion
01-20-2012, 05:40 PM
99 fletching. thanks.

AlexandrSN
01-20-2012, 06:00 PM
Fanastic Fletcher is loading...
Please update Fantastic Fletcher to <html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>

Download at: http://villavu.com/forum/showthread.php?t=69656
Successfully executed.


WTF?

Kyle Undefined
01-20-2012, 06:01 PM
You have the newest version? Looks like the auto updater failed.

noobscam
01-20-2012, 06:11 PM
I get this too:



<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>

Download at: http://villavu.com/forum/showthread.php?t=69656
Successfully executed.




It told me to download the V0.6 Beta, and after I did that, it worked, but when I stopped it and was about to start again, that happened. Bad gateway ? :S
wuttodo

Kyle Undefined
01-20-2012, 06:13 PM
It appears as his hosting is down, so no worries. Just comment out the auto updater and it should work as normal.

Sunblast
01-20-2012, 06:40 PM
It appears as his hosting is down, so no worries. Just comment out the auto updater and it should work as normal.

I'm Dutch, I can speak and write well English, but I have no clue what to do when you said that ;p

Can you give me some steps to follow to get the bot working again?

noobscam
01-20-2012, 07:07 PM
It appears as his hosting is down, so no worries. Just comment out the auto updater and it should work as normal.

Ok cool. Where is the auto updater located lol



btw @daazn , I'm using this pretty much 24/7, got me 50-85 fletching so far in 1-2 days, going for the 99 :) will post pic when I am, so u can put me on tha list ;)

AlexandrSN
01-20-2012, 07:23 PM
It appears as his hosting is down, so no worries. Just comment out the auto updater and it should work as normal.
Ummm... Found it in the script.

Comment function "LatestVer"
and
comment from this "if not VerOveride then" to this "Writeln('Be very careful, you are not using the version checker...');".
Works.

Thanks, D00D X)

Harry
01-20-2012, 07:35 PM
Why do you have TestTPABank=False by default? TPA finding works great. Blind clicking (AKA with it False) is bad.

Also if you want to fix the http error just set VerOveride=True. Your updater really should have failsafes in it for http errors (check out how mine is :))

Also it works good, though I changed the antiban rate to like 20+. Default value, even 10, is waaay too much.

noobscam
01-20-2012, 07:36 PM
Tyvm Alex

Sunblast
01-20-2012, 07:38 PM
Ummm... Found it in the script.

Comment function "LatestVer"
and
comment from this "if not VerOveride then" to this "Writeln('Be very careful, you are not using the version checker...');".
Works.

Thanks, D00D X)

Ok.. I don't get it :p

Scaper
01-20-2012, 08:37 PM
goto luine 151 and change it to this

VerOveride = True; // Disables the version check

aspire
01-20-2012, 09:05 PM
goto luine 151 and change it to this

VerOveride = True; // Disables the version check

Thank you very much!

nickrules
01-20-2012, 09:43 PM
Why do you have TestTPABank=False by default? TPA finding works great. Blind clicking (AKA with it False) is bad.

Also if you want to fix the http error just set VerOveride=True. Your updater really should have failsafes in it for http errors (check out how mine is :))

Also it works good, though I changed the antiban rate to like 20+. Default value, even 10, is waaay too much.

It's not a truely blind click, iirc. It's a blind MMouse, then it checks for uptext, THEN clicks.

E: Yep:

if not TestTPABank then
begin
Debug('Method1: Blind...');
MouseBox(290, 160, 314, 187, 3);
for i:=0 to 10 do
begin
if ( WaitUpTextMulti(['ank', 'chest'], 200) ) then
begin



For those having the updater error, just set "VerOveride" to false. Should be around line 163.

Harry
01-20-2012, 10:02 PM
It's not a truely blind click, iirc. It's a blind MMouse, then it checks for uptext, THEN clicks.

E: Yep:

if not TestTPABank then
begin
Debug('Method1: Blind...');
MouseBox(290, 160, 314, 187, 3);
for i:=0 to 10 do
begin
if ( WaitUpTextMulti(['ank', 'chest'], 200) ) then
begin



For those having the updater error, just set "VerOveride" to false. Should be around line 163.
That still is a "blind click". Moving to a spot without checking for anything (even if it checks after moving) is still "blind".

AlexandrSN
01-20-2012, 10:11 PM
Also it works good, though I changed the antiban rate to like 20+. Default value, even 10, is waaay too much.

Same to me =DDD
20

grats
01-20-2012, 10:16 PM
yea I changed antiban to 40

hey, does anyone have the same error I'm getting? I wanted to finish up my logs today.. but it is getting a port error for the update server O_o

superbuster4
01-20-2012, 10:19 PM
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

please help

Press Play
01-20-2012, 10:36 PM
For everyone who is trying to run the script but is getting a message telling them to update to the latest version, if you are positive you have V0.60 BETA, then please follow the steps kindly given by Scaper:

goto luine 151 and change it to this

VerOveride = True; // Disables the version check


Once more, I would like to remind everyone if you lack reading skills then:


EVERYONE READ THIS FFS:
Everyone will experience the following error:
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443When you get this you must do the following:

Open the sciprt,
Press [CTRL] + [F] and type 'OpenBankChest'
Replace every occurance of 'OpenBankChest' to the name of your favourite animal. (eg. 'froggy')
Now Run the sciprt and it will work.




In other, less important news:

Why do you have TestTPABank=False by default? TPA finding works great. Blind clicking (AKA with it False) is bad.

Also if you want to fix the http error just set VerOveride=True. Your updater really should have failsafes in it for http errors (check out how mine is :))

Also it works good, though I changed the antiban rate to like 20+. Default value, even 10, is waaay too much.Thanks for the feedback :) Blind click was mainly used when my TPA Method was very very bad and it always seemed to fail finding the chest. But since then I have improved it, so by all means set TestTPABank to true :) About the anti-ban... well... that's on the to-do list :p I do agree it gets called a lot (according to the debug), but it's being used a lot less. Anyway, I would still like to change it and mix it up :)

Thankyou all!

firevenge007
01-20-2012, 10:59 PM
nvm

firevenge007
01-20-2012, 11:03 PM
For everyone who is trying to run the script but is getting a message telling them to update to the latest version, if you are positive you have V0.60 BETA, then please follow the steps kindly given by Scaper:



Once more, I would like to remind everyone if you lack reading skills then:




In other, less important news:
Thanks for the feedback :) Blind click was mainly used when my TPA Method was very very bad and it always seemed to fail finding the chest. But since then I have improved it, so by all means set TestTPABank to true :) About the anti-ban... well... that's on the to-do list :p I do agree it gets called a lot (according to the debug), but it's being used a lot less. Anyway, I would still like to change it and mix it up :)

Thankyou all!

froggy doesn't work lmfao.

grats
01-20-2012, 11:03 PM
Should just tell these guys to press CTRL+R and replace all with their favorite animal

ctrl F might be too hard for them

example:

froggy doesn't work lmfao.

bobydesma
01-20-2012, 11:39 PM
For everyone who is trying to run the script but is getting a message telling them to update to the latest version, if you are positive you have V0.60 BETA, then please follow the steps kindly given by Scaper:



Once more, I would like to remind everyone if you lack reading skills then:




In other, less important news:
Thanks for the feedback :) Blind click was mainly used when my TPA Method was very very bad and it always seemed to fail finding the chest. But since then I have improved it, so by all means set TestTPABank to true :) About the anti-ban... well... that's on the to-do list :p I do agree it gets called a lot (according to the debug), but it's being used a lot less. Anyway, I would still like to change it and mix it up :)

Thankyou all!
thank you very much!

Press Play
01-20-2012, 11:46 PM
Should just tell these guys to press CTRL+R and replace all with their favorite animal

ctrl F might be too hard for them
If they can't work it out then they will wait for the next version and for now there fletching will not be advancing to 99 ;)


froggy doesn't work lmfao.Try a different animal :p

MeetmeDeath
01-21-2012, 01:19 AM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 10 hr 47 min 55 sec |
| Logs Cut : 15484 |
| Exp Gained : 642586 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Willow Longbow(U) ] |
| Time Running : 11 hr 7 min 37 sec |
| Logs Cut : 15484 |
| Exp Gained : 642586 |
| Exp / Hour : 57804 |
| False Reason : Client Token Changed |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Press Play
01-21-2012, 01:24 AM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 10 hr 47 min 55 sec |
| Logs Cut : 15484 |
| Exp Gained : 642586 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Willow Longbow(U) ] |
| Time Running : 11 hr 7 min 37 sec |
| Logs Cut : 15484 |
| Exp Gained : 642586 |
| Exp / Hour : 57804 |
| False Reason : Client Token Changed |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/
Nice proggy!! Added to first post :D

Scaper
01-21-2012, 01:49 AM
Got 99 today/tonight i was away from comp came back and still running thanks so much still got 40k logs to flect so continue using :)

now to get 99 on my skiller :)

thanks so much

Press Play
01-21-2012, 02:00 AM
Got 99 today/tonight i was away from comp came back and still running thanks so much still got 40k logs to flect so continue using :)

now to get 99 on my skiller :)

thanks so muchYou're welcome and added to first post :D Congratulations! Tell me when you get 99 on your skiller and I can put a 'x2' next to your name ;)

Scaper
01-21-2012, 03:11 AM
Thasnks and maybe this time i will actualy get the screen shot :) I forgot i installed the harry smart restart last night came back and was running 9 hours lol :D

still managing nerely 100k xp cutting maples tho :)

/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 1 hr 17 min 38 sec |
| Logs Cut : 2128 |
| Exp Gained : 124062 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 1 hr 16 min 36 sec |
| Logs Cut : 2128 |
| Exp Gained : 124062 |
| Exp / Hour : 97944 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

AusKingdom
01-21-2012, 04:03 AM
After i replace all the 'OpenBankChest' to 'froggy' it tells me i need to update the script.

Press Play
01-21-2012, 04:08 AM
Once more for people who don't read:


For everyone who is trying to run the script but is getting a message telling them to update to the latest version, if you are positive you have V0.60 BETA, then please follow the steps kindly given by Scaper:
goto line 151 and change it to this

VerOveride = True; // Disables the version check

Scaper
01-21-2012, 04:08 AM
After i replace all the 'OpenBankChest' to 'froggy' it tells me i need to update the script.


omg dude please cant you read a few posts back or even up ?

HERE (http://villavu.com/forum/showpost.php?p=899789&postcount=557)

howcaniskill
01-21-2012, 04:19 AM
Is it normal that the antiban log me out and the script stops?

maxxfilth
01-21-2012, 04:34 AM
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>

Download at: http://villavu.com/forum/showthread.php?t=69656
Successfully executed.

I get this when i replace OpenBankChest with froggy or anything else

Press Play
01-21-2012, 04:38 AM
Is it normal that the antiban log me out and the script stops?Post the debug log and let me see what's going on?



<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>

Download at: http://villavu.com/forum/showthread.php?t=69656
Successfully executed.

I get this when i replace OpenBankChest with froggy or anything elseScroll up and do some more reading.. You will find I have posted this several times today.

firevenge007
01-21-2012, 05:44 AM
penbankchest does not work for me :(

Press Play
01-21-2012, 05:46 AM
penbankchest does not work for me :(
What are you getting? I have no idea what "does not work" is unless you post the debug text :)

nickgrohe
01-21-2012, 06:17 AM
Great Script.

noobscam
01-21-2012, 09:43 AM
Currently 89 fletching after ~2 and a half day. I'll keep updating 'till I hit 99 :)

(Just ran for 6 hours but couldn't get a proggy cuz simba just randomly closed :p)


Oh, and how do you guys run for more than 6 hours now ? I get the invalid token shit when I try login after the auto-logout

Press Play
01-21-2012, 09:48 AM
Currently 89 fletching after ~2 and a half day. I'll keep updating 'till I hit 99 :)

(Just ran for 6 hours but couldn't get a proggy cuz simba just randomly closed :p)


Oh, and how do you guys run for more than 6 hours now ? I get the invalid token shit when I try login after the auto-logoutThere's a thread by Harry about CRASHSMART which closes and re-opens Simba after 6 Hours :)

EDIT: http://villavu.com/forum/showthread.php?t=67864

holysin
01-21-2012, 11:01 AM
im looking foward to this im 95 fletch anyways maybe i can get 99 :)))

holysin
01-21-2012, 11:02 AM
i will hopefully give a 6hr proggy :)

dudekid39
01-21-2012, 12:29 PM
i have a problem plzz help
function OpenBankChest: Boolean; give me an error

Press Play
01-21-2012, 12:36 PM
i have a problem plzz help
function OpenBankChest: Boolean; give me an error
This has been answered many times today. Please read previous post before posting your own:



Once more, I would like to remind everyone if you lack reading skills then:


EVERYONE READ THIS FFS:
Everyone will experience the following error:
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443When you get this you must do the following:

Open the sciprt,
Press [CTRL] + [F] and type 'OpenBankChest'
Replace every occurance of 'OpenBankChest' to the name of your favourite animal. (eg. 'froggy')
Now Run the sciprt and it will work.

noobscam
01-21-2012, 02:51 PM
There's a thread by Harry about CRASHSMART which closes and re-opens Simba after 6 Hours :)

EDIT: http://villavu.com/forum/showthread.php?t=67864

Thanks :D


Hmm, the progress report resets though?

howcaniskill
01-21-2012, 03:35 PM
Daazngadder, i found how to fix it. and Firevenge007, put ''OpenBankChest2'' and not Penbankchest, it worked for me ;p

voltr
01-21-2012, 03:47 PM
i get this error when i try to run it. i have everything updated


[Error] C:\Simba\Includes\SRL/SRL/core/text.simba(681:40): Unknown identifier 'UpChars' at line 680
Compiling failed.

holysin
01-21-2012, 04:32 PM
Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 3 hr 19 min 52 sec |
| Logs Cut : 3808 |
| Exp Gained : 222006 |
| Level Up's : 1 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 3 hr 17 min 33 sec |
| Logs Cut : 3808 |
| Exp Gained : 222006 |
| Exp / Hour : 67616 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/ so far so good went from 95-96 only had 215k to go before i started though

noobscam
01-21-2012, 05:02 PM
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 6 hr 48 sec |
| Logs Cut : 9212 |
| Exp Gained : 690900 |
| Level Up's : 1671 |
| |
| PLAYER 0 : [ Cutting Yew Longbow(U) ] |
| Time Running : 6 hr 34 sec |
| Logs Cut : 9212 |
| Exp Gained : 690900 |
| Exp / Hour : 115150 |


:) 91 fletch now lol, still been using it 24/7 since thursday (started at 50)

holysin
01-21-2012, 06:20 PM
880k till 97 fletch :D ill keep posting proggys till 99

holysin
01-21-2012, 06:28 PM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 5 hr 20 min 27 sec |
| Logs Cut : 5292 |
| Exp Gained : 308524 |
| Level Up's : 1 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 5 hr 17 min 47 sec |
| Logs Cut : 5292 |
| Exp Gained : 308524 |
| Exp / Hour : 58396 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------

Adobe
01-21-2012, 07:12 PM
Woot just got 99 fletch!! 3.4m fletch xp today :D

http://prntscr.com/5i10q

howcaniskill
01-21-2012, 07:54 PM
Woot just got 99 fletch!! 3.4m fletch xp today :D

http://prntscr.com/5i10q

Gratz man :D, If you got a Proggy, DaaznDagger would probably be happy if you put the proggy on forums and he will probably add it on first page :)

howcaniskill
01-21-2012, 07:59 PM
i get this error when i try to run it. i have everything updated


[Error] C:\Simba\Includes\SRL/SRL/core/text.simba(681:40): Unknown identifier 'UpChars' at line 680
Compiling failed.

Got teamviewer? If yes, pm me your info, ill try to fix it, i had the same problem ;p but its working now :)

holysin
01-21-2012, 08:22 PM
-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 7 hr 19 min 22 sec |
| Logs Cut : 6132 |
| Exp Gained : 357496 |
| Level Up's : 1 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 7 hr 16 min 19 sec |
| Logs Cut : 6132 |
| Exp Gained : 357496 |
| Exp / Hour : 49197 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/ gonna do overnight one today

firevenge007
01-21-2012, 09:31 PM
What are you getting? I have no idea what "does not work" is unless you post the debug text :)

nvm did not update SRL
:P

Press Play
01-21-2012, 10:39 PM
See this up here ^^ All these posts up until mine is what I like to see! Lots of proggies and people helping each other out :) Good work guys, this is what our community is about :)

Sunblast
01-21-2012, 11:44 PM
[Error] (346:34): Invalid number of parameters at line 345
Compiling failed.

biggins
01-21-2012, 11:49 PM
the script works great but when it goes to withdraw the logs it just scrolls over it and then logs out.. please help!

Press Play
01-22-2012, 12:21 AM
[Error] (346:34): Invalid number of parameters at line 345
Compiling failed.What version of the script are you using? :/



the script works great but when it goes to withdraw the logs it just scrolls over it and then logs out.. please help!Does this happen all the time? Please post the debug log so I can see what's going on.

biggins
01-22-2012, 01:56 AM
lol sry about that i forgot to download the new srl update. works great now :)

Mr Apple
01-22-2012, 02:12 AM
goto luine 151 and change it to this

VerOveride = True; // Disables the version check

But that line is taken????? should we jsut delete it?

Press Play
01-22-2012, 02:33 AM
But that line is taken????? should we jsut delete it?
Find this line (on mine it's 152, not 151): VerOveride = False; // Disables the version checkNow, change it to: VerOveride = True; // Disables the version check

aspire
01-22-2012, 05:18 AM
Just got lvl 99. THANKS!! you can add me to the list if you want!

kylerme
01-22-2012, 05:26 AM
so im using your script and after like 10 minutes it walk away from the chest and then logs out and says cannot finish fletching

nickrules
01-22-2012, 05:31 AM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 12 hr 17 min 27 sec |
| Logs Cut : 17077 |
| Exp Gained : 995586 |
| Level Up's : 4 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 12 hr 17 min 4 sec |
| Logs Cut : 17077 |
| Exp Gained : 995586 |
| Exp / Hour : 81206 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

I honestly only did this to get on the front page :redface::p

E: Levelups was waaayyy off. Corrected it :)

Press Play
01-22-2012, 05:42 AM
Just got lvl 99. THANKS!! you can add me to the list if you want!I do want to ;) Congratz!



so im using your script and after like 10 minutes it walk away from the chest and then logs out and says cannot finish fletchingPost me a debug log? They are important so I can see where it stuffs up. Does this happen all of the time or only some of the time?



/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 12 hr 17 min 27 sec |
| Logs Cut : 17077 |
| Exp Gained : 995586 |
| Level Up's : 4 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 12 hr 17 min 4 sec |
| Logs Cut : 17077 |
| Exp Gained : 995586 |
| Exp / Hour : 81206 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

I honestly only did this to get on the front page :redface::p

E: Levelups was waaayyy off. Corrected it :)Nicceeeeeee!!! Added :) Ohh, SRL's LevelUp function will sometimes stuff up. If you want to counter this, put ExamineInv; after if LevelUp then.



EDIT: I also forgot to tell everyone.. You will notice something in SRL Stats...

News:
[22/01/12] Script stats reaches 500 million XP! :D

Kyle Undefined
01-22-2012, 05:45 AM
I think LevelUp needs to be updated for the new look, unless it looks for the chat window.

Press Play
01-22-2012, 05:52 AM
I think LevelUp needs to be updated for the new look, unless it looks for the chat window.It currently looks at the black text in the chat box which works but if no one says anything, or nothing else appears then it will keep thinking you've levelled up since the text stays on the last chat line. Does that sort of make sense? :S ahah :)

kylerme
01-22-2012, 05:55 AM
uhh yea it did it agian after like 20 minutes



16 Logs to go...
16 Logs to go...
Performing Anti-Ban procedure...
16 Logs to go...
16 Logs to go...
16 Logs to go...
Performing Anti-Ban procedure...
16 Logs to go...
Performing Anti-Ban procedure...
16 Logs to go...
16 Logs to go...
Performing Anti-Ban procedure...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
Performing Anti-Ban procedure...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
Performing Anti-Ban procedure...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
11 Logs to go...
10 Logs to go...
10 Logs to go...
Performing Anti-Ban procedure...
10 Logs to go...
10 Logs to go...
Performing Anti-Ban procedure...
10 Logs to go...
Performing Anti-Ban procedure...
10 Logs to go...
10 Logs to go...
10 Logs to go...
10 Logs to go...
Performing Anti-Ban procedure...
10 Logs to go...
10 Logs to go...
10 Logs to go...
10 Logs to go...
Performing Anti-Ban procedure...
10 Logs to go...
10 Logs to go...
10 Logs to go...
10 Logs to go...
Performing Anti-Ban procedure...
10 Logs to go...
Performing Anti-Ban procedure...
10 Logs to go...
10 Logs to go...
10 Logs to go...
10 Logs to go...
10 Logs to go...
Performing Anti-Ban procedure...
10 Logs to go...
9 Logs to go...
9 Logs to go...
9 Logs to go...
Performing Anti-Ban procedure...
9 Logs to go...
Performing Anti-Ban procedure...
9 Logs to go...
9 Logs to go...
9 Logs to go...
9 Logs to go...
9 Logs to go...
9 Logs to go...
Performing Anti-Ban procedure...
9 Logs to go...
9 Logs to go...
9 Logs to go...
9 Logs to go...
9 Logs to go...
9 Logs to go...
Performing Anti-Ban procedure...
9 Logs to go...
9 Logs to go...
9 Logs to go...
9 Logs to go...
9 Logs to go...
9 Logs to go...
8 Logs to go...
Performing Anti-Ban procedure...
8 Logs to go...
8 Logs to go...
8 Logs to go...
8 Logs to go...
8 Logs to go...
Performing Anti-Ban procedure...
8 Logs to go...
Performing Anti-Ban procedure...
8 Logs to go...
8 Logs to go...
8 Logs to go...
Performing Anti-Ban procedure...
8 Logs to go...
Performing Anti-Ban procedure...
8 Logs to go...
8 Logs to go...
Performing Anti-Ban procedure...
8 Logs to go...
8 Logs to go...
8 Logs to go...
8 Logs to go...
8 Logs to go...
8 Logs to go...
8 Logs to go...
8 Logs to go...
8 Logs to go...
Performing Anti-Ban procedure...
8 Logs to go...
8 Logs to go...
7 Logs to go...
7 Logs to go...
7 Logs to go...
Performing Anti-Ban procedure...
7 Logs to go...
7 Logs to go...
7 Logs to go...
7 Logs to go...
Performing Anti-Ban procedure...
7 Logs to go...
7 Logs to go...
Performing Anti-Ban procedure...
7 Logs to go...
Performing Anti-Ban procedure...
7 Logs to go...
7 Logs to go...
7 Logs to go...
7 Logs to go...
7 Logs to go...
7 Logs to go...
7 Logs to go...
7 Logs to go...
7 Logs to go...
7 Logs to go...
Performing Anti-Ban procedure...
7 Logs to go...
Performing Anti-Ban procedure...
7 Logs to go...
7 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
Performing Anti-Ban procedure...
6 Logs to go...
6 Logs to go...
6 Logs to go...
Performing Anti-Ban procedure...
6 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
6 Logs to go...
Performing Anti-Ban procedure...
6 Logs to go...
6 Logs to go...
5 Logs to go...
5 Logs to go...
5 Logs to go...
5 Logs to go...
5 Logs to go...
5 Logs to go...
Performing Anti-Ban procedure...
0 Logs to go...
Finished fletching load...
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 20 min 25 sec |
| Logs Cut : 532 |
| Exp Gained : 39900 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Yew Longbow(U) ] |
| Time Running : 19 min 55 sec |
| Logs Cut : 532 |
| Exp Gained : 39900 |
| Exp / Hour : 126000 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Searching for bank...
Method1: Blind...
Found bank using blind check!
Found bank...
Clicked bank...
Opened bank...
Bank is already open...
Length of: Log = 83
Log's properties were set...
Updated item!!!
Successfully withdrawn items...
Closing Bank...
Fletching...
Random Inventory slot choosen: 8
28 Logs to go...
Found: 'Craft', clicking...
'Knife' option surpassed...
Searching for 'longbow' option...
Clicked 'longbow'...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
Performing Anti-Ban procedure...
28 Logs to go...
28 Logs to go...
Performing Anti-Ban procedure...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
Performing Anti-Ban procedure...
28 Logs to go...
28 Logs to go...
28 Logs to go...
Performing Anti-Ban procedure...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
Performing Anti-Ban procedure...
28 Logs to go...
28 Logs to go...
Performing Anti-Ban procedure...
27 Logs to go...
27 Logs to go...
27 Logs to go...
27 Logs to go...
Performing Anti-Ban procedure...
27 Logs to go...
27 Logs to go...
27 Logs to go...
27 Logs to go...
27 Logs to go...
Performing Anti-Ban procedure...
23 Logs to go...
23 Logs to go...
23 Logs to go...
23 Logs to go...
23 Logs to go...
22 Logs to go...
22 Logs to go...
22 Logs to go...
22 Logs to go...
22 Logs to go...
22 Logs to go...
22 Logs to go...
22 Logs to go...
22 Logs to go...
Performing Anti-Ban procedure...
22 Logs to go...
22 Logs to go...
22 Logs to go...
22 Logs to go...
Performing Anti-Ban procedure...
21 Logs to go...
Performing Anti-Ban procedure...
21 Logs to go...
21 Logs to go...
Performing Anti-Ban procedure...
21 Logs to go...
21 Logs to go...
21 Logs to go...
21 Logs to go...
21 Logs to go...
21 Logs to go...
21 Logs to go...
21 Logs to go...
21 Logs to go...
21 Logs to go...
Performing Anti-Ban procedure...
21 Logs to go...
21 Logs to go...
21 Logs to go...
21 Logs to go...
21 Logs to go...
21 Logs to go...
Performing Anti-Ban procedure...
21 Logs to go...
21 Logs to go...
21 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
Performing Anti-Ban procedure...
20 Logs to go...
Performing Anti-Ban procedure...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
Performing Anti-Ban procedure...
20 Logs to go...
Performing Anti-Ban procedure...
20 Logs to go...
20 Logs to go...
Performing Anti-Ban procedure...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
20 Logs to go...
19 Logs to go...
Performing Anti-Ban procedure...
19 Logs to go...
Performing Anti-Ban procedure...
19 Logs to go...
19 Logs to go...
19 Logs to go...
19 Logs to go...
Performing Anti-Ban procedure...
19 Logs to go...
Performing Anti-Ban procedure...
19 Logs to go...
19 Logs to go...
19 Logs to go...
19 Logs to go...
19 Logs to go...
19 Logs to go...
19 Logs to go...
19 Logs to go...
19 Logs to go...
Performing Anti-Ban procedure...
19 Logs to go...
19 Logs to go...
19 Logs to go...
Performing Anti-Ban procedure...
19 Logs to go...
19 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
Performing Anti-Ban procedure...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
Performing Anti-Ban procedure...
18 Logs to go...
Performing Anti-Ban procedure...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
18 Logs to go...
Performing Anti-Ban procedure...
18 Logs to go...
17 Logs to go...
17 Logs to go...
Performing Anti-Ban procedure...
17 Logs to go...
17 Logs to go...
17 Logs to go...
17 Logs to go...
Performing Anti-Ban procedure...
17 Logs to go...
17 Logs to go...
17 Logs to go...
17 Logs to go...
17 Logs to go...
17 Logs to go...
17 Logs to go...
17 Logs to go...
Performing Anti-Ban procedure...
17 Logs to go...
17 Logs to go...
Performing Anti-Ban procedure...
17 Logs to go...
Performing Anti-Ban procedure...
17 Logs to go...
Performing Anti-Ban procedure...
17 Logs to go...
16 Logs to go...
16 Logs to go...
Performing Anti-Ban procedure...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
Performing Anti-Ban procedure...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
Performing Anti-Ban procedure...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
16 Logs to go...
Performing Anti-Ban procedure...
16 Logs to go...
16 Logs to go...
Performing Anti-Ban procedure...
16 Logs to go...
Performing Anti-Ban procedure...
15 Logs to go...
Performing Anti-Ban procedure...
15 Logs to go...
15 Logs to go...
15 Logs to go...
15 Logs to go...
Performing Anti-Ban procedure...
15 Logs to go...
15 Logs to go...
15 Logs to go...
15 Logs to go...
15 Logs to go...
14 Logs to go...
Performing Anti-Ban procedure...
14 Logs to go...
14 Logs to go...
14 Logs to go...
14 Logs to go...
Performing Anti-Ban procedure...
14 Logs to go...
Performing Anti-Ban procedure...
14 Logs to go...
Performing Anti-Ban procedure...
14 Logs to go...
14 Logs to go...
14 Logs to go...
14 Logs to go...
14 Logs to go...
14 Logs to go...
14 Logs to go...
14 Logs to go...
Performing Anti-Ban procedure...
14 Logs to go...
14 Logs to go...
14 Logs to go...
14 Logs to go...
Performing Anti-Ban procedure...
14 Logs to go...
14 Logs to go...
13 Logs to go...
13 Logs to go...
13 Logs to go...
13 Logs to go...
13 Logs to go...
Performing Anti-Ban procedure...
13 Logs to go...
13 Logs to go...
13 Logs to go...
13 Logs to go...
Performing Anti-Ban procedure...
13 Logs to go...
13 Logs to go...
13 Logs to go...
13 Logs to go...
13 Logs to go...
Performing Anti-Ban procedure...
13 Logs to go...
13 Logs to go...
13 Logs to go...
13 Logs to go...
13 Logs to go...
13 Logs to go...
Performing Anti-Ban procedure...
13 Logs to go...
13 Logs to go...
13 Logs to go...
13 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
Performing Anti-Ban procedure...
12 Logs to go...
12 Logs to go...
12 Logs to go...
Performing Anti-Ban procedure...
12 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
Performing Anti-Ban procedure...
12 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
Performing Anti-Ban procedure...
12 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
12 Logs to go...
11 Logs to go...
11 Logs to go...
Performing Anti-Ban procedure...
11 Logs to go...
11 Logs to go...
11 Logs to go...
Performing Anti-Ban procedure...
11 Logs to go...
Performing Anti-Ban procedure...
11 Logs to go...
Performing Anti-Ban procedure...
11 Logs to go...
11 Logs to go...
Performing Anti-Ban procedure...
5 Logs to go...
5 Logs to go...
5 Logs to go...
5 Logs to go...
5 Logs to go...
5 Logs to go...
Performing Anti-Ban procedure...
5 Logs to go...
5 Logs to go...
Performing Anti-Ban procedure...
5 Logs to go...
5 Logs to go...
5 Logs to go...
4 Logs to go...
4 Logs to go...
Performing Anti-Ban procedure...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
Performing Anti-Ban procedure...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
Performing Anti-Ban procedure...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
4 Logs to go...
Performing Anti-Ban procedure...
4 Logs to go...
4 Logs to go...
4 Logs to go...
3 Logs to go...
Performing Anti-Ban procedure...
3 Logs to go...
3 Logs to go...
3 Logs to go...
Performing Anti-Ban procedure...
1 Logs to go...
1 Logs to go...
1 Logs to go...
Performing Anti-Ban procedure...
1 Logs to go...
1 Logs to go...
1 Logs to go...
1 Logs to go...
1 Logs to go...
1 Logs to go...
0 Logs to go...
Finished fletching load...
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 21 min 27 sec |
| Logs Cut : 560 |
| Exp Gained : 42000 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Yew Longbow(U) ] |
| Time Running : 20 min 57 sec |
| Logs Cut : 560 |
| Exp Gained : 42000 |
| Exp / Hour : 126000 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Searching for bank...
Method1: Blind...
Found bank using blind check!
Found bank...
Clicked bank...
Opened bank...
Bank is already open...
Length of: Log = 83
Log's properties were set...
Updated item!!!
Successfully withdrawn items...
Closing Bank...
Fletching...
Random Inventory slot choosen: 1
28 Logs to go...
Found: 'Craft', clicking...
'Knife' option surpassed...
Searching for 'longbow' option...
Clicked 'longbow'...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
Performing Anti-Ban procedure...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
Performing Anti-Ban procedure...
28 Logs to go...
Performing Anti-Ban procedure...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
28 Logs to go...
Performing Anti-Ban procedure...
28 Logs to go...
Performing Anti-Ban procedure...
26 Logs to go...
26 Logs to go...
26 Logs to go...
26 Logs to go...
Performing Anti-Ban procedure...
26 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
Performing Anti-Ban procedure...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
Performing Anti-Ban procedure...
25 Logs to go...
25 Logs to go...
Performing Anti-Ban procedure...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
Performing Anti-Ban procedure...
25 Logs to go...
Performing Anti-Ban procedure...
25 Logs to go...
Performing Anti-Ban procedure...
25 Logs to go...
Performing Anti-Ban procedure...
25 Logs to go...
Performing Anti-Ban procedure...
25 Logs to go...
25 Logs to go...
Performing Anti-Ban procedure...
25 Logs to go...
25 Logs to go...
Performing Anti-Ban procedure...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
25 Logs to go...
***** STR: FOUND RANDOM: 'Sandwich Lady' *****
Screenshot of: Found Sandwich Lady random 21 Minutes and 52 Seconds
Sandwich Lady: Could not find target!
***** STR: 'Sandwich Lady' RANDOM SOLVING FAILED! *****
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 1
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 2
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 3
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 4
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 5
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 6
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 7
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 8
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 9
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! 10
ATTENTION: Length(ItemTPA) was less than 1; something must have gone wrong!! Last
0 Logs to go...
Loging out...
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 22 min 48 sec |
| Logs Cut : 560 |
| Exp Gained : 42000 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Yew Longbow(U) ] |
| Time Running : 22 min 17 sec |
| Logs Cut : 560 |
| Exp Gained : 42000 |
| Exp / Hour : 114545 |
| False Reason : Could not finish fletching |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

All Players Inactive, or timed out. Script is finished!
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 22 min 48 sec |
| Logs Cut : 560 |
| Exp Gained : 42000 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Yew Longbow(U) ] |
| Time Running : 22 min 17 sec |
| Logs Cut : 560 |
| Exp Gained : 42000 |
| Exp / Hour : 114545 |
| False Reason : Could not finish fletching |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Successfully executed.

Kyle Undefined
01-22-2012, 05:55 AM
Doesn't the chat box get spammed with you fl etching though? Sorry, drunk at the moment so it's hard to think.

Jesus f'ing Christ, puts the debug in code tags.

Press Play
01-22-2012, 05:58 AM
@kylerme: Please put that in report tags :/


Doesn't the chat box get spammed with you fl etching though? Sorry, drunk at the moment so it's hard to think. Lol.. Nahh, mine doesn't because my 'Game' chat is on 'Filtered'!


EDIT: @kylerem: if you read the debug, you woudl see that the reason it stopped was because you got caught in a random event:***** STR: FOUND RANDOM: 'Sandwich Lady' *****
Screenshot of: Found Sandwich Lady random 21 Minutes and 52 Seconds
Sandwich Lady: Could not find target!
***** STR: 'Sandwich Lady' RANDOM SOLVING FAILED! *****

kylerme
01-22-2012, 06:02 AM
dude but even without a random this happens.

Press Play
01-22-2012, 06:05 AM
dude but even without a random this happens.You don't have to use this script if you don't want to. You're giving me almost no information on the bug and expecting a fix.

kylerme
01-22-2012, 06:26 AM
You don't have to use this script if you don't want to. You're giving me almost no information on the bug and expecting a fix.

no im just saying this is happening and i fixed by myself.

btw sorry.

your script is amazing 20-89 in 3 days

Press Play
01-22-2012, 06:46 AM
no im just saying this is happening and i fixed by myself.

btw sorry.

your script is amazing 20-89 in 3 daysYou fixed it? Good job :)

DeiJaiVui
01-22-2012, 09:11 AM
I posted the fix today. You only have to read the posts from today; some of which are on the previous page.


This is a Simba bug. Try searching the forums for this - I'm sure there's a thread about it. Otherwise, try re-installing Simba.

Yeah, I only read the first and last page normally. Maybe you should make a problem FAQ~ ;)

Press Play
01-22-2012, 09:14 AM
Yeah, I only read the first and last page normally. Maybe you should make a problem FAQ~ ;)
Good idea, and I think I will do it. But it's not going to help people who don't bother to read just the posts that have been recently posted. People need to learn to do this. They can't be hand-fed everything :)

EDIT: Actually, no, I won't do it. People who don't want to read don't deserve to use it :) The bugs they're getting are related to the current version of the script; which will only have to be updated every time I release something.

Tuning1st
01-22-2012, 11:52 AM
Level 20 To Level 70 And Leveling Up!
35k exp/h

Very veeery good script

Sunblast
01-22-2012, 05:13 PM
83Fletching, 200k till 84. I'll using this for 99! Is this script stable to run overnight?

starkidace
01-22-2012, 08:51 PM
I can't get it to operate correctly because there is so much lag. I think this is because it is in safe mode. Is there a way to get SMART out of safe mode?

howcaniskill
01-22-2012, 08:58 PM
I can't get it to operate correctly because there is so much lag. I think this is because it is in safe mode. Is there a way to get SMART out of safe mode?
Go look here http://villavu.com/forum/showthread.php?p=881479
It explain how to make it less laggy, Made by DaaznDagger :)

howcaniskill
01-22-2012, 08:59 PM
Actually, This is a really good script ;p

starkidace
01-22-2012, 09:10 PM
I already tried that, no luck. Do you think a different version might help?

howcaniskill
01-22-2012, 09:15 PM
83Fletching, 200k till 84. I'll using this for 99! Is this script stable to run overnight?


Yea it is, i do it for over 3 night now ;p but just in case.. i add GhostMouse with it, To keep clicking ''Run'' Because it Stop randomly sometimes ;p so yea
Edit*: I added GhostMouse download in Attach Files, No virus, or Keyloggers, If you need help about how to setup the ghostmouse. tell me but it's pretty simple


Yeah, I only read the first and last page normally. Maybe you should make a problem FAQ~ ;)

There is already, i got able to fix my thing with The FAQ.. The Forums Fact is about lots of script problems. Go look there: --> http://villavu.com/forum/showthread.php?p=851555#post851555

howcaniskill
01-22-2012, 09:17 PM
Hey daaz :) a lil proggy ;p

PLAYER 0 : [ Cutting Maple Longbow(U) ]
| Time Running : 3 hr 14 min 6 sec
| Logs Cut : 4564
| Exp Gained : 266081
| Exp / Hour : 82293
| False Reason :[/QUOTE]

howcaniskill
01-22-2012, 09:21 PM
I already tried that, no luck. Do you think a different version might help?

Tryed Ghost mouse?, hmm Got Teamviewer? gunna be easier to understand what you try to say beause.. you give like no info haha ;p

gphig
01-22-2012, 09:24 PM
hey the script looks great but when I hit play i get this

[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

any ideas or help would be much appreciated everything is up to date and i filled everything out correctly i believe.

thanks gphi

howcaniskill
01-22-2012, 09:25 PM
hey the script looks great but when I hit play i get this

[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

any ideas or help would be much appreciated everything is up to date and i filled everything out correctly i believe.

thanks gphi

Change the OPENBANKCHEST to OPENBANKCHEST2

Press Play
01-22-2012, 10:51 PM
I can't get it to operate correctly because there is so much lag. I think this is because it is in safe mode. Is there a way to get SMART out of safe mode?For SRL's functions to work, everything always has to be in lowest detail, highest brightness etc. You've tried the link in my sig and nothing is working? How many SMART windows are you running?


@howcaniskill: Thanks for helping out others (more people around here should be like you), but it is bad practice to double post ;) Use the edit button in future! Thankyou very much :)

howcaniskill
01-22-2012, 11:11 PM
For SRL's functions to work, everything always has to be in lowest detail, highest brightness etc. You've tried the link in my sig and nothing is working? How many SMART windows are you running?


@howcaniskill: Thanks for helping out others (more people around here should be like you), but it is bad practice to double post ;) Use the edit button in future! Thankyou very much :)

haha i did, but i failed.. i clicked on QUOTE. xd but a first i though i clicked on Edit ;p Sowwie :/ xd

Gunna post like a 12hour proggy if everything goes.well! Ill add it tomorrow. GoodNight

starkidace
01-23-2012, 05:25 AM
I have no idea what teamweaver is and I only run one SMART window at a time. I am fletching at burthrope. Whenever it clicks the bank chest it lags for a really long time and sometimes just logs out because it cant find the bank. Sometimes the lag subsides and there is no more lag until after the bank is exited. Then the script clicks on the bow and string. Most of the time there is so much lag the bow doesn't show up and it goes and logs out because it cannot find the bow command. Sometimes it executes a few loads and one of these things occur. Smart works OK on other scripts it just seems to have a problem with this one

Also: when i click disable SMART in the bottom left the lag tends to subside

Press Play
01-23-2012, 07:31 AM
I have no idea what teamweaver is and I only run one SMART window at a time. I am fletching at burthrope. Whenever it clicks the bank chest it lags for a really long time and sometimes just logs out because it cant find the bank. Sometimes the lag subsides and there is no more lag until after the bank is exited. Then the script clicks on the bow and string. Most of the time there is so much lag the bow doesn't show up and it goes and logs out because it cannot find the bow command. Sometimes it executes a few loads and one of these things occur. Smart works OK on other scripts it just seems to have a problem with this one

Also: when i click disable SMART in the bottom left the lag tends to subsideWell then, I'm not sure why this is happening. Can you play Runescape properly in a normal window without lag? What other things do you have open?

holysin
01-23-2012, 07:45 AM
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 8 hr 16 min 8 sec |
| Logs Cut : 9044 |
| Exp Gained : 527265 |
| Exp / Hour : 63782 |
| False Reason : Client Token Changed |
| |
| |
|-------------------------------------------------------------| overnight :D
\-------------------------------------------------------------/

Empty POT!?!
01-23-2012, 10:24 AM
The Best fletcher after the bot nuke IMO. Works great at soul wars. Flawless, except for one, not major problem.

Just like, when clicking on the bank chest (Atleast that's what I think it was) The bot accidently clicked Nomad and talked to him. It just stayed there and did nothing, Not really a major problem because It can log out and re-log in. Just a thought lol. Other then that. The best fletching bot out.

Press Play
01-23-2012, 10:26 AM
The Best fletcher after the bot nuke IMO. Works great at soul wars. Flawless, except for one, not major problem.

Just like, when clicking on the bank chest (Atleast that's what I think it was) The bot accidently clicked Nomad and talked to him. It just stayed there and did nothing, Not really a major problem because It can log out and re-log in. Just a thought lol. Other then that. The best fletching bot out.
Thanks very much! It means a lot to me :) Also, thanks for the feedback - I didn't know the Nomad was still a bug hmmm.. I'll have to check up on that!

Empty POT!?!
01-23-2012, 10:33 AM
Thanks very much! It means a lot to me :) Also, thanks for the feedback - I didn't know the Nomad was still a bug hmmm.. I'll have to check up on that!

It happens VERY rarely, So, does not need to be #1 on your list ;p, Also , PM your RS Username?

Datank
01-23-2012, 10:46 AM
Thanks very much! It means a lot to me :) Also, thanks for the feedback - I didn't know the Nomad was still a bug hmmm.. I'll have to check up on that!



Wouldnt it help to turn the camera so that it is facing the back of the bank chest and would therefore not need to click on the front and not click on nomad when he walks in the way?

Press Play
01-23-2012, 10:52 AM
Wouldnt it help to turn the camera so that it is facing the back of the bank chest and would therefore not need to click on the front and not click on nomad when he walks in the way?
Well, as he said, it happens very rarely. I don't think it's worth it. I'd have to change everything for the other bank chests too then.

Sunblast
01-23-2012, 03:03 PM
I'm only a day from 90 Fletching ;D

DarkAim
01-23-2012, 05:42 PM
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.
[Error] (516:20): Invalid number of parameters at line 515
Compiling failed.
[Error] (516:20): Invalid number of parameters at line 515
What to do??? I tried to write 2 next to OPENBANKCHEST and it come ups with that.

l0ve2b0t
01-23-2012, 07:09 PM
i keep having [Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed. whats this ?

Kyle Undefined
01-23-2012, 07:11 PM
Please read posts before yours, since they explain how to fix it.

slakan
01-23-2012, 08:16 PM
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 1 hr 33 min 52 sec |
| Logs Cut : 2296 |
| Exp Gained : 133857 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 1 hr 33 min 36 sec |
| Logs Cut : 2296 |
| Exp Gained : 133857 |
| Exp / Hour : 86359 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/


died..

noobscam
01-23-2012, 08:57 PM
almost 97, took a one day break yesterday :)

so technically 50-97 in 4 days :D

Vinyl Scratch
01-24-2012, 12:11 AM
http://www.truploader.com/view/451509

A little help? I tried to run, and this happened.

Nevermind :D I think I figured it out.


To fix the open bankchest problem, put 2 on one of them, click "run" then it will go to another one, put 2 again then "run" and do that until it actually compiles and runs.

maigel
01-24-2012, 12:54 AM
The title of this topic describes the script perfectly :D
I commented out the bankchest function and replaced it by SRL's OpenBankChest(SRL_BANK_SW); and the script is working flawlessly.

Keep up the great work!

starkidace
01-24-2012, 02:19 AM
I play runescape all the time with no lag at all. I don't have ANY lag when i click disable SMART

vaquish
01-24-2012, 03:20 AM
Hi, fisrt of all i want to say that you have made an excellent job ! But I have a small problem ; my script always log out after 1h30 / 2h... for no reason, and its all the time. Can you help me with that?

sorry for my english, im french :P

freshwater4
01-24-2012, 08:45 AM
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

This is using V 0.6

Press Play
01-24-2012, 09:03 AM
I think this may be the forth or fifth time I have addressed this error:

[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

EVERYONE READ THE FOLLOWING:
Everyone will get this error when they first download the script at the moment. This is due to an update in SRL that I made:

Open the script that you have downloaded,
Press [CTRL] + [R],
Replace every occurrence of "OpenBankChest" to "OpenBankChest2",
Run the script. If you get the same error, you haven't replaced every occurrence.

slakan
01-24-2012, 09:43 AM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 2 hr 14 min 22 sec |
| Logs Cut : 3108 |
| Exp Gained : 181196 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 2 hr 12 min 9 sec |
| Logs Cut : 3108 |
| Exp Gained : 181196 |
| Exp / Hour : 82362 |
| False Reason : Could not finish fletching |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

All Players Inactive, or timed out. Script is finished!
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 2 hr 14 min 22 sec |
| Logs Cut : 3108 |
| Exp Gained : 181196 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 2 hr 12 min 10 sec |
| Logs Cut : 3108 |
| Exp Gained : 181196 |
| Exp / Hour : 82362 |
| False Reason : Could not finish fletching |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Successfully executed.
http://i39.tinypic.com/v7tegy.png


Well, i have no clue why it stopped.. i did ran it for 5 houers yesterday!

noobscam
01-24-2012, 11:06 AM
small proggy:


/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 4 hr 34 min 58 sec |
| Logs Cut : 6888 |
| Exp Gained : 401570 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 4 hr 20 min 57 sec |
| Logs Cut : 6888 |
| Exp Gained : 401570 |
| Exp / Hour : 92670 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

dat xp/hr

elfiik
01-24-2012, 11:55 AM
Yeah thx for this script Fletching 99 reached. thx elfiik

DarkAim
01-24-2012, 05:02 PM
I think this may be the forth or fifth time I have addressed this error:


EVERYONE READ THE FOLLOWING:
Everyone will get this error when they first download the script at the moment. This is due to an update in SRL that I made:

Open the script that you have downloaded,
Press [CTRL] + [R],
Replace every occurrence of "OpenBankChest" to "OpenBankChest2",
Run the script. If you get the same error, you haven't replaced every occurrence.

I did that, I press to run the script and it doesn't logg in, can you tell me where is the problem?

slakan
01-24-2012, 05:09 PM
I did that, I press to run the script and it doesn't logg in, can you tell me where is the problem?

Change all the errors from OpenBankChest til OpenBankChest2, its about 3-4 of them..


Then update SRL, SPS, MSI.

If it dont start, you dont have the updated simba.


yeah and noe more thing! SMART takes time to load, so wait 2-3 mins

DarkAim
01-24-2012, 05:21 PM
Change all the errors from OpenBankChest til OpenBankChest2, its about 3-4 of them..


Then update SRL, SPS, MSI.

If it dont start, you dont have the updated simba.


yeah and noe more thing! SMART takes time to load, so wait 2-3 mins

The thing is everything is updated, and still doesn't work

Kyle Undefined
01-24-2012, 05:22 PM
Can you post exactly what the issue is? That would help.

DarkAim
01-24-2012, 05:28 PM
Can you post exactly what the issue is? That would help.

Okay, i got everything like it suppose to be, I start the script and comes with window, loads up. When it comes to logg in it doesn't do a thing, but it is still on. Does this make sence?

slakan
01-24-2012, 05:35 PM
hmm, youre loggin is failure..

try login youre self, then run the script

DarkAim
01-24-2012, 05:40 PM
Tried it, still doesn't work

Press Play
01-24-2012, 10:31 PM
Okay, i got everything like it suppose to be, I start the script and comes with window, loads up. When it comes to logg in it doesn't do a thing, but it is still on. Does this make sence?
I have specifically mentioned many times. Please post the debug log so i can see what is happening. Otherwise I can't help you.

Kyle Undefined
01-24-2012, 10:32 PM
I have specifically mentioned many times. Please post the debug log so i can see what is happening. Otherwise I can't help you.

I've put it in my sig, since I repeat it SO MUCH.

/offtopic: Grats on new cup :D

Press Play
01-25-2012, 12:12 AM
I've put it in my sig, since I repeat it SO MUCH.

/offtopic: Grats on new cup :D
You the man Kyle! :)

OMG OMG OMG!! WHEN DID I GET THIS AMAZING CUP :')

noobscam
01-25-2012, 11:04 AM
99 reached

superbuster4
01-25-2012, 03:26 PM
proggie-
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 2 hr 19 min 51 sec |
| Logs Cut : 3108 |
| Exp Gained : 181196 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 2 hr 17 min 59 sec |
| Logs Cut : 3108 |
| Exp Gained : 181196 |
| Exp / Hour : 78781 |
| False Reason : |
| |
| |
by the way does it do bolts?

DarkAim
01-25-2012, 03:30 PM
procedure LoadGlobals;
begin
WhenBreak := 90; // Minutes until break
ActAFK := True; // Do you randomly want to go AFK?
extraDebug := True; // Displays extra information about the bot
AntiBanAmount := 5; // How much anti-ban? [1=Always, 10=Sometimes]
SRLStats_Username := ''; // Stats Username
SRLStats_Password := ''; // Stats Password
end;

{------------------------------------------------------------------------------]
[ DECLARE PLAYERS: ]
[ Change accordingly. ]
[------------------------------------------------------------------------------}
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

with Players[0] do
begin
Name :=''; // Username
Pass :=''; // Password
Nick :=''; // 3-4 lower case letters of your character's name
Pin :=''; // Bank PIN
Integers[0] := 1; // Bank Slot of Logs/Unstrung Bows. Bow Strings go in the next slot!
Integers[1] := 8; // Bank Tab which all of these are located
Integers[2] := MODE_CUT; // Cuttng Bows, Stringing Bows, or Fletching Arrows? (See thread)
Strings[3] := 'Maple'; // What log/bow type? ['Normal', 'Oak', 'Willow' etc..]
// OR What arrow type? ['Bronze', 'Iron', 'Steel' etc...]
Strings[4] := 'long'; // Longbow or Shortbow? ['long', 'short']
Strings[5] := 'sw'; // What bank? ['sw', 'cw', 'br']
Booleans[6] := false; // Using SC Knife? [Yes = true]
Member := true;
Active := true;
end;
end;
I deleted for now the username and password, i left details what i wrote.
http://i39.tinypic.com/1z5jc5i.jpg

superbuster4
01-25-2012, 06:07 PM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 4 hr 59 min 56 sec |
| Logs Cut : 6916 |
| Exp Gained : 403203 |
| Level Up's : 4 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 4 hr 56 min 16 sec |
| Logs Cut : 6916 |
| Exp Gained : 403203 |
| Exp / Hour : 81730 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Slone
01-25-2012, 06:39 PM
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

^ How can i rectify that? Its probably easy i just suck at this.

Kyle Undefined
01-25-2012, 06:43 PM
Please read a few posts (maybe pages) back, it explain how to fix this.

Harry
01-25-2012, 07:36 PM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 8 hr 43 min 18 sec |
| Logs Cut : 14224 |
| Exp Gained : 829259 |
| Level Up's : 32 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 8 hr 43 min 1 sec |
| Logs Cut : 14224 |
| Exp Gained : 829259 |
| Exp / Hour : 95135 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/
Works pretty good with TPA bankfinding :)

Press Play
01-25-2012, 08:42 PM
by the way does it do bolts?No it does not do bolts yet. However I do plan on putting it in for after BETA :)


@DarkAim: Your setup looks fine. Have you made sure your settings on Runescape are right? They have to be on lowest detail, highest brightness etc. If you're not sure what I'm talking about, there are tutorials on this :)

Kosova
01-25-2012, 09:45 PM
Guys what should I fletch for profit? Im 81 atm.

Kyle Undefined
01-25-2012, 09:46 PM
Maple longbows (u).

Empty POT!?!
01-25-2012, 09:51 PM
lol im 81 aswell. yeh maple longs (u) are beast.

Off to try the cooking bot :D


procedure LoadGlobals;
begin
WhenBreak := 90; // Minutes until break
ActAFK := True; // Do you randomly want to go AFK?
extraDebug := True; // Displays extra information about the bot
AntiBanAmount := 5; // How much anti-ban? [1=Always, 10=Sometimes]
SRLStats_Username := ''; // Stats Username
SRLStats_Password := ''; // Stats Password
end;

{------------------------------------------------------------------------------]
[ DECLARE PLAYERS: ]
[ Change accordingly. ]
[------------------------------------------------------------------------------}
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

with Players[0] do
begin
Name :=''; // Username
Pass :=''; // Password
Nick :=''; // 3-4 lower case letters of your character's name
Pin :=''; // Bank PIN
Integers[0] := 1; // Bank Slot of Logs/Unstrung Bows. Bow Strings go in the next slot!
Integers[1] := 8; // Bank Tab which all of these are located
Integers[2] := MODE_CUT; // Cuttng Bows, Stringing Bows, or Fletching Arrows? (See thread)
Strings[3] := 'Maple'; // What log/bow type? ['Normal', 'Oak', 'Willow' etc..]
// OR What arrow type? ['Bronze', 'Iron', 'Steel' etc...]
Strings[4] := 'long'; // Longbow or Shortbow? ['long', 'short']
Strings[5] := 'sw'; // What bank? ['sw', 'cw', 'br']
Booleans[6] := false; // Using SC Knife? [Yes = true]
Member := true;
Active := true;
end;
end;
I deleted for now the username and password, i left details what i wrote.
http://i39.tinypic.com/1z5jc5i.jpg


Maybe you put your username and password in the SRL Stats not in the Player 0 one. Either that, some unkown reason, or its the settings.

xEliiTex
01-25-2012, 10:13 PM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 3 min 47 sec |
| Logs Cut : 0 |
| Exp Gained : 0 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 3 min 29 sec |
| Logs Cut : 0 |
| Exp Gained : 0 |
| Exp / Hour : 0 |
| False Reason : Could not fletch |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

DarkAim
01-25-2012, 10:18 PM
No it does not do bolts yet. However I do plan on putting it in for after BETA :)


@DarkAim: Your setup looks fine. Have you made sure your settings on Runescape are right? They have to be on lowest detail, highest brightness etc. If you're not sure what I'm talking about, there are tutorials on this :)

Thanks mate. Now it works perfectly.

DarkAim
01-25-2012, 10:21 PM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 11 min 2 sec |
| Logs Cut : 224 |
| Exp Gained : 13059 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 9 min 29 sec |
| Logs Cut : 224 |
| Exp Gained : 13059 |
| Exp / Hour : 87061 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/
Works great, i know its not for long time, i just tried it

Siilent
01-25-2012, 10:34 PM
So im new to this site but in the bank picture i need to set up to where those items (that have boxes around them) have to be in those slots?

Neega Rose
01-25-2012, 10:39 PM
thanks 4 99 fletching man :D

Press Play
01-25-2012, 10:43 PM
So im new to this site but in the bank picture i need to set up to where those items (that have boxes around them) have to be in those slots?You can put you logs/unstrung bows in any bank slot/tab. The picture just describes where those slots are. You basically count from left to right. PM me if you're having difficulties :)



thanks 4 99 fletching man :D
Added to first post; congratz! :)

chiefcharlie
01-26-2012, 01:55 AM
does it string the bows after you run out of logs to cut?

Slone
01-26-2012, 02:20 AM
Please read a few posts (maybe pages) back, it explain how to fix this.

Found it, thanks :)

i p0t u drop
01-26-2012, 02:58 AM
Very good bot love it!

does it always spam the bot log on how many more logs it has to go?

Tuning1st
01-26-2012, 03:44 AM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 1 hr 19 min 43 sec |
| Logs Cut : 2044 |
| Exp Gained : 84826 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Willow Maple(U) ] |
| Time Running : 1 hr 19 min 39 sec |
| Logs Cut : 2044 |
| Exp Gained : 84826 |
| Exp / Hour : 64425 |
| False Reason : Could not finish fletching |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Starting Level 20 now I'm 85 :D Thanks a lot for the script!!!!!!!

Ironduke
01-26-2012, 04:09 AM
When I try to make oak longbows it makes shorts, in the options i have it set up like this

// Longbow or Shortbow? ['long']

Did I do it wrong?

Press Play
01-26-2012, 04:31 AM
does it string the bows after you run out of logs to cut?No, this feature still has to be implemented :)



Very good bot love it!

does it always spam the bot log on how many more logs it has to go?You can turn this off. Just set extraDebug to false :)



When I try to make oak longbows it makes shorts, in the options i have it set up like this

// Longbow or Shortbow? ['long']

Did I do it wrong?I replied to your PM, but just in case, that line should look like this:
Strings[4] := 'long'; // Longbow or Shortbow? ['long', 'short'

Ironduke
01-26-2012, 04:53 AM
Ohh tyvm i'm dumb lol, this is the second script ive ever used :P

and thank ya again, I replied on here because I didn't think you would answer so fast so I thought someone else could reply to it in the meantime lol

chiefcharlie
01-26-2012, 06:18 AM
No, this feature still has to be implemented :)


You can turn this off. Just set extraDebug to false :)


I replied to your PM, but just in case, that line should look like this:
Strings[4] := 'long'; // Longbow or Shortbow? ['long', 'short'

oh okay thanks :) bot works great had it running for 8hrs then it stopped cus of rs update

Slone
01-26-2012, 07:11 AM
Just a proggy.

/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 3 hr 30 min 12 sec |
| Logs Cut : 5432 |
| Exp Gained : 316686 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 3 hr 29 min 57 sec |
| Logs Cut : 5432 |
| Exp Gained : 316686 |
| Exp / Hour : 90915 |
| False Reason : Could not finish fletching |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

slakan
01-26-2012, 01:09 PM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 5 hr 54 min 12 sec |
| Logs Cut : 7812 |
| Exp Gained : 455440 |
| Level Up's : 1 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 5 hr 52 min 58 sec |
| Logs Cut : 7812 |
| Exp Gained : 455440 |
| Exp / Hour : 77632 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

proggys today :)

did get from lvl 85 - 90 in 1.5 days :)

Fwd Motion
01-26-2012, 09:54 PM
Well I was trying to think of another script to write, and I was going to write a fletching script... but you've made me decide against it. Beautifully written and put together. Just wonderful!

Sunblast
01-26-2012, 09:55 PM
Reached 90! No idea if I should continue to 99 or use your Cooking script to 90 Cooking.. Nvm, I will go to 99 Fletch now :D

holysin
01-26-2012, 09:59 PM
99 woot :D

Vinyl Scratch
01-26-2012, 11:09 PM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 2 hr 14 min 22 sec |
| Logs Cut : 3108 |
| Exp Gained : 181196 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 2 hr 12 min 9 sec |
| Logs Cut : 3108 |
| Exp Gained : 181196 |
| Exp / Hour : 82362 |
| False Reason : Could not finish fletching |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

All Players Inactive, or timed out. Script is finished!
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 2 hr 14 min 22 sec |
| Logs Cut : 3108 |
| Exp Gained : 181196 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 2 hr 12 min 10 sec |
| Logs Cut : 3108 |
| Exp Gained : 181196 |
| Exp / Hour : 82362 |
| False Reason : Could not finish fletching |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Successfully executed.
http://i39.tinypic.com/v7tegy.png


Well, i have no clue why it stopped.. i did ran it for 5 houers yesterday!

OMG, I was there too, using the same script!! I think we were on the same world, sweet!! Well, I need a little help.. I run it for seven hours and thirty minutes, and it only cuts an invy, i think it's a problem with the Random_AFK.
I'll try it with out it, and see how it does.

Ironduke
01-26-2012, 11:09 PM
Nice job. Keep it up. I wish there was a good farming script on here other than livid farm since i have one farming :(

jdoggy
01-27-2012, 04:24 AM
Thanks very much, this script took a while to setup but once it got going got me from
97 1/2 to 99 in 1 day =) 90k exp hour doing Maples. thanks very much for 11 99, and this being the first bot i'v used on this site im hoping that u'v not set the standard to high for the rest. Thanks very much for the 99 again.

motokid64
01-27-2012, 04:44 AM
I can live with this

/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 3 hr 6 min 38 sec |
| Bows Strung : 4760 |
| Exp Gained : 357000 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Stringing Yew Longbow ] |
| Time Running : 3 hr 5 min 58 sec |
| Bows Strung : 4760 |
| Exp Gained : 357000 |
| Exp / Hour : 115784 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

InHuman
01-27-2012, 05:36 AM
just got my 99! thanks for my 7th cape <3

justleveling
01-27-2012, 05:41 AM
amazing script

bigmike6675
01-27-2012, 05:46 AM
you sir are going to get me my first 99 within a few days ty

Shaaaaun
01-27-2012, 07:20 AM
Just got 99!

http://img651.imageshack.us/img651/1588/99fletchh.png

slakan
01-27-2012, 08:41 AM
OMG, I was there too, using the same script!! I think we were on the same world, sweet!! Well, I need a little help.. I run it for seven hours and thirty minutes, and it only cuts an invy, i think it's a problem with the Random_AFK.
I'll try it with out it, and see how it does.

Well i did restart it, and did set graphics correct, so now it works like a charm!!

i also use CRASH smart.. :D

So i set it up like bot 6 houers rest 4 houers, bot 6 houers rest 4 houers :D

and its a charm with the CRASH smart that starts it !

i p0t u drop
01-27-2012, 09:31 AM
proggy for you. will keep on using this script works great! :D
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 2 hr 26 min 49 sec |
| Bows Strung : 4018 |
| Exp Gained : 0 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Stringing Yew Longbowbow ] |
| Time Running : 2 hr 26 min 48 sec |
| Bows Strung : 4018 |
| Exp Gained : 0 |
| Exp / Hour : 0 |
| False Reason : Used up all items |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

beezkneez
01-27-2012, 10:08 AM
Got me a 99 fletch, Thanks :D

holysin
01-27-2012, 04:36 PM
http://villavu.com/forum/attachment.php?attachmentid=13451&stc=1&d=1327682103:spot:;)

calyx30
01-27-2012, 07:00 PM
Omg,ur the best script master ever!!, tyvn for awesome script! The only thing that bother`s me is that for me maple longbow cutting gives 65k exp per hour cause its extremely laggy (i have turned off extra debug), still very laggy. Please reply to this asap :(

Scaper
01-27-2012, 08:14 PM
maybe add duel areana chests?

Sulferx
01-27-2012, 08:39 PM
Finally 99 fletching from this script! thanks daazndagger!

calyx30
01-28-2012, 04:34 AM
Hi,i ran the script for 5 hours 37 min,it worked like a charm but please tell me how to reduce the lag so i get more exp per hour :(, (i turned extradebug to False) btw best script i have ever seen

mxtrix
01-28-2012, 07:36 AM
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 2 hr 4 min 5 sec |
| Bows Strung : 2674 |
| Exp Gained : 200550 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Stringing Yew Longbow ] |
| Time Running : 2 hr 3 min 35 sec |
| Bows Strung : 2674 |
| Exp Gained : 200550 |
| Exp / Hour : 97829 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Amazing, ran it for over 8 hours in some instances @ 91 Fletching now

Press Play
01-28-2012, 09:42 AM
maybe add duel areana chests?Will do for next one :) Actually.. out of interest.. Try put the settings on TPA bank finding only and see if it can detect the chest?



Hi,i ran the script for 5 hours 37 min,it worked like a charm but please tell me how to reduce the lag so i get more exp per hour :(, (i turned extradebug to False) btw best script i have ever seenCheck out the link in my sig :)

calyx30
01-28-2012, 11:49 AM
I have a question :D, when i start botting it goes well, but after 40 min when i come back I see screen on lobby. Is this because of lag cause yesterday it ran for 5 hours and 37 min (it was morning time when it only ran for 40 min and it was night time when it ran for 5h and 37m) so any suggestion :D

warlacozte
01-28-2012, 04:50 PM
i get this when i try to start
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

fruitcakegypsy
01-28-2012, 08:06 PM
the red cursor would hover of the maple longbow option, but will not click for some reason :/

blye
01-28-2012, 09:06 PM
fantastic. thank you.

DarkAim
01-28-2012, 10:57 PM
The longest time script runs is for 9h and then it stops.

Kyle Undefined
01-28-2012, 10:59 PM
It's not the scripts fault, it's Jagex's fault.

iCURiP
01-29-2012, 12:02 AM
Fantastic script, thank you.

calyx30
01-29-2012, 03:18 AM
Please tell me why my bot screen goes on lobby after like 30-40 mmin of botting :(

Smingo
01-29-2012, 03:23 AM
Please tell me why my bot screen goes on lobby after like 30-40 mmin of botting :(

Did you set the break time? The default breaking timer breaks after 30 minutes I believe, but I guess it could be something else if you set your break time already

calyx30
01-29-2012, 07:57 AM
i set my break time `90` min, i think there is something wrong with banking or something :(



Please tell me how do i bot for long cause it keeps shutting down, and goes to lobby then logs out eventually

chiefcharlie
01-29-2012, 11:31 AM
few more days and ill have 99 with this script
120k yews to go

polska94
01-29-2012, 11:50 PM
i get this when i try to start
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

getting the same error, anyone know what's going on?

Kyle Undefined
01-29-2012, 11:51 PM
The answer is a few pages back.

Press Play
01-29-2012, 11:51 PM
You didn't read the first post did you :headbang:

EDIT: Ninja'd; but it's also on the first post now ;)

Smingo
01-30-2012, 12:32 AM
Just wanted to let you know I just got 99 on my main with this :D Second 99 with this script :P

Edit: I forgot to say Thank you so much for this script :D

Siilent
01-30-2012, 07:22 AM
i get this when i try to start
[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.
Put a 2 at the end of 'OPENBANKCHEST' so it would be 'OPENBANKCHEST2'

Siilent
01-30-2012, 07:25 AM
When ever i do it at sw it turns the map all the way around than right clicks the bank but just sits there

chiefcharlie
01-30-2012, 03:04 PM
When ever i do it at sw it turns the map all the way around than right clicks the bank but just sits there

make sure smart is enabled

lays
01-30-2012, 03:24 PM
just got my first 99 skill thanks to this script !! :)

Floppie
01-30-2012, 06:55 PM
Hey, i've a problem with running the script totally set it up and then this happens

[Error] (444:10): Duplicate identifier 'OPENBANKCHEST' at line 443
Compiling failed.

What do you have to do to fix this ?? Thanks already, script sounds great!!

Kyle Undefined
01-30-2012, 06:57 PM
Sigh...can you please read a few pages back, it's explained there.

Floppie
01-30-2012, 06:59 PM
yeah just saw it i'm sorry !!

Press Play
01-30-2012, 07:56 PM
Since I'm taking a break from SRL for a year, I've uploaded my version that I currently use for people who want to privately edit it.

Only SRL Members+ have permission to start a new thread with updates and fixes.

Dark_Yaz
01-31-2012, 07:30 AM
Heya guys, whats better exp? Stringing Yew Longs(u) or making the whole bow? I heard stringing was better, but the proggy I ran last night said I got 90k exp per hour, when its supposed to be like 120K+ easily so im wondering if I have done the wrong thing :P

Kyle Undefined
01-31-2012, 01:14 PM
Cutting bows is faster xp than stringing.

Holako
01-31-2012, 01:20 PM
Stopped two times :S dk reason
All Players Inactive, or timed out. Script is finished!
/-------------------------------------------------------------\
|-------------------------------------------------------------|
| -daazndagger-'s |
| [F]antastic [F]letcher |
| Version 0.60 BETA |
|-------------------------------------------------------------|
| TOTALS : |
| Time Running : 1 hr 18 min 46 sec |
| Logs Cut : 2044 |
| Exp Gained : 119165 |
| Level Up's : 0 |
| |
| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 1 hr 18 min 43 sec |
| Logs Cut : 2044 |
| Exp Gained : 119165 |
| Exp / Hour : 91666 |
| False Reason : Could not finish fletching |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Successfully executed.

Xx Carter xX
01-31-2012, 03:12 PM
| Time Running : 6 hr 21 sec |
| Logs Cut : 9408 |
| Exp Gained : 548486 |
| Exp / Hour : 91414 |
| False Reason : Could not finish fletching |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/
amazing proggy. Going for 200m fletching xp and i think this will help me do it (:

jakeyboy29
01-31-2012, 03:18 PM
Still working after update!

| PLAYER 0 : [ Cutting Maple Longbow(U) ] |
| Time Running : 8 min 33 sec |
| Logs Cut : 224 |
| Exp Gained : 13059 |
| Exp / Hour : 97944 |
| False Reason : |
| |
| |
|-------------------------------------------------------------|
\-------------------------------------------------------------/

Holako
01-31-2012, 06:04 PM
keep getting this All Players Inactive, or timed out. Script is finished!
what is the problem?

Kyle Undefined
01-31-2012, 06:20 PM
RS Update has broken some scripts.

bigmike6675
01-31-2012, 06:59 PM
it seems that it cant find the craft option, it goes to my inventory and ust hovers the logs how can i fix this?

Kyle Undefined
01-31-2012, 07:47 PM
Please read the post above yours :)

bigmike6675
01-31-2012, 07:58 PM
i know that kyle, i meant is there any more information i can give thatll tell how to fix, or anything. sorry guess i sohuldve said that lol

jakeyboy29
01-31-2012, 08:48 PM
Again, this is still working great, were you using the script before the update?

bigmike6675
01-31-2012, 09:10 PM
yea, i got from 90 to 97 with it. today this just started randomly happening

polska94
01-31-2012, 09:43 PM
wtf the script turns off after like 2 minutes on me... in the middle of cutting logs it it randomly runs and turns off...

Kyle Undefined
01-31-2012, 10:55 PM
wtf the script turns off after like 2 minutes on me... in the middle of cutting logs it it randomly runs and turns off...

Could you please watch the attitude? Also, there was an RS update so not all scripts are working at the moment.

Giant Panda
02-01-2012, 12:08 AM
1.5k yew bows cut and strung today, great script doing great things once again, sorry don't have a proggy my laptop battery died :P

had never used the proto tool till today with this script, worked very well simple and human like way to get around it :P

Somfingwong
02-01-2012, 12:52 AM
Edit: Never mind new version works fine.

Holako
02-01-2012, 12:14 PM
I got this
Performing Anti-Ban procedure...
Error: Out Of Range at line 816
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, 3]