Thread: Nothing Exists??????????

Results 1 to 9 of 9
  1. #1 Nothing Exists?????????? 
    Member
    Join Date
    Sep 2008
    Posts
    116
    Thanks given
    1
    Thanks received
    2
    Rep Power
    0
    Something is wrong. Every item i have has become "Not Existing." Does anyone have any ideas of what to do?
    Here are two pictures



    Any will be much appriciated, Thank you.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Oct 2009
    Posts
    1,595
    Thanks given
    100
    Thanks received
    50
    Rep Power
    232
    go need to add the item on item.cfg
    Reply With Quote  
     

  3. #3  
    Member
    Join Date
    Sep 2008
    Posts
    116
    Thanks given
    1
    Thanks received
    2
    Rep Power
    0
    they are already there. It does the same with every single item. Axes, rune stuff, adamant stuff etc.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2010
    Posts
    30
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    make sure they are spelled correctly, and make sure u have the item numbers correct with ur class8.java from ur client

    and u could be spawning the wronge item codes because if its in ur item.cfg then it wont say non existing...so

    and if u havent compiled then lol
    Reply With Quote  
     

  5. #5  
    Registered Member Queer's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    781
    Thanks given
    210
    Thanks received
    33
    Rep Power
    33
    Probably the client your using doesn't have them listed in class8..If I'm wrong then sorry :\
    Reply With Quote  
     

  6. #6  
    Registered Member
    Its paris's Avatar
    Join Date
    Apr 2009
    Posts
    1,141
    Thanks given
    56
    Thanks received
    234
    Rep Power
    689
    Try debugging.
    Print out the string that's sent (sendString) when it's sent.
    Then work your way back to the source untill you do see the correct string.
    This can tell you where things go wrong.
    Example:
    When you click a weapon you wield it, you send a string:
    Code:
    (...)//Wield stuff
    System.out.println("Location 1: " + theWeaponNameThatSSent);
    (...)
    That weaponName comes from somewhere else, it can be a getter for example, so in the getter you'd do something similar. Except for "Location 1:", which could be "Location 2:" to distinguish the prints.
    Another location is upon loading of the cfg file...
    You get what I'm trying to say.
    Debugging this way can yield a lot of information. Whenever I'm stuck I do stuff like this.
    Reply With Quote  
     

  7. #7  
    Registered Member Richie's Avatar
    Join Date
    Sep 2009
    Age
    28
    Posts
    791
    Thanks given
    81
    Thanks received
    18
    Rep Power
    6
    You have messed up your weraritem packet or something
    Reply With Quote  
     

  8. #8  
    Registered Member
    Gothickidd's Avatar
    Join Date
    Jan 2008
    Age
    30
    Posts
    486
    Thanks given
    15
    Thanks received
    20
    Rep Power
    493
    Your server is reading default send-message "Nothing Exists" Because you haven't properly implement the items into your server.

    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    May 2010
    Posts
    14
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    You need to implement items correctly.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •