thank u very much! i've just started using Scar and it's scripts adb your's script rules !
Printable View
thank u very much! i've just started using Scar and it's scripts adb your's script rules !
hehe nice, good my auto responder is working, but i think i'll make it shorter in next version to pump the speed up. i'm now bussy with making my mining procedure faster. anywayz, tnx for the comment :D
i gues this is with the second v2.3?
hehe tnx :D
hey, nice update for 2.3. The script seems pretty much flawless. I've mine about 500 ores in 2 hours.
Here are the bugs. When the bot asks "what is your mining level? I am level #" , the auto responder picks up the mining level and repeats, I'm lvl #. So, it is saying the same thing twice. So, I took out the part about asking questions.
As for the part that screws up, well, the walking is flawless, however, all of my miners got lost after they couldn't find the bank. The bank was probably too crowded and they kept on going. So, if there is a better bank finding procedure, that'll be nice.
once again, you are making good progress. =)
I like this but it stops alot.
Oops I just noticed I have 2.2. I'll test 2.3 and maybe post a proggie.
just tried it while i was showering mined about 100-150 ores in 15 mins
MasterKill, i have found an error in the script. However, i have never programed scar before, though have tested my edited script and it fixed the error.
Before i fixed the error:
When your character got lost, "i dont see the mining spot... random walk", the script would just stop there. It would not switch to the next player, it would just freeze there until i came to restart the script and relocate my character.
After i fixed the error:
The script will say, "i dont see the mining spot... random walk", then walk around randomly a few times, then the script would stop until runescape auto times out and logs you out. The script will then proceed with the next player.
To fix this, i simply removed the line 1158 ("FindTheRocksAfterWalk;")
Are you able to tell me if this was an error, because it seemed to work for me.
thanks,
Matt.
thank u 2, i'll take a look at that right now
<---------- EDIT ---------->
I found something. I placed a repeat loop in it -.-' (idk why) but i thinkt that's the problem.
don't remove FindRocksAfterWalk; becouse that's a need to try and find the mine anywayz.
I hope this is fixing your problem (couse it's just normaly working at my place)
I'll place it in V2.5+
but for the real hard working people you can replace it now by yourselfz:
SCAR Code:////////////////////////////////////////////////////////////////////////////////
// RICK 4 SRL
var
RicksRoadWalk : integer;
procedure ToVarrockEastMine;
begin
If Not LoggedIn then exit;
RicksRoadWalk := 0
Case Random (5) Of
0: WriteLn('- ' + Players[CurrentPlayer].Name + ': "Lets go to the mine!"');
1: WriteLn('- ' + Players[CurrentPlayer].Name + ': "hey, hurry up, i want to mine!"');
2: WriteLn('- ' + Players[CurrentPlayer].Name + ': "GO GO GO!"');
3: WriteLn('- ' + Players[CurrentPlayer].Name + ': "I love the varrock east mine, so lets go!"');
4: WriteLn('- ' + Players[CurrentPlayer].Name + ': "I`ll walk you to the mine"');
end;
WriteLn('');
RadialRoadWalk(FindVarrockRoadColor2, 36, 79, 69, 4, 4);
RadialRoadWalk(FindVarrockRoadColor2, 66, 130, 67, 0, 0);
repeat
RadialRoadWalk(FindVarrockRoadColor2, 125, 220, 60, 0, 0);
RicksRoadWalk := RicksRoadWalk + 1
until (RicksRoadWalk = 5) or (FindSymbol(x, y, 'mining spot'))
RicksRoadWalk := 0
if (FindSymbol(x, y, 'mining spot')) then
begin
Mouse(x, y, 1, 1, True);
WriteLn('- ' + Players[CurrentPlayer].Name + ': "spotted mining spot"');
WriteLn('');
Wait(14000);
Mouse(253, 27, 1, 1, True);
FindTheRocksAfterWalk;
exit;
end;
if (not (FindSymbol(x, y, 'mining spot'))) then
begin
WriteLn('- ' + Players[CurrentPlayer].Name + ': "i dont see the mining spot... random walk"');
WriteLn('');
Wait(5000);
Mouse(613, 80, 0, 0, True);
Wait(14000);
FindTheRocksAfterWalk;
exit;
end;
If Not LoggedIn then exit;
Players[CurrentPlayer].loc := 'Lost';
Logout;
exit;
end;
////////////////////////////////////////////////////////////////////////////////
Loved it. I will use it for a whole day tomorrow.Code:<-/ __ //_// ___// // /---/ / /---/ ____// __ // /------------------------->
/ __// // /__ / / /__ / /___ // __// /__
/_/\_\ /_//____//__/\_\ /__/ /_____//_/\_\ /____/ <--PROGRESS REPORT-->
<------------------------------------------------------------------------------>
--> Total loads done = 5
--> Total iron Mined = 135 ore`s
--> Random/trade Items = 0 items
--> Responds made = 5
--> Time running = 35 Minutes and 17 Seconds
<------------------------------------------------------------------------------>
Probably not too good, then I change it.
I love YOU.
Anywhos, I ran for a few more hours and got a plant random, it didn't do anything. Kept running when I got hit with poison.
gay :p
anyway:
<-/ __ //_// ___// // /---/ / /---/ ____// __ // /------------------------->
/ __// // /__ / / /__ / /___ // __// /__
/_/\_\ /_//____//__/\_\ /__/ /_____//_/\_\ /____/ <--PROGRESS REPORT-->
<------------------------------------------------------------------------------>
--> Total loads done = 117
--> Total iron Mined = 3204 ore`s
--> Random/trade Items = 0 items
--> Responds made = 130
--> Time running = 8 Minutes and 17 Seconds
<------------------------------------------------------------------------------>
-2 Players where dead.
-1 Player lose his pick head... (rune lol :p)
-1 player was near the museam.
-1 player had broken pick.
-3 players where false in bank...
-1 player have run the script accactly... he mined for 4hours. after that he gain false allso. the other players where mostenly false after one run.
Nice script. One over night for you ;) keep it up. :)
btw, i chaged line 1177 to metal. :f:
running time was like 9 hours. system time fucked up.
runned from 11hour until 8.
hardcore 4 lief igg. metal fzw :p
you should add the option of whether or not to on the Responder or trader and which line can i configure the mouse speed?
Just tried it, walked right there, mined and banked without a problem, will try 5 players tonight or tomarrow and let u know what it does. Looks great!
[Runtime Error] : Out Of Range in line 83 in script C:\Documents and Settings\HP_Administrator\Desktop\RICK 4 SRL VarrockEastMineAndBanker V2.3.scar plz help i think its the pass words line
Everyone, be sure if you change the players (HowManyPlayers := 3; // NO MAX) that you also delete the unnecessary player setups.
For example, if you are using one player only, only have the number 0 player:
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := 'rone';
Players[0].Active := True;
Players[0].integer1 := 2;
Players[0].loc := 'in the bank';
Players[0].String1 := 'Addy';
If you are using 2, have the 0 and 1 player, etc ... If you change the line "HowManyPlayers := 3; // NO MAX" and don't delete the unnecessary/unused playerd you WILL get an error.
Sorry if you already knew this, just for some people who may not have.
Matt.
**edit: LOL, HAHA. I left my password in, changing it now just for safety =D. Its probly stored on their server, so if anyone saw it its changed =)
hey dood u got aim casue ill pay u rs cash 2 help me get this working
ffs plz help ive been working on this all night casue im a retad and i still cant get it working now it says Line 57: [Error] (14807:22): Assignment expected in script C:
I liked that script worked very well good job ;) :spot:
For everyone who gets errors ... Ensure you are using the latest scar (im using Scar Divi 3.11 and it works fine for me). Just to be sure, click File -> Download Includes, and then click File -> Download SRL.
The script works, its just a simple user problem.
If you still can't get it working, re-download it because you may have accidentally deleted something.
hey m8 ! it sounds as a great job but i have a problem... when i launch it it says [Runtime Error] : Out Of Range in line 57 in script C:\Documents and Settings\*****\Desktop\RICK 4 SRL VarrockEastMineAndBanker V2[1].3.scar what is the problem ?
[Runtime Error] : Out Of Range in line 66 in script C:\Documents and Settings\C\Desktop\RICK 4 SRL VarrockEastMineAndBanker V2.3.scar
What do i do :S Any help apprectiated.
You're setting your players wrong!
Use the search button for a tutorial on 'How To Set Up Your Players' by Wizzup. That will answer all your questions...I assure you ;)
On the page before I have written how to stop this error ... Please read. Here it is again:
If you are getting this error:
[Runtime Error] : Out Of Range in line [line number] in script C:\Documents and Settings\C\Desktop\RICK 4 SRL VarrockEastMineAndBanker V2.3.scar
Please follow this:
Everyone, be sure if you change the players (HowManyPlayers := 3; // NO MAX) that you also delete the unnecessary player setups.
For example, if you are using one player only, only have the number 0 player:
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := 'rone';
Players[0].Active := True;
Players[0].integer1 := 2;
Players[0].loc := 'in the bank';
Players[0].String1 := 'Addy';
If you are using 2, have the 0 and 1 player, etc ... If you change the line "HowManyPlayers := 3; // NO MAX" and don't delete the unnecessary/unused playerd you WILL get an error.
If you have any blank player ID's you MUST delete them, and then change the "HowManyPlayers" according to how many plaier ID's you have left with the player name and password in.
Sorry if you already knew this, just for some people who may not have.
Matt.
it is very cool man good work...can u make varock coal miner in giant hill?that wbe awsome
dude its not working any more i have SCAR Divi 3.06 and after i start script it just doesnt do any thing no errors in the bottoms box
Pahmat, its kool u try to help but maybe its a idee to write your own script?
i dont know what to do everytime i click start it says this message Include file C:\Program Files\SCAR 3.11\includes\srl\srl.scar does not exist.
Failed when compiling how do i fix it
Read my How to Download Scar and Srl Tutorial... Link is in my signature :D
~Stupedspam
Im testing the script tonight.(first time using)
Ill post progg tomorrow!
meh still cant figure out why box isnt working -_-
heey all, my form isen't working anymore... some'one got this prob to?
anywayz, i'll create a new ore remove it in next version ;)
meh just saw 2 of my chars get stuck northwest of bank ouside of the training dummy building (kinda north of that but yeah)
ur script works great it need better bank finding. because sometimes goes where the museum is...
there is no problem in the script good job ure a awsome scripter ..can u make a script that is used in guild fally?