People posting "Great Tut" are just upping their count because "RunBack" doesnt work anymore, and you dont need "SolvePinball" or anything because its all under FindNormalRandoms now.
Jus' Lurkin'
im updateing kk and just del the line that saysNickNameBMP
PLM'S Rimmington Yew Cutter And Banker,Worked: 4hour 54min
whenever i try this script, or any other auto miner, it says this:
Failed when compiling
Line 1: [Error] (1:1): Unable to register function function FindGapsTPA(TPA : TPointArray; MinPixels: Integer): T2DPointArray; in script
what does this mean? (im new)
i gots dat moves!
im new so dont flame me!
i used this tut to make a script and got my mining up 12 lvls not much but good! thanx, i never really looked into the tut section, but there is alot of quality tuts in here
well I did everything you said in the same order you said and it logs me in and then just stops and nothing happens so can someone tell me what I might of done wrong or what I need to do
One-MN-Army
Heres the script I made through this:
program powerminer;
{.include SRL/SRL.scar}
const
rockcolor1= 1120794;//set the color of the rock
var x,y: integer;
Procedure DeclarePlayers; // this procedure is used to logg players in
begin
HowManyPlayers :=1; // Set Number of Players here.
NumberOfPlayers(HowManyPlayers); // Sets the Players Array Length;
CurrentPlayer:=0; // CurrentPlayer = Array Index
Players[0].Name :='';//USERNAME
Players[0].Pass :='';//PASS
Players[0].Nick :='lor';//3 LETTERS OF YOUR USERNAME NOT THE FIRST ONE
Players[0].Active:=True;//PLAYER IN USE OR NOT
end;
begin
SetupSRL;
DeclarePlayers;
LoginPlayer;
end.
Procedure Randoms;
Begin
FindTalk; //finds talkin randoms
FindNormalRandoms; //finds normal randoms
SolveChatRandom; //sloves chat randoms
FindLamp('Prayer'); //solves lamp and then choses a skill to update
SolvePinball; //solves pinball random
DwarfItem; //dropes dawalf items
If(FindFight)Then //runs away from fight
Begin
MakeCompass('N');
RunTo('E', True);
Wait(7000 +Random(3000));
RunTo('W', True);
End;
End;
var x,y,randomm: integer;
procedure antiban;
begin
randomm := Random(4)
case randomm of
0: begin
Wait(3591+(random(287)));
RandomRClick;
Wait(3591+(random(287)));
HighestAngle;
RandomlyChosenSkill;
Randoms
end;
1: begin
Wait(3694+(random(791)));
GameTab(random(13)+1);
Randoms;
Wait(3694+(random(791)));
GameTab(4);
end;
2: begin
Wait(3294+(random(873)));
Randoms;
HoverSkill('Mining' ,false);
Wait(3294+(random(873)));
end;
3: begin
Wait(3694+(random(791)));
GameTab(random(13)+1);
Randoms;
Wait(3694+(random(791)));
GameTab(4);
end;
end;
end;
Procedure minerock;
begin
if not LoggedIn then
Exit;
repeat
if FindObjCustom(x, y, ['Min', 'ine'], [rockcolor1, rockcolor2], 7) then
begin
Mouse(x,y,0,0,false);
Wait(500+(random(150)));
ChooseOption('ine')
randoms
antiban;
writeln('found rock');
end else
writeln('couldnt find rock');
randoms;
antiban;
antiban;
antiban;
until( InvFull )
end;
procedure drop;
begin
antiban;
DropToPosition(2,28);;
antiban;
end;
begin
SetupSRL;
DeclarePlayers;
LoginPlayer;
repeat
minerock;
drop;
until (IsFKeyDown(3));
end.
Doesnt say any errors, successfully executed but its not mining any of the rocks or moving or anything after it logs in. Is there something else I have to do to get the player to move from rock to rock or something? Someone help me please.
One-MN-Army
This tut is great. Helped a lot understanding basic scripts.
Whats the difference between FindObjCustom and FindObj exactly?
good tut for beginners, which I seem to be now that S.M.A.R.T. is out... could you explain how to make S.M.A.R.T. scripts work and how to make a script with S.M.A.R.T. ? thanks :]
Great Tut
Im Gonna Make A script with this Guys make sure to give him cred when u use this holy work Props+++++
A few Problems i Just Tried Compiling the script you gave at end and got these errors
Line 55: [Error] (12634:1): Unknown identifier 'HighestAngle' in script
Line 117: [Error] (12696:1): Unknown identifier 'DropToPosition' in script
Will test most scripts, offering members account to certain scripters! PM Me.
Also need helping making a powerminer, Pst/Aim me!
thanks for the script tut helped me heaps and now i am only part noob to scar
u rock
thanks. been looking for one of these
nice tut, i loved it.. man srl has come a long way since i last used it...
reporting all lvl 3-10 autoers with default clothes and stupid names auto correctley!...
http://www.srl-forums.com/forum/botc...7.html?t=10137
CLICKY help us out, join and be an active member
http://www.fenjer.com/adnan/SRL/19/5...0scripting.png
Thanks going to have to try and use this
Great tut its perfect for me cause I'm just getting past the beginner stage, but I still don't understand much of the intermediate stuff. Hopefully this will help me out
Great tut but i get Line 55: [Error] (12709:1): Unknown identifier 'HighestAngle' in script as an error :\\
But nice tut
http://www.stats.srl-forums.com/sigs/4945.png
Lolwut, i autoed 3 months with my srl pass wrong -___-
ok, that was great, work on standards, show progress report, show how to make it multiplayer, you can shorten some of those procs and stuff like antirandoms and antiban but other than that great tutorial.![]()
I'm baaaack
I keep getting
"Line 52: [Error] (12694:1): Unknown identifier 'RandomlyChosenSkill' in script"
and
"Line 116: [Error] (12759:1): Unknown identifier 'DropToPosition' in script"
Though I downloaded the latest SRL o.0
Can anyone tell me whats wrong?
nice tutorial it its gonna confusing but worth reading it ill to make scripts someday
There are currently 1 users browsing this thread. (0 members and 1 guests)