Thread: Please help

Results 1 to 4 of 4
  1. #1 Please help 
    Registered Member
    Join Date
    Jun 2010
    Posts
    55
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I have the richscape server which worked fine until I added the vBulletin integration, Now for some reason ever client that I try to connect with appears to be a null and automatically disconnects me?.. Hmm anyone have the ability to fix? Greatly appreciated

    Heres what comes up:

    :: Port:
    :: 43594
    :: Running using JDK 1.6.0_32...
    RichScape v2 - Created by Rich
    ----------------------------------------------------
    Loading npcs... drops... spawn list...done!
    Connection from localhost:1515
    Hehe: character file not found.
    ClientHandler: Client null disconnected (localhost)
    Connection from localhost:1516
    Hehe: character file not found.
    ClientHandler: Client null disconnected (localhost)
    Connection from localhost:1517
    Hehe: character file not found.
    ClientHandler: Client null disconnected (localhost)
    Connection from localhost:1518
    Hehe: character file not found.
    ClientHandler: Client null disconnected (localhost)
    Connection from localhost:1519
    ClientHandler: Client null disconnected (localhost)
    Connection from localhost:1520
    ClientHandler: Client null disconnected (localhost)
    Connection from localhost:1521
    ClientHandler: Client null disconnected (localhost)
    Connection from localhost:1522
    ClientHandler: Client null disconnected (localhost)
    Connection from localhost:1523
    ClientHandler: Client null disconnected (localhost)

    Btw its mysql is through xampp
     

  2. #2  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    2,661
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    make print outs on like ever other line in the login method.
     

  3. #3  
    Registered Member
    Join Date
    Jun 2010
    Posts
    55
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Okay, whats the easiest method for doing that lol
     

  4. #4  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    2,661
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    like if somthing is

    int uid = instream.readDWord();

    you do

    Code:
    System.out.println("UID: "+uid);
     


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
  •