Results 1 to 20 of 20

Thread: [SRL4] Powerminer

  1. #1
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [SRL4] Powerminer

    SPAZTAZ666's Powerminer
    Woot .. lol ok Basically Start near any rocks


    Doesnt matter what but i suggest being over combat vl 20
    So you dont die.. it should run away anyways..


    PLEASE POST PROGGIES AND ERROR REPORTS

    BUGS fixed... please re-download and give me proggies or more bugs ... lol

    Thx go especially to Rasta Magician and [-Jesus-]

  2. #2
    Join Date
    Jul 2007
    Location
    Live in Canada... In an Igloo, yes.
    Posts
    134
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dude, we need more information.

    I have no clue where to start the script, what level I need to mine. WHAT I'm mining.

    Just give us more info.
    Sp0rk-eh Forums!- The BEST Runescape Black Market on the net... and more!

  3. #3
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    i think he answered all your questions if you actually read it
    "start near any rocks... it will auto pick the rock based on ur mining lvl (copper, tin,iron or coal)"

    need any further explanation?

    RMagician

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  4. #4
    Join Date
    Jun 2007
    Location
    brooklyn ny
    Posts
    683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah just start declare your players and click run

  5. #5
    Join Date
    Sep 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i gota problem. im in the dwarven mines and the script picks me to mine coal when i want iron and i get owned off scorps can u manually set it to iron?

  6. #6
    Join Date
    Jul 2007
    Location
    Players[CurrentPlayer].Loc:='Bank'
    Posts
    875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea bad idea to have it set to highest one possiable. I want to mine iron, and it wants coal.
    Quote Originally Posted by sirlaughsalot
    .... Obama had the devil jump out of his ass, run and stab Hillary in the back...
    ILMMTYAEAFHPY.

  7. #7
    Join Date
    Aug 2007
    Location
    irc://irc.rizon.net:6667/srl
    Posts
    1,566
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by winnets View Post
    i gota problem. im in the dwarven mines and the script picks me to mine coal when i want iron and i get owned off scorps can u manually set it to iron?
    1. You should have your accs trained up so the scorpions wont attack them...

    2. change this:
    SCAR Code:
    end;
        If(level >= 38) Then
         Begin
           Players[CurrentPlayer].Strings[0] := 'Coal';
         end;

    to something like:
    SCAR Code:
    end;
        If(level >= 70) Then
         Begin
           Players[CurrentPlayer].Strings[0] := 'Coal';
         end;

    So it will mine iron untill 70 mining or however long until the player is false/ script ends by random or anything.


    & if ur in the dwarven mines or w/e add this(Inblack wont work tho):

    SCAR Code:
    Const
      StartPlayer    =    0; // Starting Player.
      NumberOfUsers  =    6; // How many players .
      YourSRLStatsID  =   '1234';
      YourSRLStatsPass =  '1234';
      SecondsToWait  =    5;  // Number Of Seconds You want to wait.
      TimetoWait        = 2500;
      InGuild        = true;// Are you in the dwarven mines?
      MinutesPerLoad =    5; // Max amount of minutes to take before dropping.
      RunDir         =    'S'; // Run In Which Direction

    In FindFastRandoms:
    SCAR Code:
    7: begin
                if not Inguild then
                begin
                  if InBlack then
                  begin
                    Result := True;
                    Players[CurrentPlayer].loc := 'InBlack';
                    Logout;
                    Exit;
                  end;
                end;
               end;

    "Far better it is to dare mighty things, to win glorious triumphs, even though checkered by failure, than to take rank with those poor spirits who neither enjoy much nor suffer much because they live in the gray twilight that knows neither victory nor defeat."
    — Theodore Roosevelt

  8. #8
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    WOW srry its late but thx a lot for ur comments Jesus and other.. i added your suggestion + lots more failsafes

    V2.5 Relesed D ReDownload

  9. #9
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    looking great, but your multiplayer isn't quite right yet, and for example here:
    SCAR Code:
    //player 1 is the one we're using
            NextPlayer(Players[CurrentPlayer].Active);
    //so player 1 logs out, n p2 comes in
          end;
        if Players[CurrentPlayer].Booleans[0] = False then
    //if players[!2!].booleans[0].....
        Players[CurrentPlayer].Active:= False;
    //Players[!2!].Active:=....
        Logout;
    //Logging out p2 before it even had a chance to do anything.
        Exit;

    do you see what's wrong?
    and you need to have a loop in the main loop so that the different players go through all the procedures.

    SCAR Code:
    begin
      SetupSRL;
      SRLID := YourSRLSTATSID;
      SRLPassword:= YOURSRLSTATSPASS;
      Siggy;
      ActivateClient;
      wait(200);
      DeclarePlayers;
      LoginPlayer;
      repeat
        WhatOre;
        MineOre;
        Report;
        if (Players[CurrentPlayer].Integers[0] = TLoads) Then
        NextPlayer(players[CurrentPlayer].Active);
      until(False);
    end.

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  10. #10
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thx for ur comments... keep em comming) and redownlod... jst killed some bugs

  11. #11
    Join Date
    Aug 2007
    Location
    irc://irc.rizon.net:6667/srl
    Posts
    1,566
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    You've been using NextPlayer() wrong =/.

    "NextPlayer" switches to your next active player, but thats a Boolean(Bool. = True or False), so it would be like.. NextPlayer(True). That switches to the next active player & sets the current one as also being active, this way you can loop your players multiple times. However, if you put NextPlayer(False), it sets the current player as inactive & the script wont log him in anymore afterwards.

    Hope that helped ++rep?

    "Far better it is to dare mighty things, to win glorious triumphs, even though checkered by failure, than to take rank with those poor spirits who neither enjoy much nor suffer much because they live in the gray twilight that knows neither victory nor defeat."
    — Theodore Roosevelt

  12. #12
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ahh i thought so .. it di look V messy lol thx ....

    thought they banned rep.. if not then u can have soem rep
    ++rep

    spaz

    PS: RE-Download

  13. #13
    Join Date
    Jul 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 260: [Error] (16746:1): Identifier expected in script C:\DOCUME~1\Owner\LOCALS~1\Temp\[srl4]powerminer V2.5.scar

  14. #14
    Join Date
    Oct 2007
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This looks pretty solid im gonna give it a try. I will be back in liek a hour with results hopefully...

    Line 257: [Error] (17094:1): Identifier expected in script C:\Documents
    http://www.stats.srl-forums.com/sigs/3233.png

    Just starting, but I think there will be alot more stats

    Did this guy get killed? http://s1.gladiatus.us/game/c.php?uid=37353

  15. #15
    Join Date
    Sep 2006
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just define the variable and its data type. It will tell you which one by giving you the line the error is on. Easily solved. Looking forward to try this once identifier problem is solved.

  16. #16
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    V 2.6 Releases
    Srry for delay had a lot of other things on....

    spaz

  17. #17
    Join Date
    Sep 2007
    Location
    CA, USA
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Doesnt Seem to Dropp the ores just switches characters...

    []----------------------------------------------[]

    Powerminer created by Spaztaz666.
    Version: 2.5.

    Copper Mined and Dropped : 0ores
    Tin Mined and Dropped : 0ores
    Iron Mined and Dropped : 0ores
    Coal Mined and Dropped : 0ores
    Worked for 1 Minutes and 36 Seconds

    []----------------------------------------------[]


    []----------------------------------------------[]
    NextPlayer

  18. #18
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    NEW VERSION OUT RE DOWNLOAD FOR THE HARDCORE USERS :P:P:P

    ~Spaz

  19. #19
    Join Date
    Jun 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I ran the script and the character (I only used one for testing) stayed logged in for 2 loads/drops then logged out. The script couldn't find the character then, obviously, so it kept saying "player logged, switching players" but then wouldn't do anything. I'll post a proggy when I run it again, with more characters...the last one was deleted thanks to parents.

    ~CD.

  20. #20
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm, when pick head flyes off it won't pick it up again...mhh

    do
    findpickheadcolors
    with every player and in mining loop put in
    findpick
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SRL4] Spaz'z Powerminer
    By [S]paz in forum First Scripts
    Replies: 16
    Last Post: 08-16-2009, 03:05 AM
  2. [SRL4]PowerMiner
    By pwnaz0r in forum RS3 Outdated / Broken Scripts
    Replies: 1466
    Last Post: 03-19-2008, 08:06 PM
  3. [SRL4#4]Varrock West Oak Chopper!![Srl4#4]
    By [-jesus-] in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 01-09-2008, 05:11 PM
  4. [SRL4]Powerminer
    By pwnaz0r in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 10-27-2007, 03:40 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
  •