Thread: [PI] Run-Energy compile errors

Results 1 to 2 of 2
  1. #1 [PI] Run-Energy compile errors 
    Java Developer

    Join Date
    Jun 2012
    Posts
    384
    Thanks given
    80
    Thanks received
    35
    Rep Power
    4
    Code:
    src\server\model\players\Player.java:896: error: cannot find symbol
                    c.getPA().setConfig(173, 0);
                             ^
      symbol:   method setConfig(int,int)
      location: class PlayerAssistant
    src\server\model\players\packets\ClickingButtons.java:1147: error: cannot find s
    ymbol
                                            c.getPA().setConfig(173, 0);
                                                     ^
      symbol:   method setConfig(int,int)
      location: class PlayerAssistant
    src\server\model\players\packets\ClickingButtons.java:1151: error: cannot find s
    ymbol
                                    c.getPA().setConfig(173, c.isRunning ? 0 : 1);
                                             ^
      symbol:   method setConfig(int,int)
      location: class PlayerAssistant
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 errors
    Press any key to continue . . .
    tutorial used: http://www.rune-server.org/runescape...-toggling.html
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2010
    Posts
    183
    Thanks given
    150
    Thanks received
    17
    Rep Power
    35
    declare setConfig?
    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. Replies: 7
    Last Post: 04-23-2012, 08:09 AM
  2. Replies: 3
    Last Post: 08-22-2010, 08:57 AM
  3. Run energy
    By Pb600 in forum Help
    Replies: 16
    Last Post: 02-01-2010, 04:53 AM
  4. Run Energy
    By King in forum Help
    Replies: 1
    Last Post: 10-04-2009, 10:04 AM
  5. run energy
    By Mellor in forum Help
    Replies: 0
    Last Post: 09-07-2009, 09:41 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
  •