Results 1 to 8 of 8

Thread: i need just a lil advice..=]

  1. #1
    Join Date
    Dec 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default i need just a lil advice..=]

    says theres identifer expected in line 60????......what am i doin wrong??

    CurrentPlayer := StartPlayer; 1.....?????

  2. #2
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Copy and paste the exact line of code.

    And STOP making multiple threads. This is the last one you are allowed to make before more serious consequences are given.

    Wait for people to reply rather then making 8 threads about the same thing
    STOP PM'ING ME

  3. #3
    Join Date
    Dec 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default hey

    srry.......aaaa what u mean?

  4. #4
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    I mean. ONLY MAKE ONE THREAD FOR YOUR PROBLEM
    You've made over 8 for the same thing, I've removed the other ones. Keep this one only.

    Also copy line 60 and paste it in here exactly
    STOP PM'ING ME

  5. #5
    Join Date
    Dec 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    CurrentPlayer := StartPlayer; <-that what it looked like before i screwd it up..

  6. #6
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Ok, post the whole script so we can see it all, just that isnt telling anything
    STOP PM'ING ME

  7. #7
    Join Date
    Dec 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Administrator's Warning:
    STOP DOUBLE POSTING


    SCAR Code:
    {.include SRL/SRL.scar}
    {.include SRL/SRL/skill/Mining.scar}

    //********Color Settings********\\
    const
      CopperRockMMColor = 4421053; // You HAVE to fill this in, it wont work otherwise.
      NormalRockMMColor = 5197639; // If below is true, then there is no need to fill this in.
      AutoMMRockColor   = False;   // Use Wizzups MinimapRockColor finder (not adviced)?

    //********Player Settings********\\
    const
      MinutesPerPlayer = 20;     // Time in minutes per player
      MaxSecRock       = 5;      // Maximum seconds to wait for a rock
      StartPlayer      = 0;      // With what player do you want to start ?
      UseBenMouse      = True;   // Use BenMouse? (Some people say its good for anti-ban)
      RunDir           = 'N';    // Direction to run to when in fight
      RunFar           = True;   // Run far when in fight ?

    //********Additional Settings********\\
      SRLStatsID       = '';     // Your SRL ID for the stats (Leave blanc to set it to default, from SetupSRL.scar)
      SRLStatsPW       = '';     // Your Password for the stats (Leave blanc to set it to default, from SetupSRL.scar)
      VersionNumber    = '0.13'; // No need to change this
      TheMinCount      = 5;      // No need to change this
      BoxSize          = 15;     // No need to change this
      RemoteMaster     = 'umil'; // For advanved users only.

    //********Player Settings********\\
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 5;//MAKE SURE THIS ONE IS CORRECT!

      CurrentPlayer := StartPlayer; 1
      NumberOfPlayers(HowManyPlayers);

      Players[0].Name    := 'purskilz4me'; // Your Runescape name
      Players[0].Pass    := '******'//corresponding password
      Players[0].Nick    := 'pur';      // 3-4 letters from your name, NO CAPITALS (that includes the first character)
      Players[0].String1 := 'Copper';     // Type of ore to mine (Clay / Copper / Tin / Iron / Gold)
      Players[0].String2 := '';     // Your BankPinNumber
      Players[0].Active  := True;

      Players[1].Name    := 'purskilz4me1';
      Players[1].Pass    := '******';
      Players[1].Nick    := 'ski';
      Players[1].String1 := 'Copper';
      Players[1].String2 := '';
      Players[1].Active  := True;

      Players[2].Name    := 'purskilz4me2';
      Players[2].Pass    := '*******';
      Players[2].Nick    := '4me'
      Players[2].String1 := 'Copper';
      Players[2].String2 := '';
      Players[2].Active  := True;

      Players[3].Name    := 'purskilz4me3';
      Players[3].Pass    := '******';
      Players[3].Nick    := 'rsk';
      Players[3].String1 := 'Copper';
      Players[3].String2 := '';
      Players[3].Active  := True;

      Players[4].Name    := 'purskilz4me4';
      Players[4].Pass    := '******';
      Players[4].Nick    := 'ilz';
      Players[4].String1 := 'Copper';
      Players[4].String2 := '';
      Players[4].Active  := True;
    end;

    //********RockColor Settings********\\
    const
      CopperColor = 4421053;
      TinColor    = 8224391;
      ClayColor   = 6196645;
      IronColor   = 2899043;
      GoldColor   = 1952246;

    //********Dont go below unless your more advanced********\\

    like all i wanna do is mine like 100k copper and its soo hard to do even that

  8. #8
    Join Date
    Jul 2007
    Location
    St. Louis, Missouri, USA.
    Posts
    575
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by lvl3wcer View Post
    like all i wanna do is mine like 100k copper and its soo hard to do even that

    Lol. Definition of leecher anyone?

    But I'll help you out just for fun. The one you have there floating around after the semi-colon is giving you that error.


    BTW: I think that script is old.. Get a new one or search around for how to update it to be compatible for the newest SRL Revision (#7).

    Also, please don't double post. If no-one has posted below your latest post please just edit your last post.
    -You can call me Mick-



Thread Information

Users Browsing this Thread

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

Similar Threads

  1. advice!!
    By cantbebanned in forum Banned from RS
    Replies: 12
    Last Post: 12-20-2008, 04:29 AM
  2. Need Advice :(
    By arti in forum OSR Help
    Replies: 8
    Last Post: 04-13-2007, 02:27 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
  •