Thread: I need help 718 Error. Please help.

Results 1 to 5 of 5
  1. #1 I need help 718 Error. Please help. 
    Registered Member
    Join Date
    Nov 2014
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Compiling...
    src\com\rs\net\decoders\WorldPacketsDecoder.java:4 81: error: cannot find symbol
    } else if (packetId == PLAYER_OPTION_5_PACKET) {
    ^
    symbol: variable PLAYER_OPTION_5_PACKET
    location: class WorldPacketsDecoder
    src\com\rs\net\decoders\WorldPacketsDecoder.java:4 96: error: cannot find symbol
    other.out("YOU HAVE BEEN SENT AWAY, AND PROBABLY FOR A G
    OOD REASON.");
    ^
    symbol: method out(String)
    location: variable other of type Player
    2 errors
    Press any key to continue . . .
    Please help me, I don't know what to do.
    Reply With Quote  
     

  2. #2  
    i am a misanthrope
    Kavinsky's Avatar
    Join Date
    Aug 2014
    Posts
    260
    Thanks given
    14
    Thanks received
    17
    Rep Power
    29
    Quote Originally Posted by IGlitchedObama View Post
    Please help me, I don't know what to do.
    for the first one i am sorry i cant figure that out sorry mate

    i think but i am not positive try for the second error (YOU HAVE BEEN SENT AWAY, AND PROBABLY FOR A GOOD REASON.); taking out the " "

    hope i at least helped :/
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Second error: other.sendMessage() instead of other.out()
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Jul 2012
    Posts
    110
    Thanks given
    8
    Thanks received
    3
    Rep Power
    11
    You haven't declared
    "PLAYER_OPTION_5_PACKET" As a variable, anywhere. Towards the top try adding
    "PLAYER_OPTION_5_PACKET = 87;"
    87 Might not be the right packetid, if it doesn't work or it bugs tell me and I'll actually look when I can
    Last edited by heckfire20; 03-03-2015 at 05:14 PM. Reason: typo
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2014
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I got it, Thanks guy. Appreciate it.
    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. [help] client errors please help!
    By Jesseinhdd in forum Help
    Replies: 10
    Last Post: 12-24-2014, 02:19 AM
  2. Replies: 1
    Last Post: 09-09-2014, 11:53 PM
  3. Replies: 9
    Last Post: 01-06-2011, 03:13 PM
  4. NEED HELP WITH ERROR Please.
    By iluv2eat in forum Help
    Replies: 4
    Last Post: 12-14-2010, 03:10 AM
  5. Replies: 2
    Last Post: 04-13-2010, 04:48 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
  •