Thread: One Error

Results 1 to 8 of 8
  1. #1 One Error 
    If you read this you're gay!
    Infexis's Avatar
    Join Date
    Aug 2009
    Age
    28
    Posts
    4,557
    Thanks given
    1,158
    Thanks received
    1,174
    Rep Power
    2949
    Base: Shards Revolution

    Problem: I don't seem to understand this error, how would I fix it and how would I understand it?

    Error:
    Code:
    ===== COMPILING - PLEASE WAIT... =====
    server\world\NPCManager.java:117: cannot find symbol
    symbol  : constructor NPC(int,server.model.npc.NPCDefinition,int,int,int,server.
    model.player.Client)
    location: class server.model.npc.NPC
                    NPC npc = new NPC(slot, def, client.getAbsX(), client.getAbsY(),
     client.getHeightLevel(), client);
                              ^
    1 error
    ===== DONE ===========================
    Tryck ned valfri tangent f*r att fortsätta...
    Other Information/Media(Pictures, etc): Above information is enough.

    "If you can't explain it simply, you don't understand it well enough." - Albert Einstein
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Feb 2011
    Posts
    398
    Thanks given
    1
    Thanks received
    11
    Rep Power
    4
    Change that code to this one
    Code:
    NPC npc = new NPC(slot, def, client.getAbsX(), client.getAbsY(),
     client.getHeightLevel(), Client);
    OR THIS
    Code:
    NPC npc = new NPC(slot, def, client.getAbsX(), client.getAbsY(),
     client.getHeightLevel() client);
    OR THIS
    Code:
    NPC npc = new NPC(slot, def, client.getAbsX(), client.getAbsY(),
     client.getHeightLevel() Client);
    OR THIS
    Code:
    NPC npc = new NPC(slot, def, client.getAbsX(), client.getAbsY(),
     client.getHeightLevel()client);
    OR THIS
    Code:
    NPC npc = new NPC(slot, def, client.getAbsX(), client.getAbsY(),
     client.getHeightLevel()Client);
    Reply With Quote  
     

  3. #3  
    If you read this you're gay!
    Infexis's Avatar
    Join Date
    Aug 2009
    Age
    28
    Posts
    4,557
    Thanks given
    1,158
    Thanks received
    1,174
    Rep Power
    2949
    Nope, didn't work I still get the error and infact I think your help was redicilous by removing a space or adding space.. Anyways, thanks for trying.

    "If you can't explain it simply, you don't understand it well enough." - Albert Einstein
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Feb 2011
    Posts
    398
    Thanks given
    1
    Thanks received
    11
    Rep Power
    4
    Was worth a try, OK, Ohh I see the error now, but you don't like my help so I ain't telling you, all I will say is that you are missing something...
    Reply With Quote  
     

  5. #5  
    If you read this you're gay!
    Infexis's Avatar
    Join Date
    Aug 2009
    Age
    28
    Posts
    4,557
    Thanks given
    1,158
    Thanks received
    1,174
    Rep Power
    2949
    Quote Originally Posted by -Deception- View Post
    Was worth a try, OK, Ohh I see the error now, but you don't like my help so I ain't telling you, all I will say is that you are missing something...
    No shit?
    Your post is useless there, same is mine..

    PROBLEM SOLVED

    "If you can't explain it simply, you don't understand it well enough." - Albert Einstein
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Registered Member
    Join Date
    Feb 2011
    Posts
    17
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Quote Originally Posted by -Deception- View Post
    Was worth a try, OK, Ohh I see the error now, but you don't like my help so I ain't telling you, all I will say is that you are missing something...
    Acting like a lil kid... xD
    Reply With Quote  
     

  8. Thankful user:


  9. #7  
    Registered Member PvpAllDay's Avatar
    Join Date
    Oct 2010
    Posts
    188
    Thanks given
    5
    Thanks received
    10
    Rep Power
    40
    Quote Originally Posted by -Deception- View Post
    Was worth a try, OK, Ohh I see the error now, but you don't like my help so I ain't telling you, all I will say is that you are missing something...
    If the sperms are strong enough to swim down your belly and up your vagina and tubes, they deserve to live.
    Reply With Quote  
     

  10. #8  
    Registered Member
    Its paris's Avatar
    Join Date
    Apr 2009
    Posts
    1,141
    Thanks given
    56
    Thanks received
    234
    Rep Power
    689
    Are you sure you have the fitting constructor? Or prehaps you're code is just wrong and doesn't match with an existing constructor.
    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: 6
    Last Post: 09-15-2010, 04:20 PM
  2. Replies: 4
    Last Post: 07-27-2010, 06:38 PM
  3. [ERROR]Extending Emote List[ERROR]
    By Meerster in forum Help
    Replies: 2
    Last Post: 01-19-2010, 05:01 AM
  4. Kalphite Queen Error(Thread-5 Error)
    By owner jacob in forum Help
    Replies: 4
    Last Post: 12-22-2009, 06:36 PM
  5. [Error] Perfect range and melee [ERROR]
    By Wallace in forum Help
    Replies: 16
    Last Post: 06-21-2009, 09:56 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
  •