Thread: Friends list bug

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Friends list bug 
    Registered Member
    Join Date
    Aug 2013
    Posts
    87
    Thanks given
    14
    Thanks received
    4
    Rep Power
    0
    nvm.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2013
    Posts
    87
    Thanks given
    14
    Thanks received
    4
    Rep Power
    0
    bump

    anyone know whats causing this
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jul 2015
    Posts
    607
    Thanks given
    520
    Thanks received
    660
    Rep Power
    0
    you need to save the friends server-sided and send them on login
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2013
    Posts
    87
    Thanks given
    14
    Thanks received
    4
    Rep Power
    0
    Quote Originally Posted by Swiffy View Post
    you need to save the friends server-sided and send them on login
    it is saved
    Reply With Quote  
     

  5. #5  
    Super Donator

    Join Date
    Oct 2008
    Posts
    328
    Thanks given
    34
    Thanks received
    20
    Rep Power
    66
    ctrl + f
    Code:
    nodeID =
    usually 10,
    Server side, packet 50;
    Code:
           PacketBuilder packetBuilder = new PacketBuilder(50);
                    packetBuilder.putLong(friend.getNameAsLong());
                    packetBuilder.put((byte) (friend.isOnline() ? Constants.WORLD_ID : 0));
    Where Constants.WORLD_ID = client side's worldId aka nodeID.
    menth
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Aug 2013
    Posts
    87
    Thanks given
    14
    Thanks received
    4
    Rep Power
    0
    Quote Originally Posted by M,i,K,e_ View Post
    ctrl + f
    Code:
    nodeID =
    usually 10,
    Server side, packet 50;
    Code:
           PacketBuilder packetBuilder = new PacketBuilder(50);
                    packetBuilder.putLong(friend.getNameAsLong());
                    packetBuilder.put((byte) (friend.isOnline() ? Constants.WORLD_ID : 0));
    Where Constants.WORLD_ID = client side's worldId aka nodeID.
    where i do this
    Reply With Quote  
     

  7. #7  
    Super Donator

    Join Date
    Oct 2008
    Posts
    328
    Thanks given
    34
    Thanks received
    20
    Rep Power
    66
    client.java nodeID =
    then wherever frames are sent on your server, or well, that frame, what source?
    menth
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Aug 2013
    Posts
    87
    Thanks given
    14
    Thanks received
    4
    Rep Power
    0
    Quote Originally Posted by M,i,K,e_ View Post
    client.java nodeID =
    then wherever frames are sent on your server, or well, that frame, what source?
    do you have problem? what does noids have to do with my friend list lol anyways i searched nodeids and every nodeID i found was nodeID = 10
    Reply With Quote  
     

  9. #9  
    Super Donator

    Join Date
    Oct 2008
    Posts
    328
    Thanks given
    34
    Thanks received
    20
    Rep Power
    66
    Read my post that you quoted, you need to send that number to the client from your server.
    menth
    Reply With Quote  
     

  10. #10  
    Let the good times roll
    Eazy's Avatar
    Join Date
    Jun 2012
    Age
    27
    Posts
    1,234
    Thanks given
    90
    Thanks received
    223
    Rep Power
    70
    Quote Originally Posted by Epic Kilah View Post
    do you have problem? what does noids have to do with my friend list lol anyways i searched nodeids and every nodeID i found was nodeID = 10
    Rofl what? He doesn't have a "problem", hes trying to help you. If you don't understand what he means, go to your client.java (client sided) and search for nodeID = as he told you

    Well, you said you found nodeID = 10? change them to nodeID = 1 and I'm sure that works




    Reply With Quote  
     

  11. Thankful user:


Page 1 of 2 12 LastLast

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. [Renamed] Friends list bug
    By .Sparrow in forum Help
    Replies: 4
    Last Post: 06-17-2010, 02:03 AM
  2. Galkon webclient friends list bug.
    By Spooky in forum Help
    Replies: 3
    Last Post: 05-23-2010, 03:36 AM
  3. Friends list bug
    By zezarak in forum Help
    Replies: 0
    Last Post: 12-08-2009, 12:51 AM
  4. Friends List Bug =(((
    By goldinfern0z in forum Help
    Replies: 0
    Last Post: 04-23-2009, 06:35 AM
  5. [ZDR] Fix the Friend list bug
    By w::v::d in forum Tutorials
    Replies: 2
    Last Post: 05-22-2008, 09:27 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
  •