Thread: Adding 525 Gameframe [PI] [Rep]

Results 1 to 7 of 7
  1. #1 Adding 525 Gameframe [PI] [Rep] 
    Registered Member Le Lenny's Avatar
    Join Date
    Oct 2012
    Age
    28
    Posts
    368
    Thanks given
    45
    Thanks received
    5
    Rep Power
    12
    Hello Rune Server, i bring to you another error. Ive usd this tutorial here http://www.rune-server.org/runescape...rame-orbs.html and ive got this error? i cant quite figure it out? can anyone possibly help? Thanks.


    Code:
      client.java:12315: error: variable chatButtons is already defined in class clien
    t
            private Sprite[] chatButtons;
                             ^
    client.java:61: error: cannot find symbol
                    if(super.mou*** >= 742 && super.mo*** <= 764 && super.mouseY >=
    1 && super.mouseY <= 23 && tabInterfaceIDs[10] != -1) {
                                                   ^
      symbol: variable mo***
    client.java:579: error: cannot find symbol
                            byte[] buffer = ReadFile("C:/AcquittalRSPSv2/Raw/"+s);
                                            ^
      symbol:   method ReadFile(String)
      location: class client
    client.java:2240: error: cannot find symbol
                    loggedIn = false;
                    ^
      symbol:   variable loggedIn
      location: class client
    client.java:2305: error: cannot find symbol
                    if(!loggedIn)
                        ^
      symbol:   variable loggedIn
      location: class client
    client.java:2995: error: cannot find symbol
                    if(!loggedIn)
                        ^
      symbol:   variable loggedIn
      location: class client
    client.java:3670: error: cannot find symbol
                    loggedIn = false;
                    ^
      symbol:   variable loggedIn
      location: class client
    client.java:3673: error: cannot find symbol
                    if(!loggedIn)
                        ^
      symbol:   variable loggedIn
      location: class client
    client.java:6410: error: cannot find symbol
                                    loggedIn = true;
                                    ^
      symbol:   variable loggedIn
      location: class client
    client.java:6582: error: cannot find symbol
                                    loggedIn = true;
                                    ^
      symbol:   variable loggedIn
      location: class client
    client.java:7638: error: cannot find symbol
            ORBS[0] = new Sprite(OD + "ORBS 0.png", 27, getOrbFill(100));
                                                        ^
      symbol:   method getOrbFill(int)
      location: class client
    client.java:7652: error: cannot find symbol
            smallText.method382(getOrbTextColor(100), 232, currentEnergy, 118, true)
    ;
                                ^
      symbol:   method getOrbTextColor(int)
      location: class client
    client.java:7663: error: cannot find symbol
            ORBS[0] = new Sprite((new StringBuilder()).append(s).append("ORBS 0.png"
    ).toString(), 27, getOrbFill(k));
    
                      ^
      symbol:   method getOrbFill(int)
      location: class client
    client.java:7668: error: cannot find symbol
            smallText.method382(getOrbTextColor(k), 234, (new StringBuilder()).appen
    d("").append(i).toString(), 79, true);
                                ^
      symbol:   method getOrbTextColor(int)
      location: class client
    client.java:7681: error: cannot find symbol
            ORBS[0] = new Sprite(OrbDirectory+"ORBS 0.PNG", 27, getOrbFill(health));
    
                                                                ^
      symbol:   method getOrbFill(int)
      location: class client
    client.java:7694: error: cannot find symbol
             smallText.method382(getOrbTextColor(health), 218, currentHP + "", Y, tr
    ue);
                                 ^
      symbol:   method getOrbTextColor(int)
      location: class client
    client.java:8970: error: cannot find symbol
                    if(!loggedIn)
                        ^
      symbol:   variable loggedIn
      location: class client
    client.java:10651: error: cannot find symbol
                                            if(loggedIn)
                                               ^
      symbol:   variable loggedIn
      location: class client
    client.java:10794: error: cannot find symbol
                    method91(stream, i);
                    ^
      symbol:   method method91(Stream,int)
      location: class client
    client.java:12258: error: cannot find symbol
                    loggedIn = false;
                    ^
      symbol:   variable loggedIn
      location: class client
    OnDemandFetcher.java:243: error: cannot find symbol
                if(!clientInstance.loggedIn)
                                  ^
      symbol:   variable loggedIn
      location: variable clientInstance of type client
    OnDemandFetcher.java:376: error: cannot find symbol
                    if(clientInstance.loggedIn && socket != null && outputStream !=
    null && (anInt1332 > 0 || clientInstance.decompressors[0] == null))
                                     ^
      symbol:   variable loggedIn
      location: variable clientInstance of type client
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    22 errors
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Registered Member Karki's Avatar
    Join Date
    Jun 2013
    Posts
    275
    Thanks given
    2
    Thanks received
    8
    Rep Power
    11
    Quote Originally Posted by Puzzles View Post
    Hello Rune Server, i bring to you another error. Ive usd this tutorial here http://www.rune-server.org/runescape...rame-orbs.html and ive got this error? i cant quite figure it out? can anyone possibly help? Thanks.


    Code:
      client.java:12315: error: variable chatButtons is already defined in class clien
    t
            private Sprite[] chatButtons;
                             ^
    client.java:61: error: cannot find symbol
                    if(super.mou*** >= 742 && super.mo*** <= 764 && super.mouseY >=
    1 && super.mouseY <= 23 && tabInterfaceIDs[10] != -1) {
                                                   ^
      symbol: variable mo***
    client.java:579: error: cannot find symbol
                            byte[] buffer = ReadFile("C:/AcquittalRSPSv2/Raw/"+s);
                                            ^
      symbol:   method ReadFile(String)
      location: class client
    client.java:2240: error: cannot find symbol
                    loggedIn = false;
                    ^
      symbol:   variable loggedIn
      location: class client
    client.java:2305: error: cannot find symbol
                    if(!loggedIn)
                        ^
      symbol:   variable loggedIn
      location: class client
    client.java:2995: error: cannot find symbol
                    if(!loggedIn)
                        ^
      symbol:   variable loggedIn
      location: class client
    client.java:3670: error: cannot find symbol
                    loggedIn = false;
                    ^
      symbol:   variable loggedIn
      location: class client
    client.java:3673: error: cannot find symbol
                    if(!loggedIn)
                        ^
      symbol:   variable loggedIn
      location: class client
    client.java:6410: error: cannot find symbol
                                    loggedIn = true;
                                    ^
      symbol:   variable loggedIn
      location: class client
    client.java:6582: error: cannot find symbol
                                    loggedIn = true;
                                    ^
      symbol:   variable loggedIn
      location: class client
    client.java:7638: error: cannot find symbol
            ORBS[0] = new Sprite(OD + "ORBS 0.png", 27, getOrbFill(100));
                                                        ^
      symbol:   method getOrbFill(int)
      location: class client
    client.java:7652: error: cannot find symbol
            smallText.method382(getOrbTextColor(100), 232, currentEnergy, 118, true)
    ;
                                ^
      symbol:   method getOrbTextColor(int)
      location: class client
    client.java:7663: error: cannot find symbol
            ORBS[0] = new Sprite((new StringBuilder()).append(s).append("ORBS 0.png"
    ).toString(), 27, getOrbFill(k));
    
                      ^
      symbol:   method getOrbFill(int)
      location: class client
    client.java:7668: error: cannot find symbol
            smallText.method382(getOrbTextColor(k), 234, (new StringBuilder()).appen
    d("").append(i).toString(), 79, true);
                                ^
      symbol:   method getOrbTextColor(int)
      location: class client
    client.java:7681: error: cannot find symbol
            ORBS[0] = new Sprite(OrbDirectory+"ORBS 0.PNG", 27, getOrbFill(health));
    
                                                                ^
      symbol:   method getOrbFill(int)
      location: class client
    client.java:7694: error: cannot find symbol
             smallText.method382(getOrbTextColor(health), 218, currentHP + "", Y, tr
    ue);
                                 ^
      symbol:   method getOrbTextColor(int)
      location: class client
    client.java:8970: error: cannot find symbol
                    if(!loggedIn)
                        ^
      symbol:   variable loggedIn
      location: class client
    client.java:10651: error: cannot find symbol
                                            if(loggedIn)
                                               ^
      symbol:   variable loggedIn
      location: class client
    client.java:10794: error: cannot find symbol
                    method91(stream, i);
                    ^
      symbol:   method method91(Stream,int)
      location: class client
    client.java:12258: error: cannot find symbol
                    loggedIn = false;
                    ^
      symbol:   variable loggedIn
      location: class client
    OnDemandFetcher.java:243: error: cannot find symbol
                if(!clientInstance.loggedIn)
                                  ^
      symbol:   variable loggedIn
      location: variable clientInstance of type client
    OnDemandFetcher.java:376: error: cannot find symbol
                    if(clientInstance.loggedIn && socket != null && outputStream !=
    null && (anInt1332 > 0 || clientInstance.decompressors[0] == null))
                                     ^
      symbol:   variable loggedIn
      location: variable clientInstance of type client
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    22 errors
    Press any key to continue . . .
    java cannot find the symbol
    Reply With Quote  
     

  3. #3  
    Registered Member Le Lenny's Avatar
    Join Date
    Oct 2012
    Age
    28
    Posts
    368
    Thanks given
    45
    Thanks received
    5
    Rep Power
    12
    Quote Originally Posted by Karki View Post
    java cannot find the symbol
    Im aware of that.
    Reply With Quote  
     

  4. #4  
    Registered Member Karki's Avatar
    Join Date
    Jun 2013
    Posts
    275
    Thanks given
    2
    Thanks received
    8
    Rep Power
    11
    Quote Originally Posted by Puzzles View Post
    Im aware of that.
    it was fun to help you
    Reply With Quote  
     

  5. #5  
    t1t5
    Ray_'s Avatar
    Join Date
    Mar 2012
    Age
    28
    Posts
    146
    Thanks given
    61
    Thanks received
    46
    Rep Power
    12
    By copying and pasting the exact snippet you've not taken into consideration that alot of clients are different. Some Var's and Int's are uncalled. (Like loggedIn etc.) By finding and declaring this method it should work out. You can always take them from other sources/clients. It's not a hard thing to do. Trying is learning and learning is mastering.
    Reply With Quote  
     

  6. #6  
    Donator

    Join Date
    Nov 2012
    Posts
    790
    Thanks given
    47
    Thanks received
    42
    Rep Power
    12
    Reply With Quote  
     

  7. #7  
    Donator

    Join Date
    Nov 2012
    Posts
    790
    Thanks given
    47
    Thanks received
    42
    Rep Power
    12
    Fixed for him. /close
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Adding 525 Gameframe
    By Eclipse IDE in forum Help
    Replies: 4
    Last Post: 03-09-2012, 08:42 PM
  2. PI Adding 525 Gameframe?
    By ReZ-Gaming in forum Help
    Replies: 1
    Last Post: 03-09-2012, 02:16 AM
  3. Adding 525 gameframe to galkons
    By Moronic in forum Help
    Replies: 4
    Last Post: 08-24-2011, 08:33 PM
  4. adding slayer points [pi] [rep & thank]
    By sexyrussian in forum Help
    Replies: 0
    Last Post: 08-14-2011, 10:21 AM
  5. [P] adding 525 gfx [PI]
    By oblivion-rs in forum Help
    Replies: 3
    Last Post: 10-14-2010, 05:36 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •