Thread: Big Help!

Results 1 to 9 of 9
  1. #1 Big Help! 
    Registered Member

    Join Date
    Dec 2006
    Age
    29
    Posts
    3,076
    Thanks given
    3
    Thanks received
    23
    Rep Power
    738
    I'm using UltimateWorld 2.0 as my base and i don't have a clue on how to fix this.

    All it is that when a player comes into area that a player is already in there out of sync, by out of sync i mean that they are in different areas to each other, E.G im standing next to a npc one client but on the other one it shows the that character standing behind the npc.

    Video -
    Skanking whilst playing RuneScape >...


    Reply With Quote  
     

  2. #2  
    Ex-Administrator

    Join Date
    Jul 2006
    Age
    31
    Posts
    507
    Thanks given
    6
    Thanks received
    17
    Rep Power
    75
    player.java

    playerListSize = 0;

    remove that
    BUT NOT FROM THE DESTRUCT METHOD.
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Dec 2006
    Age
    29
    Posts
    3,076
    Thanks given
    3
    Thanks received
    23
    Rep Power
    738
    Quote Originally Posted by Luke View Post
    player.java

    playerListSize = 0;

    remove that
    BUT NOT FROM THE DESTRUCT METHOD.
    Didn't Work
    Skanking whilst playing RuneScape >...


    Reply With Quote  
     

  4. #4  
    I don't take you serious
    Kastro's Avatar
    Join Date
    Nov 2008
    Posts
    2,504
    Thanks given
    92
    Thanks received
    389
    Rep Power
    604
    Code:
    	protected boolean chatTextUpdateRequired = false;
    	protected byte chatText[] = new byte[4096], chatTextSize = 0;
    	protected int chatTextEffects = 0, chatTextColor = 0;
    	protected void appendPlayerChatText(stream str) {
    		str.writeWordBigEndian(((chatTextColor&0xFF) << 8) + (chatTextEffects&0xFF));
    		str.writeByte(playerRights);
    		str.writeByteC(chatTextSize);		// no more than 256 bytes!!!
    		str.writeBytes_reverse(chatText, chatTextSize, 0);
    	}
    Try that, fished it out og wL.

    Also, why aren't you a vet? Your join date says 2006 ._.

    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Dec 2006
    Age
    29
    Posts
    3,076
    Thanks given
    3
    Thanks received
    23
    Rep Power
    738
    Thats for Chat? Also I was inactive
    Skanking whilst playing RuneScape >...


    Reply With Quote  
     

  6. #6  
    I don't take you serious
    Kastro's Avatar
    Join Date
    Nov 2008
    Posts
    2,504
    Thanks given
    92
    Thanks received
    389
    Rep Power
    604
    Quote Originally Posted by Hooligan View Post
    Thats for Chat? Also I was inactive
    Isn't your issue the chat? I only watched 2 mins of the vid so I may be mistaken.

    What exactly is the issue?

    Reply With Quote  
     

  7. #7  
    Want a b00b job? PM me.
    Unity's Avatar
    Join Date
    Jun 2008
    Age
    30
    Posts
    711
    Thanks given
    7
    Thanks received
    11
    Rep Power
    298
    That is an AMAZING glitch. Must have taken some big fuck up to do that :/ - did you look in the npc facing things? That might be the issue..
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Dec 2006
    Age
    29
    Posts
    3,076
    Thanks given
    3
    Thanks received
    23
    Rep Power
    738
    Quote Originally Posted by Kastro View Post
    Isn't your issue the chat? I only watched 2 mins of the vid so I may be mistaken.

    What exactly is the issue?
    Region Update :/
    Skanking whilst playing RuneScape >...


    Reply With Quote  
     

  9. #9  
    Expert Programmer


    Join Date
    Dec 2007
    Posts
    2,018
    Thanks given
    52
    Thanks received
    84
    Rep Power
    986
    Reupload the video I dont understand the problem...
    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
  •