Thread: Admin crown appears as moderator

Results 1 to 5 of 5
  1. #1 Admin crown appears as moderator 
    Registered Member
    Join Date
    Oct 2011
    Posts
    140
    Thanks given
    24
    Thanks received
    1
    Rep Power
    11
    So I know alot of people have had this problem,
    I followed http://www.rune-server.org/runescape...hts-3-fix.html and I still cant seem to get it correct, Mind taking a look?

    HERE IS MY CODE!

    Code:
    StaticPacketBuilder bldr = new StaticPacketBuilder();
    		bldr.setBare(true);
    		bldr.addByte((byte) returnCode);
    		if(returnCode == 2) {
    			cl.saveCharacter = true;
    			if(cl.playerRights > 0) {
    				if(cl.playerRights != 3)
    					bldr.addByte((byte) cl.playerRights);
    				else
    					bldr.addByte((byte) 2);
    			//} else if(cl.donator) {
    			//	bldr.addByte((byte) 4);
    			} else {
    				bldr.addByte((byte) 0);
    			}
    Reply With Quote  
     

  2. #2  
    Extreme Donator Admin crown appears as moderator Market Banned



    Join Date
    Dec 2010
    Age
    25
    Posts
    6,060
    Thanks given
    1,692
    Thanks received
    1,238
    Rep Power
    1765
    What's your original code?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2011
    Posts
    140
    Thanks given
    24
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Kharazi View Post
    What's your original code?

    The code posted above.
    Reply With Quote  
     

  4. #4  
    Extreme Donator Admin crown appears as moderator Market Banned



    Join Date
    Dec 2010
    Age
    25
    Posts
    6,060
    Thanks given
    1,692
    Thanks received
    1,238
    Rep Power
    1765
    Where do you handle rights == crown.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Oct 2011
    Posts
    140
    Thanks given
    24
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Kharazi View Post
    Where do you handle rights == crown.
    Uhh, Not 100% from your knowledge what files do you think it " Should " be in?
    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

Similar Threads

  1. Administrator crown showing as moderator crown
    By t r i n i t y in forum Help
    Replies: 3
    Last Post: 06-02-2012, 12:32 AM
  2. Need moderator or admin help
    By Morphine in forum Spam
    Replies: 1
    Last Post: 02-12-2012, 10:21 PM
  3. Trial Moderator crown image.
    By Tillian in forum Suggestions
    Replies: 52
    Last Post: 09-11-2011, 01:50 PM
  4. Administrator/Moderator Crown
    By tucybro in forum Help
    Replies: 0
    Last Post: 10-13-2009, 06:27 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •