Thread: Loyalty Titles in Chatbox

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 52
  1. #1 Loyalty Titles in Chatbox 
    « Pokémon Master »
    Ash Ketchum's Avatar
    Join Date
    Jun 2011
    Age
    29
    Posts
    1,423
    Thanks given
    275
    Thanks received
    153
    Rep Power
    39
    okay, so i added this a few days back http://www.rune-server.org/runescape...ty-titles.html
    but i cannot seem to find out how to add them in the chatbox and before the names in the bottom of the text box: heres what i mean.



    can anyone explain how to do this?
    Attached image
    Spoiler for Galkon:

    Spoiler for Great Quotes:
    Quote Originally Posted by i am prod View Post
    **** YOU this just erased everyones passwords and no one can log in!!!
    Quote Originally Posted by blade2 View Post
    did i ****ing say it was a ****ing virus u dip shit i said virus scan dont scan java files i didn't say its a virus... l2****ingreadkid
    Spoiler for (╯°□°)╯︵┻━┻:
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Oct 2010
    Age
    30
    Posts
    612
    Thanks given
    20
    Thanks received
    7
    Rep Power
    9
    would like to know tho
    Reply With Quote  
     

  3. #3  
    « Pokémon Master »
    Ash Ketchum's Avatar
    Join Date
    Jun 2011
    Age
    29
    Posts
    1,423
    Thanks given
    275
    Thanks received
    153
    Rep Power
    39
    bump any help appreciated.
    Attached image
    Spoiler for Galkon:

    Spoiler for Great Quotes:
    Quote Originally Posted by i am prod View Post
    **** YOU this just erased everyones passwords and no one can log in!!!
    Quote Originally Posted by blade2 View Post
    did i ****ing say it was a ****ing virus u dip shit i said virus scan dont scan java files i didn't say its a virus... l2****ingreadkid
    Spoiler for (╯°□°)╯︵┻━┻:
    Reply With Quote  
     

  4. #4  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    i need the same thing
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2011
    Posts
    309
    Thanks given
    9
    Thanks received
    26
    Rep Power
    28
    Code:
    	protected void appendPlayerChatText(Stream str) {
    		synchronized(this) {
    			str.writeWordBigEndian(((getChatTextColor()&0xFF) << 8) + (getChatTextEffects()&0xFF));
    			str.writeByte(playerRights);
                            str.writeByte(playerTitle); // CHANGE 'playerTitle' to whatever it needs to be
    			str.writeByteC(getChatTextSize());		
    			str.writeBytes_reverse(getChatText(), getChatTextSize(), 0);
    		}
    	}
    If this doesn't work tell me.
    Reply With Quote  
     

  6. #6  
    « Pokémon Master »
    Ash Ketchum's Avatar
    Join Date
    Jun 2011
    Age
    29
    Posts
    1,423
    Thanks given
    275
    Thanks received
    153
    Rep Power
    39
    Quote Originally Posted by Fearful View Post
    Code:
    	protected void appendPlayerChatText(Stream str) {
    		synchronized(this) {
    			str.writeWordBigEndian(((getChatTextColor()&0xFF) << 8) + (getChatTextEffects()&0xFF));
    			str.writeByte(playerRights);
                            str.writeByte(playerTitle); // CHANGE 'playerTitle' to whatever it needs to be
    			str.writeByteC(getChatTextSize());		
    			str.writeBytes_reverse(getChatText(), getChatTextSize(), 0);
    		}
    	}
    If this doesn't work tell me.
    nope :\ didnt work.
    Attached image
    Spoiler for Galkon:

    Spoiler for Great Quotes:
    Quote Originally Posted by i am prod View Post
    **** YOU this just erased everyones passwords and no one can log in!!!
    Quote Originally Posted by blade2 View Post
    did i ****ing say it was a ****ing virus u dip shit i said virus scan dont scan java files i didn't say its a virus... l2****ingreadkid
    Spoiler for (╯°□°)╯︵┻━┻:
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jan 2011
    Posts
    309
    Thanks given
    9
    Thanks received
    26
    Rep Power
    28
    I'll look into it tomorrow, it has something to do with that I believe. I think. You need to change the byte part to a string, because that is for loading the mod icons....
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Nov 2011
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Find method where it draws chat name and edit make it draw titles.
    Reply With Quote  
     

  9. #9  
    looking for partnership

    Satan's Avatar
    Join Date
    Oct 2010
    Posts
    833
    Thanks given
    287
    Thanks received
    68
    Rep Power
    269
    where you draw your chat messages "client sided" add @or2@ getRank to those methodes and it should work.

    [/url]
    Reply With Quote  
     

  10. #10  
    Jhcnhjm
    Guest
    Need this to, could someone go into a little more detail, you dont have to spoonfeed though.
    Reply With Quote  
     

Page 1 of 6 123 ... 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. Adding all Loyalty Titles
    By Roboyto in forum Snippets
    Replies: 275
    Last Post: 10-13-2013, 11:49 PM
  2. [Pi] Loyalty Titles From Npc's
    By Rockstar Jax in forum Tutorials
    Replies: 39
    Last Post: 07-19-2013, 08:19 PM
  3. Loyalty Titles
    By apache ah64 in forum Tutorials
    Replies: 14
    Last Post: 01-10-2012, 12:51 AM
  4. Loyalty Titles
    By Scotticus in forum Help
    Replies: 4
    Last Post: 11-05-2011, 04:36 AM
  5. Help With Loyalty Titles! Please!
    By Melvin in forum Help
    Replies: 0
    Last Post: 10-13-2011, 12:05 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
  •