Thread: Fixed

Results 1 to 5 of 5
  1. #1 Fixed 
    CorruptionPVP CODER
    Kronos's Avatar
    Join Date
    Aug 2011
    Posts
    850
    Thanks given
    148
    Thanks received
    32
    Rep Power
    128
    fixed CLOSE PLEASE
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Jan 2011
    Posts
    124
    Thanks given
    29
    Thanks received
    5
    Rep Power
    0
    Read your errors, it's easy to tell and easy to fix.
    Reply With Quote  
     

  3. #3  
    CorruptionPVP CODER
    Kronos's Avatar
    Join Date
    Aug 2011
    Posts
    850
    Thanks given
    148
    Thanks received
    32
    Rep Power
    128
    EDIT
    I fixed the current errors and then i got 2 new ones any help?
    Code:
    src\server\model\players\ActionHandler.java:1158: error: unreachable statement
                            if (c.objectY == 9698) {
                            ^
    src\server\model\players\ActionHandler.java:1725: error: unreachable statement
    c.getDH().sendDialogues(20, npcType);
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Jan 2011
    Posts
    124
    Thanks given
    29
    Thanks received
    5
    Rep Power
    0
    Quote Originally Posted by Kronos View Post
    EDIT
    I fixed the current errors and then i got 2 new ones any help?
    Code:
    src\server\model\players\ActionHandler.java:1158: error: unreachable statement
                            if (c.objectY == 9698) {
                            ^
    src\server\model\players\ActionHandler.java:1725: error: unreachable statement
    c.getDH().sendDialogues(20, npcType);
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .
    language design - Why does Java have an "unreachable statement" compiler error? - Stack Overflow
    Reply With Quote  
     

  5. #5  
    CorruptionPVP CODER
    Kronos's Avatar
    Join Date
    Aug 2011
    Posts
    850
    Thanks given
    148
    Thanks received
    32
    Rep Power
    128
    Fixed nvm
    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: 3
    Last Post: 01-06-2013, 05:26 AM
  2. Tutorial Island Error
    By Aim High in forum Help
    Replies: 2
    Last Post: 10-13-2012, 03:16 PM
  3. tutorial island error
    By noelbudo in forum Help
    Replies: 23
    Last Post: 08-21-2012, 07:46 PM
  4. 3 Errors after adding tutorial island..
    By rockarocka in forum Help
    Replies: 1
    Last Post: 04-13-2012, 04:53 PM
  5. Replies: 0
    Last Post: 01-02-2010, 02:30 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
  •