Indeed, this script uses little more memory than playing RS yourself.
@jez: Dude I have fixed that! You use a Beta at your own risk! I'm nearly ready to release 2.5. Last testing now![]()
another proggie, better this time:
* BETA *
() (================================================= )
() (= Fr0zn S0uls Multi-Tree Chopper Banker~Dropper =)
() (= 1 G 1 G 1 G's Report
() (================================================= )
() (= Gained 1 Levels out of 1 Total Levels
() (= 2514 XP To Level 58 Woodcutting
() (= Done 9 of 9 Total Loads (2 Players Still Active)
() (= Script Running For: 59 Minutes and 28 Seconds
() (================================================= )
* REPORT BUGS IMMEDIATELY *
Version 2.5 Released on 10/12/07 4:34pm GMT+12!
After a ton of testing, here it is. Version 2.5! Yay! Enjoy everyone![]()
Line 1061 invalid Number of parameter in Script?? how to solve that??
I tried with scar 3.12c &3.13 with both rev #7
Signature Deleted Until Further Notice ...
Yea, you get SRL 4.7. Clicking download includes in file -> DOwnload Includes is NOT how to get 4.7, it gets 4.1! There is a guide to setting up svn on my first post. Why don't people read the other posts or click search before asking? *sigh*
Hey man, this script is amazing, but I have some issues with the Grand Exchange Yew Cutter part. First off, sometimes it starts clicking randomly on the MM and just logs out. And it never seems to find the Verrok road colour. It's also quite laggy when I start to chop the tree. Any ideas?
Any estimates on how long a load of normal logs would take on an account with 1 woodcutting ?
Lol i have no idea how long. Not much longer than doing it yourself though. Mmm the yews... I have to make a DDTM some time to get the color... I didn't test those... sorry.
Hi Man Nice Script Currently I'M Using 2.4 Cuz I'm Lost In 2.5:
Dunno Were 2 Stand For Varrok Yew.. And It Always says couldn't find varrok road colorz... What Shuld I Do..?
Signature Deleted Until Further Notice ...
[Runtime Error] : Exception: Access violation at address 00521477 in module 'scar.exe'. Write of address 02CE2DB0 in line 146 in script D:\Program Files\SCAR 3.12\includes\SRL/SRL/Core/Object.scar
i've got it a couple time when left overnight anyideas
Line 95: [Error] (14919:32): Unknown identifier 'x' in script C:\Program Files\SCAR 3.12\includes\SRL/SRL/misc/WorldSwitcher.scar
V2.5
I do appreciate your 2.4 version though. Not really any antirandoms on it, so i find myself in lumby often if i go to grab a sandwich from the kitchen or just a bottle of water, but as long as I'm at the CPU while I'm using it, i can keep track of the randoms and just pause the script to do it myself. Saves me a bunch of clicking. Ent finder always works too, although it just keeps running in circles until the ent's gone.
() (================================================= )
() (= Fr0zn S0uls Multi-Tree Chopper Banker~Dropper =)
() (= Skye Air's Report
() (================================================= )
() (= Gained 1 Levels out of 1 Total Levels
() (= 0 XP To Level 81 Woodcutting
() (= Done 71 of 71 Total Loads (5 Players Still Active)
() (= Script Running For: 3 Hours, 33 Minutes and 19 Seconds
() (================================================= )
OK well the Runtime Error is an SRL thing, not my fault at all.
And unknown identifier 'x'. If you get this then change the first part of the script so that the includes are after the variables like this:
SCAR Code:program MultiTreeChopperBankerDropper;
var
x, y, i, LogCounter, LogOutEvery, LogOutWaitEvery, LogOutWaitFor, LoadsTillLog : Integer;
LevelsGained, Tries, Fixes, NWorld, OWorld, ActivePlayers, RemoveChatters : Integer;
RandomChatter, FreeSlot, TalkEvery, GameColorTolerance, Picture : Integer;
Tree : String;
LogOutWait : Boolean;
Chatters : Array[0..100] of string;
TreeColor : Array[0..2] of Integer;
{.include SRL/SRL.scar}
{.include SRL/SRL/misc/WorldSwitcher.scar}
Im gonna try this script out ... Expect a progress report in the near future![]()
Can U Please Tell Me Were To Stand Exactly For Yews??
Signature Deleted Until Further Notice ...
what should i do abut the runtime error? whats it mean??
i keep getting this error message whats up?
Line 95: [Error] (95:32): Unknown identifier 'x' in script C:\Program Files\SCAR 3.13\includes\SRL\SRL\misc\WorldSwitcher.scar
I agree with person above.
Olmoste P-E-R-F-E-C-T !;D
i get the same message as ryuraito please fix it i really wanna try this script..
And unknown identifier 'x'. If you get this then change the first part of the script so that the includes are after the variables like this:
SCAR Code:program MultiTreeChopperBankerDropper;
var
x, y, i, LogCounter, LogOutEvery, LogOutWaitEvery, LogOutWaitFor, LoadsTillLog : Integer;
LevelsGained, Tries, Fixes, NWorld, OWorld, ActivePlayers, RemoveChatters : Integer;
RandomChatter, FreeSlot, TalkEvery, GameColorTolerance, Picture : Integer;
Tree : String;
LogOutWait : Boolean;
Chatters : Array[0..100] of string;
TreeColor : Array[0..2] of Integer;
{.include SRL/SRL.scar}
{.include SRL/SRL/misc/WorldSwitcher.scar}
IF you get this error. Line 1094: [Error] (16074:45): Invalid number of parameters in script
***EDIT***
To fix the error of line 1094, go to the first post on this thread, scroll down to where you download the script and above that, you will see in blue, click here if you get a failed to compile. Well go there and do that. You may have alreddy done it because i did, just try agin.
THANKS,king of the nites P.S. expect a proggie from me in 1 or 2 days!!
aww man i did what you said that fixed that problem but now im facing another problem it tells me i have this as a problem invaild parameters XPNextLevel := XpTilNextLevel('woodcutting');
I get this error when trying to run it:
Code:Line 241: [Error] (15431:1): Identifier expected in script C:\Documents and Settings\Home\Desktop\SCAR 3.12\Scripts\Multi-Tree Chopper Banker~Dropper [v2.5] l Fr0zn S0ul.scar
Is there any way where i can change it so where it does not wait at all? My computer shuts down itself whenever it breaks...
OK identifier expected in line 247 ay. Well thats a rediculous error, did you make it up?! Line 247 is WriteLn!!! It doesnt have any identifiers cause its a procedure not a fricken function!
Uh and what do you mean by the not wait at all? Make sure you have this:
and it must be set to false or it will wait when it logs out (? this what you want?)SCAR Code:LogOutWait := false;
Identifier 'x'... OK il release 2.51. Exactly the same, but for those who don't read the posts here to help, I'll do it all for you -.-
thanks to the king of nites for masterfully copying everything I have used to help people with their nooby errors into one post, which will soon be lost amongst even more people complaining about what the the same stuff that king's post contains![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)