Thread: Ingame Highscores V2 With ranks (easy as pie)

Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 66
  1. #31  
    Registered Member
    Bulby Strife's Avatar
    Join Date
    Jan 2008
    Age
    29
    Posts
    833
    Thanks given
    1
    Thanks received
    1
    Rep Power
    267
    Are we aloud to bump our threads?
    [Only registered and activated users can see links. ]
    ||||||||||||||||||||||||||||||

     

  2. #32  
    Registered Member holy dang it's Avatar
    Join Date
    Dec 2007
    Age
    26
    Posts
    162
    Thanks given
    1
    Thanks received
    0
    Rep Power
    9
    Nice tut, it worked..
    There's one question left.. Someone is cb 97 and has total 882 and the scoreboard says he have 1004 total :O

    Every1 has, and a guy with maxed skills has 2178, is it something with combat?
     

  3. #33  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,789
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by holy dang it View Post
    Nice tut, it worked..
    There's one question left.. Someone is cb 97 and has total 882 and the scoreboard says he have 1004 total :O

    Every1 has, and a guy with maxed skills has 2178, is it something with combat?
    its your files, all the scoreboard does is read from the character files.
     

  4. #34 Hmm 
    Registered Member holy dang it's Avatar
    Join Date
    Dec 2007
    Age
    26
    Posts
    162
    Thanks given
    1
    Thanks received
    0
    Rep Power
    9
    Quote Originally Posted by Luke132 View Post
    its your files, all the scoreboard does is read from the character files.

    Uhh, any way to fix that? it's confusing people

    Thanks anyway for so far

    I think i know it... ill post when it doesnt work
     

  5. #35  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,789
    Discord
    View profile
    Rep Power
    5000
    nope, my files do it too sometimes, it goes back to normal if they log out though.
     

  6. #36  
    Registered Member holy dang it's Avatar
    Join Date
    Dec 2007
    Age
    26
    Posts
    162
    Thanks given
    1
    Thanks received
    0
    Rep Power
    9
    Quote Originally Posted by Luke132 View Post
    nope, my files do it too sometimes, it goes back to normal if they log out though.

    But how much "character-skill" do you have?
    I have 24 of em so if i do 23x99=2177 + that last character-skill 24 = 2278


    And... that last 3 or 4 skills u can't train or something they does not exist(c)
     

  7. #37  
    Rickii
    Guest
    Code:
          ^
    client.java:14260: cannot find symbol
    symbol  : variable Rank9
    location: class server
    if(totalz >= server.Rank9 && totalz < server.Rank8)
                       ^
    client.java:14260: cannot find symbol
    symbol  : variable Rank8
    location: class server
    if(totalz >= server.Rank9 && totalz < server.Rank8)
                                                ^
    client.java:14263: cannot find symbol
    symbol  : variable Rank9
    location: class server
    server.Rank9 = totalz;
          ^
    client.java:14266: cannot find symbol
    symbol  : variable Rank10
    location: class server
    if(totalz >= server.Rank10 && totalz < server.Rank9)
                       ^
    client.java:14266: cannot find symbol
    symbol  : variable Rank9
    location: class server
    if(totalz >= server.Rank10 && totalz < server.Rank9)
                                                 ^
    client.java:14269: cannot find symbol
    symbol  : variable Rank10
    location: class server
    server.Rank10 = totalz;
          ^
    client.java:14272: cannot find symbol
    symbol  : variable Rank11
    location: class server
    if(totalz >= server.Rank11 && totalz < server.Rank10)
                       ^
    client.java:14272: cannot find symbol
    symbol  : variable Rank10
    location: class server
    if(totalz >= server.Rank11 && totalz < server.Rank10)
                                                 ^
    client.java:14275: cannot find symbol
    symbol  : variable Rank11
    location: class server
    server.Rank11 = totalz;
          ^
    client.java:14278: cannot find symbol
    symbol  : variable Rank12
    location: class server
    if(totalz >= server.Rank12 && totalz < server.Rank11)
                       ^
    client.java:14278: cannot find symbol
    symbol  : variable Rank11
    location: class server
    if(totalz >= server.Rank12 && totalz < server.Rank11)
                                                 ^
    client.java:14281: cannot find symbol
    symbol  : variable Rank12
    location: class server
    server.Rank12 = totalz;
          ^
    client.java:14284: cannot find symbol
    symbol  : variable Rank13
    location: class server
    if(totalz >= server.Rank13 && totalz < server.Rank12)
                       ^
    client.java:14284: cannot find symbol
    symbol  : variable Rank12
    location: class server
    if(totalz >= server.Rank13 && totalz < server.Rank12)
                                                 ^
    client.java:14287: cannot find symbol
    symbol  : variable Rank13
    location: class server
    server.Rank13 = totalz;
          ^
    client.java:14290: cannot find symbol
    symbol  : variable Rank14
    location: class server
    if(totalz >= server.Rank14 && totalz < server.Rank13)
                       ^
    client.java:14290: cannot find symbol
    symbol  : variable Rank13
    location: class server
    if(totalz >= server.Rank14 && totalz < server.Rank13)
                                                 ^
    client.java:14293: cannot find symbol
    symbol  : variable Rank14
    location: class server
    server.Rank14 = totalz;
          ^
    client.java:14296: cannot find symbol
    symbol  : variable Rank15
    location: class server
    if(totalz >= server.Rank15 && totalz < server.Rank14)
                       ^
    client.java:14296: cannot find symbol
    symbol  : variable Rank14
    location: class server
    if(totalz >= server.Rank15 && totalz < server.Rank14)
                                                 ^
    client.java:14299: cannot find symbol
    symbol  : variable Rank15
    location: class server
    server.Rank15 = totalz;
          ^
    client.java:14302: cannot find symbol
    symbol  : variable Rank16
    location: class server
    if(totalz >= server.Rank16 && totalz < server.Rank15)
                       ^
    client.java:14302: cannot find symbol
    symbol  : variable Rank15
    location: class server
    if(totalz >= server.Rank16 && totalz < server.Rank15)
                                                 ^
    client.java:14305: cannot find symbol
    symbol  : variable Rank16
    location: class server
    server.Rank16 = totalz;
          ^
    client.java:14308: cannot find symbol
    symbol  : variable Rank17
    location: class server
    if(totalz >= server.Rank17 && totalz < server.Rank16)
                       ^
    client.java:14308: cannot find symbol
    symbol  : variable Rank16
    location: class server
    if(totalz >= server.Rank17 && totalz < server.Rank16)
                                                 ^
    client.java:14311: cannot find symbol
    symbol  : variable Rank17
    location: class server
    server.Rank17 = totalz;
          ^
    client.java:14314: cannot find symbol
    symbol  : variable Rank18
    location: class server
    if(totalz >= server.Rank18 && totalz < server.Rank17)
                       ^
    client.java:14314: cannot find symbol
    symbol  : variable Rank17
    location: class server
    if(totalz >= server.Rank18 && totalz < server.Rank17)
                                                 ^
    client.java:14317: cannot find symbol
    symbol  : variable Rank18
    location: class server
    server.Rank18 = totalz;
          ^
    client.java:14320: cannot find symbol
    symbol  : variable Rank19
    location: class server
    if(totalz >= server.Rank19 && totalz < server.Rank18)
                       ^
    client.java:14320: cannot find symbol
    symbol  : variable Rank18
    location: class server
    if(totalz >= server.Rank19 && totalz < server.Rank18)
                                                 ^
    client.java:14323: cannot find symbol
    symbol  : variable Rank19
    location: class server
    server.Rank19 = totalz;
          ^
    client.java:14326: cannot find symbol
    symbol  : variable Rank20
    location: class server
    if(totalz >= server.Rank20 && totalz < server.Rank19)
                       ^
    client.java:14326: cannot find symbol
    symbol  : variable Rank19
    location: class server
    if(totalz >= server.Rank20 && totalz < server.Rank19)
                                                 ^
    client.java:14329: cannot find symbol
    symbol  : variable Rank20
    location: class server
    server.Rank20 = totalz;
          ^
    client.java:14332: cannot find symbol
    symbol  : variable Rank20
    location: class server
    if(totalz < server.Rank20)
                      ^
    client.java:18027: cannot find symbol
    symbol  : variable objectID
    location: class client
                                    if(objectID == 3192)
                                       ^
    client.java:18063: cannot find symbol
    symbol  : variable objectID
    location: class client
    if (objectID == 4484) // Show scoreboard in lobby
        ^
    client.java:18067: cannot find symbol
    symbol  : variable objectID
    location: class client
    if (objectID == 4388 && (objectX == 2436) && (objectY == 3082)) //Zamorak portal
    
        ^
    client.java:18067: cannot find symbol
    symbol  : variable objectX
    location: class client
    if (objectID == 4388 && (objectX == 2436) && (objectY == 3082)) //Zamorak portal
    
                             ^
    client.java:18067: cannot find symbol
    symbol  : variable objectY
    location: class client
    if (objectID == 4388 && (objectX == 2436) && (objectY == 3082)) //Zamorak portal
    
                                                  ^
    client.java:18085: cannot find symbol
    symbol  : variable objectID
    location: class client
    if (objectID == 4387 && (objectX == 2436) && (objectY == 3096)) //Saradomin port
    al
        ^
    client.java:18085: cannot find symbol
    symbol  : variable objectX
    location: class client
    if (objectID == 4387 && (objectX == 2436) && (objectY == 3096)) //Saradomin port
    al
                             ^
    client.java:18085: cannot find symbol
    symbol  : variable objectY
    location: class client
    if (objectID == 4387 && (objectX == 2436) && (objectY == 3096)) //Saradomin port
    al
                                                  ^
    client.java:18097: cannot find symbol
    symbol  : variable objectID
    location: class client
    if (objectID == 4408 && (objectX == 2436) && (objectY == 3089)) //Guthix portal
        ^
    client.java:18097: cannot find symbol
    symbol  : variable objectX
    location: class client
    if (objectID == 4408 && (objectX == 2436) && (objectY == 3089)) //Guthix portal
                             ^
    client.java:18097: cannot find symbol
    symbol  : variable objectY
    location: class client
    if (objectID == 4408 && (objectX == 2436) && (objectY == 3089)) //Guthix portal
                                                  ^
    client.java:18105: cannot find symbol
    symbol  : variable objectID
    location: class client
    if (objectID == 4911 && (objectX == 2421) && (objectY == 3074)) //Saradomin ladd
    er(Down)
        ^
    client.java:18105: cannot find symbol
    symbol  : variable objectX
    location: class client
    if (objectID == 4911 && (objectX == 2421) && (objectY == 3074)) //Saradomin ladd
    er(Down)
                             ^
    client.java:18105: cannot find symbol
    symbol  : variable objectY
    location: class client
    if (objectID == 4911 && (objectX == 2421) && (objectY == 3074)) //Saradomin ladd
    er(Down)
                                                  ^
    client.java:18115: cannot find symbol
    symbol  : variable objectID
    location: class client
    if (objectID == 4427 && (objectX == 2373) && (objectY == 3119))
        ^
    client.java:18115: cannot find symbol
    symbol  : variable objectX
    location: class client
    if (objectID == 4427 && (objectX == 2373) && (objectY == 3119))
                             ^
    client.java:18115: cannot find symbol
    symbol  : variable objectY
    location: class client
    if (objectID == 4427 && (objectX == 2373) && (objectY == 3119))
                                                  ^
    client.java:18128: cannot find symbol
    symbol  : variable objectID
    location: class client
    if (objectID == 4428 && (objectX == 2372) && (objectY == 3119))
        ^
    client.java:18128: cannot find symbol
    symbol  : variable objectX
    location: class client
    if (objectID == 4428 && (objectX == 2372) && (objectY == 3119))
                             ^
    client.java:18128: cannot find symbol
    symbol  : variable objectY
    location: class client
    if (objectID == 4428 && (objectX == 2372) && (objectY == 3119))
                                                  ^
    Note: stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    100 errors
    Project Lynx Created By Rickii ... ONLINE :)
    Shame.
     

  8. #38  
    Endeavor

    Mikey`'s Avatar
    Join Date
    Dec 2007
    Posts
    4,421
    Thanks given
    693
    Thanks received
    1,425
    Rep Power
    1202
    very nice rep!
     

  9. #39  
    Rickii
    Guest
    mm, I just didnt add that, dont want an object, i just use the command.=]

    [Only registered and activated users can see links. ]

    EDITED URS ABit, hope u dont mind

    -Sorry for caps, cbf changing
    Last edited by Rickii; 01-22-2008 at 08:33 PM. Reason: Double posting is not allowed!
     

  10. #40  
    Independent
    Guest
    I found a fix for those people who are getting the error when your in game and it only shows everyones total level to be 31


    First Look up
    Code:
    public boolean process()
    then somewhere under there add

    Code:
    int oldtotal = totalz;
    totalz = (getLevelForXP(playerXP[0]) + getLevelForXP(playerXP[1]) + getLevelForXP(playerXP[2]) + getLevelForXP(playerXP[3]) + getLevelForXP(playerXP[4]) + getLevelForXP(playerXP[5]) + getLevelForXP(playerXP[6]) + getLevelForXP(playerXP[7]) + getLevelForXP(playerXP[8]) + getLevelForXP(playerXP[9]) + getLevelForXP(playerXP[10]) + getLevelForXP(playerXP[0]) + getLevelForXP(playerXP[11]) + getLevelForXP(playerXP[12]) + getLevelForXP(playerXP[13]) + getLevelForXP(playerXP[14]) + getLevelForXP(playerXP[15]) + getLevelForXP(playerXP[6]) + getLevelForXP(playerXP[17]) + getLevelForXP(playerXP[18]) + getLevelForXP(playerXP[19]) + getLevelForXP(playerXP[20]));
    if(oldtotal != totalz)
    sendFrame126("Total Lvl: "+totalz, 3984);
    that should fix it.
     

Page 4 of 7 FirstFirst ... 23456 ... LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

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