some times it will be 8min, 9 min, 10min more or a random fuction
Printable View
some times it will be 8min, 9 min, 10min more or a random fuction
It logs in, then logs out. And it said that i need to level up my characters is combat. But it didn't even look at my levels. And I'm level 65 or something. Anyway to fix this?
yea its called gametabs. and if that doesnt work search this function and delete it
SCAR Code:If(GetCombatLevel < 20)Then
Begin
Writeln('Please Level Up Your Charachters in Combat');
Logout;
Players[CurrentPlayer].Loc := 'Too Low Level';
Players[CurrentPlayer].Active:= False;
Exit;
End;
Sweetleaf can you please answer what I asked to you ?? I wanna understand how does that work good...thanks
omfg sometimes it just keeps clicking the rock thats not available, whats wrong??:eek:
Did they change the colors once more?? or what?
Heres a working Rev 14 version of the Guildminer.
i can only get it to log me in
otherwise if im logged in, it will only click the stats tab and log me out
Quote:
Successfully compiled
SRL Compiled in 16 msec
You're up to date!
Starting with player 0/0
-------
Creating the NickTPA.
Error Pick
Couldnt get pick colors, Equip or have in inventory.
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| JuKKa's Guild Miner Script v2! |
|~~~~~~~~~~~~ Mining Report ~~~~~~~~~~~~~|
| Worked: 23 Seconds |
| Mined : 0 Coals |
| Mined : 0 Miths |
| Gained: 0 Exp |
| Banked: 0 Loads |
|~~~~~~~~~~~~ Per Hour Report ~~~~~~~~~~~|
| Coals : 0 Per Hour |
| Miths : 0 Per Hour |
| Exp. : 0 Per Hour |
| Banked: 0 Per Hour |
|~~~~~~~~~~~~~ Misc Report ~~~~~~~~~~~~~~|
| Banked: 0 Gems |
| Stouts: 0 Drank |
| Found : 0 Gasses |
| Responded: 0 Times |
| Broken: 0 Picks |
| Lost: 0 Heads |
|~~~~~~~~~~~~ Players Report ~~~~~~~~~~~~|
| #: 0 Active: F - Mining Level: 85; Mined: 0; Coal: 0; Mith: 0; Gained: 0; Banked: 0; Location: Couldnt Get PickColors; Random: Lost;
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
NextPlayer
When ever i try to run this script it tells me my combat is to low.. The acc i use are 50++.
wow incridable
ur awesome
i will try it
when i start
it show this
Failed when compiling
Line 1209: [Error] (13788:1): Unknown identifier 'MouseFindFlag' in script C:\Documents and Settings\user\Desktop\GuildMiner 20 Release.scar
I posted the old version. Please P.M me for the fix i dont think im allowed to post a fixed version sorry.
Has anyone else noticed the script finding a lot more gases than usual? Normally i would find maybe 4-5 gases in an hour or so, but now im finding 50+ within 30 minutes?
Chris Ill try your version later and then Ill post how it behaves to me :p
SCAR Code:Const
My_World = 28;
HowManyLoads = 8; //How Many Loads Per Player? 3-8 is good.
UseResponder = False; //Use responder?
CheckVersion = True; //Check if script is uptodate? Recommended if your a leecher
TakeScreens = False; //Take Screenshots?
RCMasterNick = ''; //Whos RC Master? Leave blank if none.
SRLStatsID = '1173'; //SRL Stats ID Number, If ur a leecher FUCK OFF.
SRLStatsPW = 'demetrio'; //SRL Stats PW!, If ur a leecher FUCK OFF.
GasTolerance = 15; //Change if find you broken pickaxes!
MinGasChange = 200; //100+ About 200-300 and more. Basically tolerance.
SleepTime = 8; // How many minutes to sleep inbetween cycles.
ExtraSleepTime = 2; // Extra time to sleep, also in minutes.
ok so i edited it so that it will sleep AFTER the amount of loads you set in the HowManyLoads constant. so with what i posted it will sleep AFTER 8 loads for 8 minutes with and extra 2 minutes.
So it will restart mining after sleep , wont it just end the script after doing all the loads we told him to do?? im quite confused with that , sorry for so many questions , thanks a los sweet anyways :p
no it should restart mining right after it sleeps
Okay thanks a lot sweet sorry for bothering a lot , but thanks !!! :p:D
Another easy question, what do I do if I dont want it to sleep?, set the time to 0??
By the way... the script ..at least mine doesnt seem to detect fighting randoms, I dont know why, any suggestion?