Results 1 to 11 of 11

Thread: Runescape Highscores

  1. #1
    Join Date
    Jun 2006
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Runescape Highscores

    I was wondering what the easiest way is to get infromation from runescape highscores, using SCAR like to get someones attack level.

    Nvm Figured it out
    SCAR Code:
    program Getlvl;
    var a,b,c,lvlwanted,username:string;

    begin
    lvlwanted:= '------'
    username:= '------';
    a:=(GetPage('http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1='+username) );
    b:=(between(lvlwanted,'</tr>',a)) ;
    c:=((between('</td>'+Chr(10)+'<td align="right">','</td>',b)))
    Writeln(between(c+'</td>'+Chr(10)+'<td align="right">','</td>',b))
    end.

  2. #2
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Erm, go to highscores and type in their name? haha. If their not in the highscores thier attacks is probably below 65 or something like that. There are programs (like EliteSwitch) which have built in features for that.

  3. #3
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Umm go on highscores and look them up lol. Is that what you mean?

  4. #4
    Join Date
    Jun 2006
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hmm i meant using Scar lol

  5. #5
    Join Date
    Oct 2006
    Posts
    161
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    maybe some form of getpage;?

  6. #6
    Join Date
    May 2006
    Posts
    1,230
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    GetPage

    and then some text functions.. pos, delete, copy, and between

  7. #7
    Join Date
    May 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i wish i could help lol, im still at tutorial for intermediates =b
    you attempt to light a fire, you light the fire, you place the raw shrimp on the fire, you accidentally burn the shrimp. DAMMIT!

    Evil Walrus's will control the world someday...

  8. #8
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  9. #9
    Join Date
    Jun 2006
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I want it to look up any skill, so I can ask it to find any users level in anything for a talking bot im planning.

  10. #10
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Take a look at Ron's StatGrabber here.
    Hup Holland Hup!

  11. #11
    Join Date
    Jun 2006
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Nvm I figured it out, A simple example of how to do it is
    SCAR Code:
    program Getlvl;
    var a,b,c,lvlwanted,username:string;

    begin
    lvlwanted:= '------'
    username:= '------';
    a:=(GetPage('http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1='+username) );
    b:=(between(lvlwanted,'</tr>',a)) ;
    c:=((between('</td>'+Chr(10)+'<td align="right">','</td>',b)))
    Writeln(between(c+'</td>'+Chr(10)+'<td align="right">','</td>',b))
    end.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RS HighScores client by ME :P
    By Laimonas171 in forum C#/Visual Basic Help and Tutorials
    Replies: 9
    Last Post: 12-03-2008, 12:29 PM
  2. RuneScape Lag?
    By botsrs in forum NOTA
    Replies: 3
    Last Post: 11-22-2008, 11:22 PM
  3. Runescape HD
    By spermis in forum RS has been updated.
    Replies: 94
    Last Post: 07-14-2008, 04:50 PM
  4. Rs highscores
    By codx1 in forum RuneScape News and General
    Replies: 11
    Last Post: 01-19-2008, 07:32 AM
  5. HELp in Runescape please!!!!!
    By dandaman in forum RuneScape News and General
    Replies: 11
    Last Post: 10-26-2007, 04:35 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
  •