Works for about 3-5 mins mines less than 1 load and then logs out and moves to the next player
Works for about 3-5 mins mines less than 1 load and then logs out and moves to the next player
hmm... this isnt working for me :/
I just wanted to test so i qouted out all the "Stats_" stuff, caus it would hang with all that crap, anyways, now that i did that, it just sits there... mouse on the inv tab icon, and nothing else...
Kindof Inactive...
Works fine for me until i got a mine random after a hour 27 secound and forgot proggy![]()
I see Now, says the blind man
Gonna try this one, such a long time ago...
I used to make my own scripts, but that is years ago!
for the last time, I am using Scar 3.23, I did the SVN checkout for the srl to get the open dev, I moved the plugins and it still doesn't work, I don't know why but it can't log in it just keeps saying [Runtime Error] : Out Of Range in line 107 in script which is the username line for player 0 I've tried using the other player slots and I get the the same problem.
Your almost done then.
If you are only using one player, either comment out/backspace all of the extra player stuff (Player[1], 2 ,3 ,4 etc) lines can be removed, so you ONLY have Player[0] lines, and then it will work.
I'll explain it better once I get home.
@Mike, are you sure you filled out the proper rock color? And the StatsGuise function doesn't lag at all, its just Status('') and Disguise('') no way those can be lagging you.
@Other people, please be AS SPECIFIC AS YOU CAN when you report problems. Tell me your scar version and SRL version (are they both SVNed? Are the both updated? And if the script doesn't start at all, tell me the error, if the script does start, tell me how far it gets before messing up!
I'll deal with other questions in a few hours once I'm home.
Trying to help but i think what YohoJo is trying to say is.
Do this.(for 1 character)
1. Change line 80 from 5 to 1 (Like in the script this tells it how many players to use)
2. Change line 81 from 2 to 0 (It will start from Player[0] which in most scripts if not all i have found is the first player)
3. Remove all Script from line 114 to 149 (Then there is only 1 player for the script to read from or whatever)
If you are using 2 players:
1. Change line 80 from 5 to 2 (Like in the script this tells it how many players to use)
2. Change line 81 from 2 to 0 (It will start from Player[0] which in most scripts if not all i have found is the first player then go onto Player[1])
3. Remove all Script from line 123 to 149 (Then there are 2 players for the script to read from or whatever)
Hope i helped, this is just what i have learnt over my brief time here... =3
Thanks YoHoJo for the script!
EDIT: Just wanted to help YoHoJo, so he didnt have to explain. =3
EDIT: This was for Reshintoe's Problem. methinks
Last edited by Mrbanana; 03-09-2010 at 04:00 AM.
Thanks very much MrBanana!
@ReShinToe:
Change the DeclarePlayers procedure to:
SCAR Code:procedure DeclarePlayers;
var i:integer;
begin
NumberOfPlayers(NumbOfPlayers);
CurrentPlayer := StartPlayer;
for i := 0 to NumbOfPlayers-1 do
Players[i].BoxRewards := ['mote', 'ostume', 'XP', 'Gem', 'ithril', 'oal', 'une', 'oins'];
with Players[0] do
begin
Name := ''; //Player username.
Pass := ''; //Player password.
Nick := ''; //Player nickname - 3-4 letters of Player username.
Active := True;
Integers[1] := 4; //1=BrightCopper, 2=DarkCopper, 3=Tin, 4=Iron.
Integers[2] := 3; //Seconds to try mining rock before clicking another.
end;
end;
And above that, under Const made
SCAR Code:NumbOfPlayers= 1; //How many players are you using
StartPlayer= 0; //Player to start auoting with! (0 means first char)
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| --> YoHoJos PMS 1.04 <-- |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
| Worked for 1 Hours, 32 Minutes and 23 Seconds
| Mined 614 ores at a rate of 398 per hour
| Mined 22 loads at a rate of 14 per hour
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
# : Nick = A : Level Worked Mined Loads XP Location
0 : **** = T 49 01:10:49 614 22 21490 L:Mining
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
http://www.stats.srl-forums.com/sigs/4360.png
Yeah, wasn't sure if i am supposed to post script like that.... plus this way he will know how to do it in future =3
Oh and sorry for no proggy, windows updated after like a few hours of your script running >=-[
Yohojo thanks for the asistance your fix worked
but
new error...yay....
This time it launches Smart sits there for three minutes at the game mode screen then scar says "It has been 3 minutes and Runescape is not yet ready... Terminating"
just as a test I clicked disable smart after the script was finished and logged in, it worked just fine. so do I need to move on to asking freddy for help on this one or is it something to do with the script?
oh yeah
Running Scar 3.23
updated SRL Open dev
smart ver 4.5
I can't get this script, or any for that matter, to work.
Alright, so I used SVN to get the latest SCAR, SRL, and SMART. I filled out the player information and everything, and when i click play, it loads up smart. however, once smart loads, it starts flashing between the lobby screen and the loading bar which displays "started 3d graphics" or similar.
I stopped the script, disabled smart, and put it in safe mode, and the flashing stopped. However, after I start the script again it still doesn't do anything. What am I doing wrong?
Really? I think SRL has fixed most of the login stuff. Other scripts I use log me in just fine.
@Reshintoe
Make sure you are on SAFE MODE, Brightest Color Setting, and the button on SMART should say "Disable SMART" whilst you are autoing.
If the button says:
Disable SMART=SMART/the script is in control
Enable SMART= User input allowed, script not in control
(Also, sometimes you need to click/reclick Enable/Disable SMART a few times if you want to gain control of the client for any reason)
But you really dont need to touch that button really, when SMART pops up, it is already enabled for you.
Hope that helps.
Hmm then, do what I said up there ^. If that doesn't working, then MAYBE there is a problem with SRL's login functions?
But I'm 99% sure they are fixed and working, because I just autoed yesterday.
I've tried this and the two power chopping scripts, none of them do anything
(well the one from trilez just opens up the graphics options and tries to put me in fullscreen mode, but that's only after i log it in manually. If I don't log in manually, the script doesn't do anything at all)
since these scripts all seem to work, I think this one is simply user error.
also, noob question but, whats the difference between a signed and unsigned client?
Last edited by qarano; 03-09-2010 at 04:01 PM.
"It has been 3 minutes and Runescape is not yet ready... Terminating" is from LoginPlayer;
I don't get it ether O.o
SCAR Code:if (not(RSReady)) then
begin
MarkTime(Mark);
while (not(RSReady)) do
begin
Wait(100);
if (TimeFromMark(Mark) > 180000) then
begin
WriteLn('It has been 3 minutes and Runescape is not yet ready... Terminating.');
TerminateScript;
end;
end;
WriteLn('Welcome to Runescape.');
end;
Alright, so I logged in manually and then ran this script (with SMART) and it clicked on my levels tab, and then on the run button, and hasn't moved since. I'm in safe mode, brightness all the way up, standing in the rimmington mine right next to the copper. I deleted all the player information except player 0, and set the players to use to 1, like you said. what am i doing wrong?
“Ignorance, the root and the stem of every evil.”
He wasn't talking about the StatsGuiseHe was talking about Nelsie's stats stuff. If it can't connect to server (which sometimes happens quite a lot....I guess freehostia can't take the load) it keeps on trying for like 5-6 minutes maybe more after every load...so character ends up standing there for looooong time after every load unless it can connect....Gets very annoying sometimes...When is SRL stats going to be ready? xD
Edit: BTW YoHo I am stealing your avatar![]()
Last edited by FEAR; 03-09-2010 at 05:00 PM.
Alright I am new to this but hopefully I can help because I had the same problem. The way that I fixed everything was to reinstall scar 3.23 and use SRL revision 144 instead of just updating to the newest version. If you already reinstalled SCAR then just delete the SRL and reinstall that with SVN but as I said choose revision 144.
Now for some feedback
This is the first script I tried and after I fixed the above it worked great. no problems so far.
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| --> YoHoJos PMS 1.04 <-- |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
| Worked for 28 Minutes and 5 Seconds
| Mined 135 ores at a rate of 298 per hour
| Mined 5 loads at a rate of 11 per hour
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
not sure why it logged out there was no random I guess I'll just see what I can do with that. Anyway excellent miner, easy to use, I actually got it to work![]()
how do i choose revision 144? I just used the link given for tortoise svn, I don't know how to get other revisions.
edit: okay, I think I got the revision 144. however, I still have the same problem. If I don't log it in myself, the little red dot which represents the mouse just hovers over where the run button would be. If I log it in manually and then run the script, it hovers over the run button (assumedly clicking)
also, the scar window says "all players inactive". However, when I leave it not yet logged in, it says "(my character's nick) logging in" but doesn't ever actually log in.
Last edited by qarano; 03-09-2010 at 06:36 PM.
Seeing all these NEW people with errors makes me want to make a guide or something...... :'[
Just so y'all know, I have EVERYTHING updated.(that i know of) :P
Scar - 2.23
SRL - Rev: 415
Latest version of this script and all....
IF you have filled in DeclarePlayers correctly and lines from 77-83(i think most others CAN BE left alone.) and everything up to date, and you have followed Coh3n's Guide to setting up SCAR IT SHOULD BE WORKING if it is not it is most likely because you have not done something correctly... basically Human Error.
ALSO these are the options that i am set to.
Display Mode: SAFE MODE
Screen Sizing: FIXED
Advanced
Brightness: MAX
Visible levels: Current
Ground Decoration: Off
Idle animations: Few
Ground textures: Few
Water detail: N/A
Particles: Low
Ground blending: Off
CPU Usage: Low
Remove roofs: N/A
Texture detail: Low
Flickering effects: Off
Character shadows: Off
Fog: N/A
Custom cursors: Off
Volume(lol)
MUSIC: Lowest
SOUND EFFECTS: Lowest
AREA SOUNDS: Lowest
STEREO
Also Animated background: OFF
make sure you have those options as they work for me(and i think i read they had to be that somewhere?).
qarano:
all player inactive im pritty sure means either you have set them to "Active := False;" or you have set line 80 to 0 or that none of your players worked...?also, the scar window says "all players inactive". However, when I leave it not yet logged in, it says "(my character's nick) logging in" but doesn't ever actually log in.
about it hovering over the run button... it is probably still trying to login, im pritty sure you cant just login for it and say KGO!
@sonokirujin
Did it say it had Executed or w/e? you might have had line 82 set to 5 or something? o_O Also revision 144... i dont think that should work should it? it wouldnt be able to login... amiright?
Sorry if anything i have said is wrong. Just trying to help.(Im a noob myself) THE SCRIPT ISNT THE PROBLEM THOUGH! It works fine, possibly a little buggy but gets the job done none the less.
Oh, i didnt mean that was a guide... was just posting that to help yas out... doubt ill make a guide ._.
Biohazard222
Yeah... mine seems to sometimes randomly log out to... dont know why, i just have all the player spots fileld in with the same player..... goes for an hour or more then... i should try to get a proggy later... FMing atmWorks for about 3-5 mins mines less than 1 load and then logs out and moves to the next player
Last edited by Mrbanana; 03-09-2010 at 07:55 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)