good script considering i dont know how to do one at all lol
good script considering i dont know how to do one at all lol
This is amazing thanks.
Line 33: [Error] (60:1): Duplicate identifier '' in script C:\Program\SCAR 3.10\includes\SRL/SRL/Core/Globals.scar
Cant get it workin', anyone that can give me a hand?
http://www.villavu.com/forum/showthr...=36014?t=38814
The rule against it is in that post by Wizzup?. I think much of the reason there are no stats accounts is one because we want noobs to make them, and two because the stats account has an obvious unfair advantage when it comes to ranking with the other accounts.
Works great.
Just a quick question w/ SRL Playerform. Does it use every army listed, or just the one brought up? I'm asking cuz I have diff accs with diff skillsets.
Very good job on this script, ran it outside of Ard for about 10 minutes. It worked at a very efficient speed
Thanks for this script. This is the only one that works well for me...
first off.. thanx for the script. i looked forever and this is the first one i actually got to compile. 2nd, yes i'm a newb at script, and yes i'm a leech. i can't help that i'm not a computer programmer. i am , however, trying to learn. i ran bumblebees autominer and encountered problems. i'm sure its my fault. went to dwarven mine, tryed to mine iron. it found pick, continued, then said my mining lvl was 0. it moved my mouse a few random spaces and tryed to click then stopped. in the feilds i filled out my username, pass, and for nickname i used my username again. nickname??? huh? army 0 active true...weild pick true..load 1000...rock iron. any help is appreciated for this newbie leech
OMFG!!!!
what the hell is this error i get it on every script...
Line 46: [Error] (249:11): Unknown identifier 'CreateTPAFromBMP' in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Math.scar
I tested this script out for a few Copper loads. It's a very nice script for the Free for All Scripts. Keep up the good work, Blumblebee.
here is my proggy ty for the cool script
_________________________________________________ ___
Mined A Total Of 6328 Ores
Avoided 5 Gas
Completed 226 Loads
Successfully executed
What did you name the constant for rock type... im trying to add an XP counter lol until then
add this to the proggy somewhere to get the Total experiance... IRON ONLY lol (if you tell me to delete this i will)
SCAR Code:Writeln('Gained ' + IntToStr(MN*35) + ' Experience');
blumblebee,
you are absolutely correct. my conn is dialup and is slow. thanx for the advice.....i will try messing with the wait times. lol. this outta be fun. what's the worst that could happen right? soooo if i don't have a dsl or k3 or fiber optic, i just can't use it? that's most people, am i right? the best thing i have gotten to actually work is axife mouse recorder. it hasn't got many realistic uses though. has anyone else noticed that runescape moves a slight bit every couple of minutes or so??? fix on an edge or point and watch. it will move ever so slightly and because of this screws and reorder eventually. i got it to fletch for 45 min. but besides that its pretty useless. i really want a script i can use. does anyone have any ideas for me?
waitimes are in milliseconds correct? any pointers on how long i should make them? i know someone with dsl. would it work there?
kinda usless, easily done, i just dont see the relevance, i guess i could do it though. instead id probably make a var and ave it set by the rock type so it works for tin/copper and iron. Thanks for the idea.
Joey: I would suggest adding a wait time here...
SCAR Code:procedure PlayerStart;
begin
ActivateClient;
if not (LoggedIn) then
LogInPlayer;
if LoggedIn then
begin
SetAngle(True);
SetRun(True);
SetChat('Off', 1);
SetChat('Off', 2);
Wait(500 + Random(500));
PickCheck;
Wait(400 + Random(655)); { <----- Make this Wait bigger, like wait(1000+random(1500)); }
Players[CurrentPlayer].integers[2] := GetSkillInfo('Mining', False);
WriteLn('Players Mining level is ' +
IntToStr(Players[CurrentPlayer].integers[2]));
gametab(4);
LoadRockRec;
end;
end;
that should slow it down enough, (Your problem was the mining leve thing correct. Aswell, you should think about adding a wait time in the mainloop to slow mining down (as its wiked fast atm).
SCAR Code:procedure MainLoop;
begin
SetScript;
wait(500 + random (200));
PlayerStart;
repeat
repeat
repeat
Status('Mining ' + Players[CurrentPlayer].strings[0] + ' ore''s');
wait(1000+random(1000)); { <------------- Added a wait Time There }
MineRock;
until InvFull;
If InvFull then
begin
DropOre;
end;
If Not (LoggedIn) Or Not (Players[CurrentPlayer].Active) Then
Players[CurrentPlayer].Active := False;
If Not LoggedIn Then
Begin
Players[CurrentPlayer].Active := False;
inc(FalsePlayers);
PlayerStart;
end;
until(Players[CurrentPlayer].Integers[6] >= Players[CurrentPlayer].Integers[0]) or
(Players[HowManyPlayers - 1].Active = False);
begin
NextPlayer(True);
Players[CurrentPlayer].Integers[6] := 0;
PlayerStart;
end;
If AllPlayersInactive then Break;
until(AllPlayersInactive);
Report('All Players Inactive');
end;
I hope that helped, if its still going too fast for your connection.
“Ignorance, the root and the stem of every evil.”
your script is very nice, in the mining portion anyways, however i think Wizzup?'s gas checker is outdated, because if there's a gas rock my guy will click on it... and it seems like it didnt even double check, lol. and another thing
im not sure if this is right, but in I Pro Leechin's beginner tut he said to writeSCAR Code:FindNormalRandoms;
But you put, on line 337. (this is the only place i found with a possible errorSCAR Code:FindRandoms;
Maybe im an idiot but maybe not... all im saying is that maybe you should change it for the future, i haven't explored the whole script yet, so it might be a function that you made...
As for my previous post, im aware that its easily done, but im not the best at scripting yet, so the only way i can think of doing it is my way... plus even if i did know i couldnt figure out what you named the Rock Type constant
Also in some scripts i have found that after a fighting random they get lost... i havnt had this issue yet, but maybe to fix it you can have it search for the mining symbol after running so it could find is way back better. Again maybe you already added it, or somthing like it just a suggestion
I really would love it if you gave it an XP counter, because im trying to go from level 77 too 85, but i hate not knowing how well its doing with a simple number (too lazy too open the calculator).
Maybe add a resting function, then maybe itll even be ready for members. Somthing else to add to make it more human, make the mouse aimlessly examine stuff and click random tabs, check who's online in the friends list etc, again maybe you already added it, but i dont watch scripts too often... only when im tired, or bored
haha look at the function findrandoms, it has findnormalrandoms, and findfight in it, just simplifying the coding if you will. And yes, i figured that wizzups gas checker might be outdated, so i guess ill write my own or something of the sort, if anyone could get my a printscreen of a gas, that woud be awesome (+ rep to the person who does).
As for what i named the rock type, i never used a constant, instead i combined an case of strings, and srl's rock record finding. The best bet would be to add a variable into the setrockrec, and have it set the the number of xp you receive for each ore, then use it in the writeln, something like.
SCAR Code:WriteLn('Gained ' + inttostr(MN*XP) + ' Experience');
but again, im not sure if i really find it nessary to add it, but maybe i will anyways. Thanks for the input too btw.
“Ignorance, the root and the stem of every evil.”
atta boy thanks for the spam...
“Ignorance, the root and the stem of every evil.”
blumblebee,
can i just say.... your awesome. thanks for taking the time. ooooops, did i forget to mention that yes it was saying that my mining lvl was 0? lol. i messed with it and it said that the game tab is 0 or something. but i messed with the integers too. like i said i don't know what the frick i'm doing. but i learn something almost every day. i will do what you said and if that dosn't work i'll make em bigger. is there anything else i need to fill out in the script itself? i tried someone elses and i had to fill in rock type and location. of course it didn't work either. i will post again after i have messed with it a few times more. thanx again joeybaltimore
oooh ooooh ohhhhh...... i have to get right up on the iron but it's trying to find it now!!! your right it goes real fast. it just won't click on them. i'm gonna try to slow it more. will post again.
hey,
well...i messed with the wait times. the closest i got was it actually finding the ore. moving back and forth between all of the iron. if it would just click on it, it would probably work. and in the beginning there is a random click to the upper right hand corner of the window. then it right clicks twice in the lower left hand of the window. then i have to walk back to the iron so it can find it (i must get really close to the iron or it does nothing). i looked for something to do with the mouse movement and clicks, messed with it and completely ruined it. i thought i almost had it...*sniff* *sniff*. now i just need it to click. maybe next post.
Mined A Total Of 274 Ores
Avoided 0 Gas
Completed 10 Loads
Ran For 31 Minutes and 9 Seconds
__________________________________________________ ___
0 : nit3 = T| Mined: 274 Ores| M lvl:71
it doesnt stop all randoms though...
mr hyde got me
and
security officer (thingy) lol
it seems to do the mystery box but thats all for now
There are currently 1 users browsing this thread. (0 members and 1 guests)