Page 2 of 2 FirstFirst 12
Results 26 to 50 of 50

Thread: PLM's how to make a simple power miner tut useing srl!

  1. #26
    Join Date
    Feb 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Jmbyrom1 View Post
    I had the same problem with the "NickNameBMP" bit but now it says the "RunBack" bit is unknown as well plz help
    I have this problem too.. plz tell us how to fix.

  2. #27
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    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'

  3. #28
    Join Date
    Oct 2007
    Location
    england
    Posts
    200
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im updateing kk and just del the line that says
    NickNameBMP
    Quote Originally Posted by ham? View Post
    i didnt merder the fukin english language it im just talkin gangsta!!
    which none of u would no coz ur all fukin nerds

  4. #29
    Join Date
    Mar 2008
    Location
    In the US duh
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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!

  5. #30
    Join Date
    Jan 2008
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    yay!

    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

  6. #31
    Join Date
    Mar 2008
    Location
    Canada, ONT
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  7. #32
    Join Date
    Mar 2008
    Location
    Canada, ONT
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  8. #33
    Join Date
    Mar 2008
    Location
    finland
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This tut is great. Helped a lot understanding basic scripts.

  9. #34
    Join Date
    Aug 2007
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Whats the difference between FindObjCustom and FindObj exactly?

  10. #35
    Join Date
    Feb 2007
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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 :]

  11. #36
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    Great Tut

  12. #37
    Join Date
    Jan 2008
    Location
    U.S.A
    Posts
    313
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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!

  13. #38
    Join Date
    Apr 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 851man View Post
    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 know this error when i used Scar 3.12
    Now I'm using Scar 3.15 and it don't gives the error

    Sorry for my English i'm from the netherlands

  14. #39
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    http://www.villavu.com/forum/showthread.php?t=27850

    Use this one. Its the updated one.
    Jus' Lurkin'

  15. #40
    Join Date
    Apr 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the script tut helped me heaps and now i am only part noob to scar
    u rock

  16. #41
    Join Date
    Apr 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks. been looking for one of these

  17. #42
    Join Date
    Feb 2007
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  18. #43
    Join Date
    May 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks going to have to try and use this

  19. #44
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    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

  20. #45
    Join Date
    May 2008
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great tut but i get Line 55: [Error] (12709:1): Unknown identifier 'HighestAngle' in script as an error :\\

    But nice tut

  21. #46
    Join Date
    Jan 2007
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zlakata View Post
    Great tut but i get Line 55: [Error] (12709:1): Unknown identifier 'HighestAngle' in script as an error :\\

    But nice tut
    Use SetAngle(True); instead
    http://www.stats.srl-forums.com/sigs/4945.png

    Lolwut, i autoed 3 months with my srl pass wrong -___-

  22. #47
    Join Date
    Dec 2007
    Location
    Canada
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  23. #48
    Join Date
    Aug 2007
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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?

  24. #49
    Join Date
    Sep 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default yo

    nice tutorial it its gonna confusing but worth reading it ill to make scripts someday

  25. #50
    Join Date
    Oct 2007
    Location
    england
    Posts
    200
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    cool thnks 4 feed bak
    Quote Originally Posted by ham? View Post
    i didnt merder the fukin english language it im just talkin gangsta!!
    which none of u would no coz ur all fukin nerds

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 09-22-2008, 01:21 AM
  2. The Simple TPA Power! - FindObjTPA
    By Sir R. M8gic1an in forum Outdated Tutorials
    Replies: 33
    Last Post: 08-02-2008, 07:42 AM
  3. PLM's power miner
    By poolikemax in forum First Scripts
    Replies: 3
    Last Post: 01-25-2008, 07:48 AM
  4. Simple Power Chopper
    By frost in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 04-02-2007, 11:29 PM
  5. Replies: 8
    Last Post: 12-02-2006, 09:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •