Page 6 of 11 FirstFirst ... 45678 ... LastLast
Results 126 to 150 of 254

Thread: [SRL] Power Miner

  1. #126
    Join Date
    Mar 2010
    Location
    Rhode Island
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Unhappy :o error

    hey i keep getting this error when i try to run the script any ideas??

    Line 600: [Error] (25414:33): Unknown identifier 'WIDTH' in script C:\Users\Quiet Riot\Desktop\set up

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

    Default

    Quote Originally Posted by mikevskater View Post
    These are the fixes t your errors
    No, they are not...

    ~RM

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

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

    Default

    So when will the width problem be fixed?

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  4. #129
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    I will fix tonight if I get time

  5. #130
    Join Date
    Mar 2010
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script asks for my password in both SRL Acc & RuneScape Acc.
    I wonder if my password was sent to you or not?
    Last edited by K3n; 03-14-2010 at 01:17 PM.

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

    Default

    Quote Originally Posted by K3n View Post
    The script asks for my password in both SRL Acc & RuneScape Acc.
    I wonder if my password was sent to you or not?
    It asked for your RS acct and SRL-Stats acct, Stats because the script uses stats =)
    Passwords are NOT sent to anyone, they are just needed for the Login procedure.

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  7. #132
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Dgby714 View Post
    It asked for your RS acct and SRL-Stats acct, Stats because the script uses stats =)
    Passwords are NOT sent to anyone, they are just needed for the Login procedure.
    This ^
    And also, the script DOES send me an email, BUT it only sends me the Progress Report, nothing to do with accounts

    Btw, posting fix in 2 secs

  8. #133
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    v3.0 released!
    Fixed.

    Might be final version.
    But please please still give feedback and tell me if it doesn't work.

    T~M

  9. #134
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by K3n View Post
    The script asks for my password in both SRL Acc & RuneScape Acc.
    I wonder if my password was sent to you or not?
    SRL is THE MOST trustable of all runescape cheating communities, I guarantee this script will not steal your password silly, look at how many people are using it!

  10. #135
    Join Date
    Mar 2010
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, I want 99 Mining before I become member again.

  11. #136
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Good luck
    Remember to keep posting Reports

  12. #137
    Join Date
    Jun 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For some reason, mine doesn't work properly. The colours just don't get detected properly. I tried it in Varrock West

  13. #138
    Join Date
    Mar 2010
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How come I still get this: "[Runtime Error] : Out Of Range in line 118 in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar"
    This is my setting:
    Code:
    begin
      HowManyPlayers := 1; //<------- This May Need Editing
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
    
      Stats_UserID := '<Entered correctly>;  // Your ID on Nielsies SRL Stats if you dont have Sign up
      Stats_Password := '<Entered correctly>;   // Your Pass on Nielsies SRL Stats if you dont have Sign up
      
      { -=-  Your name in the SRL Forums -=-  }
              SRLName := '<Entered correctly>';
    
      Players[0].Name :='<Entered correctly>'; // Username
      Players[0].Pass :='<Entered correctly>'; // Password
      Players[0].Nick :='<Entered correctly>'; // 3-4 letters of your username
      Players[0].Active := True;
      Players[0].Strings[1] := 'iron'; // ore type
      Players[0].Integers[2] := 25; // # of loads
      Players[0].Booleans[0] := True; // Axe Wielded is True
    
      Players[1].Name :=''; // Username
      Players[1].Pass :=''; // Password
      Players[1].Nick :=''; // 3-4 letters of your username
      Players[1].Active := True;
      Players[1].Strings[1] := 'copper'; // ore type
      Players[1].Integers[2] := 25; // # of loads
      Players[1].Booleans[0] := True; // Axe Wielded is True
      
      Players[2].Name :=''; // Username
      Players[2].Pass :=''; // Password
      Players[2].Nick :=''; // 3-4 letters of your username
      Players[2].Active := True;
      Players[2].Strings[1] := 'copper'; // ore type
      Players[2].Integers[2] := 25; // # of loads
      Players[2].Booleans[0] := True; // Axe Wielded is True
    
      Players[3].Name :=''; // Username
      Players[3].Pass :=''; // Password
      Players[3].Nick :='essa'; // 3-4 letters of your username
      Players[3].Active := True;
      Players[3].Strings[1] := 'copper'; // ore type
      Players[3].Integers[2] := 25; // # of loads
      Players[3].Booleans[0] := True; // Axe Wielded is True
      
      Players[4].Name :=''; // Username
      Players[4].Pass :=''; // Password
      Players[4].Nick :='essa'; // 3-4 letters of your username
      Players[4].Active := True;
      Players[4].Strings[1] := 'copper'; // ore type
      Players[4].Integers[2] := 25; // # of loads
      Players[4].Booleans[0] := True; // Axe Wielded is True
    end;
    Did I set anything wrong?

  14. #139
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by K3n View Post
    How come I still get this: "[Runtime Error] : Out Of Range in line 118 in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar"
    This is my setting:
    Code:
    begin
      HowManyPlayers := 1; //<------- This May Need Editing
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
    
      Stats_UserID := '<Entered correctly>;  // Your ID on Nielsies SRL Stats if you dont have Sign up
      Stats_Password := '<Entered correctly>;   // Your Pass on Nielsies SRL Stats if you dont have Sign up
      
      { -=-  Your name in the SRL Forums -=-  }
              SRLName := '<Entered correctly>';
    
      Players[0].Name :='<Entered correctly>'; // Username
      Players[0].Pass :='<Entered correctly>'; // Password
      Players[0].Nick :='<Entered correctly>'; // 3-4 letters of your username
      Players[0].Active := True;
      Players[0].Strings[1] := 'iron'; // ore type
      Players[0].Integers[2] := 25; // # of loads
      Players[0].Booleans[0] := True; // Axe Wielded is True
    
      Players[1].Name :=''; // Username
      Players[1].Pass :=''; // Password
      Players[1].Nick :=''; // 3-4 letters of your username
      Players[1].Active := True;
      Players[1].Strings[1] := 'copper'; // ore type
      Players[1].Integers[2] := 25; // # of loads
      Players[1].Booleans[0] := True; // Axe Wielded is True
      
      Players[2].Name :=''; // Username
      Players[2].Pass :=''; // Password
      Players[2].Nick :=''; // 3-4 letters of your username
      Players[2].Active := True;
      Players[2].Strings[1] := 'copper'; // ore type
      Players[2].Integers[2] := 25; // # of loads
      Players[2].Booleans[0] := True; // Axe Wielded is True
    
      Players[3].Name :=''; // Username
      Players[3].Pass :=''; // Password
      Players[3].Nick :='essa'; // 3-4 letters of your username
      Players[3].Active := True;
      Players[3].Strings[1] := 'copper'; // ore type
      Players[3].Integers[2] := 25; // # of loads
      Players[3].Booleans[0] := True; // Axe Wielded is True
      
      Players[4].Name :=''; // Username
      Players[4].Pass :=''; // Password
      Players[4].Nick :='essa'; // 3-4 letters of your username
      Players[4].Active := True;
      Players[4].Strings[1] := 'copper'; // ore type
      Players[4].Integers[2] := 25; // # of loads
      Players[4].Booleans[0] := True; // Axe Wielded is True
    end;
    Did I set anything wrong?
    Code:
    begin
      HowManyPlayers := 1; //<------- This May Need Editing
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
    
      Stats_UserID := '<Entered correctly>;  // Your ID on Nielsies SRL Stats if you dont have Sign up
      Stats_Password := '<Entered correctly>;   // Your Pass on Nielsies SRL Stats if you dont have Sign up
      
      { -=-  Your name in the SRL Forums -=-  }
              SRLName := '<Entered correctly>';
    
      Players[0].Name :='<Entered correctly>'; // Username
      Players[0].Pass :='<Entered correctly>'; // Password
      Players[0].Nick :='<Entered correctly>'; // 3-4 letters of your username
      Players[0].Active := True;
      Players[0].Strings[1] := 'iron'; // ore type
      Players[0].Integers[2] := 25; // # of loads
      Players[0].Booleans[0] := True; // Axe Wielded is True
    end;
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  15. #140
    Join Date
    Mar 2010
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you.

    The program can't login, i just see a red dot moving around on login page.
    I'm sure I entered login information correctly.
    What should I do?

  16. #141
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by K3n View Post
    Thank you.

    The program can't login, i just see a red dot moving around on login page.
    I'm sure I entered login information correctly.
    What should I do?
    Open up runescape in your internet browser, go to the graphics options and set everything to its lowest setting, including fixed screen and safe mode.

    Then try it again
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  17. #142
    Join Date
    Mar 2010
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bionicle1800 View Post
    Open up runescape in your internet browser, go to the graphics options and set everything to its lowest setting, including fixed screen and safe mode.

    Then try it again
    I did that but still got same result.

    Code:
    Successfully compiled (3100 ms)
    Line 630: [Hint] (24498:1): Variable 'GETANIMATIONTIME' never used in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar
    Line 630: [Hint] (24498:1): Variable 'P' never used in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar
    Line 126: [Hint] (23994:1): Variable 'Z' never used in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar
    Line 126: [Hint] (23994:1): Variable 'LOADS' never used in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar
    Line 126: [Hint] (23994:1): Variable 'I' never used in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar
    SRL Compiled in 0 msec
    SMART Initialized.
    Loaded: Server 123, Members: False, Signed: True, Super Detail: False.
    New client targeted
    Latest Version: 2.0
    News: Everything is fixed! :)
    Very clean working version.
    Link: http://www.villavu.com/forum/showthread.php?t=54530
    Oudated: False
    Last Update: 893 hours ago.

  18. #143
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Are you talking about in smart?

  19. #144
    Join Date
    Mar 2010
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by The Man View Post
    Are you talking about in smart?
    Yes, btw I'm using Windows XP SP3. Is that why it's not working?

  20. #145
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    "New client targeted"

    Looks like you selected the SMART window. You're not supposed to do that. Restart SCAR and do not use the crosshair at all.

  21. #146
    Join Date
    Mar 2010
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The Script works fine now thank you.

    I'm having problem with SRL now, I updated it to the latest one (420) but it still fail to solve the random events and it turn off the script by itself. Usually happens when I'm as sleep or out for school so I couldn't manually solve the random events...
    Does it happen to anyone else? How can it be fixed?
    Last edited by K3n; 03-25-2010 at 10:56 AM.

  22. #147
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    You shouldn't solve them, and you should look at this thread and see if the random is working according to that. If it is, then post on the thread and say what random it is, what SCAR you're using, and what revision of SRL you're using. If it isn't working according to that list, then look at people's signatures. A few members/developers/mods/admins are knowledgeable with certain randoms (usually because they made a working solver before), and can fix it right up. Just PM that person your username and password. And, again, post in the thread.

  23. #148
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, and add a debug img window that shows rs screen scaled to a ser set size. that would be great.

    im currently testing yush dragons anywhere powerminer so ill test this on my nub acc. enjoy ur emailed proggies, lol can i steal ur code for that? its a great idea.
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  24. #149
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by g0tp0t View Post
    Yes, and add a debug img window that shows rs screen scaled to a ser set size. that would be great.

    im currently testing yush dragons anywhere powerminer so ill test this on my nub acc. enjoy ur emailed proggies, lol can i steal ur code for that? its a great idea.
    Its not even his i don't think.
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  25. #150
    Join Date
    Mar 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Mine was working, but just stood and didn't mine!

Page 6 of 11 FirstFirst ... 45678 ... LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

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