Thread: Admin Crowns.

Results 1 to 9 of 9
  1. #1 Admin Crowns. 
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    Well ive been busy Coding Server sided lately and i haven't been paying attention Client sided much, and when my partner and i went for a test we noticed there was disconnecting, and no crowns showing up when we talked near each other.

    This Error is Not Client Sided.
    I have tested the same client on 2 bases, and the admin crowns show up on 1 server, but don't on the other.

    Here is a video: View My Video

    Ill post any Methods needed, anything Just help.

    Thanks R-S.

    Rep++ Will Be given and you will receive a +:cookie:+

    Currently Using Bluur's Client modified by Shkic
    Reply With Quote  
     

  2. #2  
    Mops the streets
    Streetwave's Avatar
    Join Date
    Mar 2009
    Age
    29
    Posts
    3,445
    Thanks given
    481
    Thanks received
    1,114
    Rep Power
    5000
    I think it has nothing to do with the client but before your name in some kind chat.java(i dont know what chat thingie is called) but u have to put before: <img=2>

    Spoiler for Love:







    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    Hmm, I don't think so i can take a look again, ive tried comparing the two sources, and i still can't find it, but ill keep looking
    Reply With Quote  
     

  4. #4  
    Mops the streets
    Streetwave's Avatar
    Join Date
    Mar 2009
    Age
    29
    Posts
    3,445
    Thanks given
    481
    Thanks received
    1,114
    Rep Power
    5000
    u made urself admin?

    Spoiler for Love:







    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    Obviously. C'mon I need Serious Answers, i know that i made myself an admin.
    Reply With Quote  
     

  6. #6  
    Mops the streets
    Streetwave's Avatar
    Join Date
    Mar 2009
    Age
    29
    Posts
    3,445
    Thanks given
    481
    Thanks received
    1,114
    Rep Power
    5000
    u dont know mate, i also thought while i needed to made p.rights from 0 to 2 at data-username or something

    Spoiler for Love:







    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    i still need helpz.
    Reply With Quote  
     

  8. #8  
    What....Do you mind?

    Join Date
    May 2007
    Age
    32
    Posts
    552
    Thanks given
    27
    Thanks received
    24
    Rep Power
    14
    well i had this problem.

    try this

    Client.java

    Search
    Code:
    // mod/admin level crown fix
    and it should look like this

    Code:
    				// mod/admin level crown fix -bakatool
    				if (playerRights == 3)
    					out.write(2);
    				else
    					out.write(playerRights);
    
    				out.write(0); // no log
    				updateRequired = true;
    				appearanceUpdateRequired = true;
    if it doesn't look like that replace it with that

    then go to player.java

    and search
    Code:
    protected void appendPlayerChatText(stream str) {
    and it should look like this
    Code:
    	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);
    	}
    if not replace it with the one above

    that should fix the crowns cause i delete a bit of code out of here and crown was gone lol hope this work

    say if it worked or not
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    Alright man, ill test right now, Thanks in advance.

    ---------- Post added at 04:11 PM ---------- Previous post was at 04:05 PM ----------

    ZOMG WORKED! Repped!!!! Thanks man. AHh I'm sooo glad, thanks a bunch!!!
    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

Tags for this Thread

View Tag Cloud

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