Thread: [PI] Adding Mod Icons/Crowns

Results 1 to 4 of 4
  1. #1 [PI] Adding Mod Icons/Crowns 
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    28
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    Hey everybody..Im working with a new source that i really like and well it has mod admin and owner crowns , but no donator icon , how can i add it?




    Quote Originally Posted by Fakeblitz View Post
    What does [PI] mean? (sorry i am used to 503+)
    And what base is this?
    Reply With Quote  
     

  2. #2  
    Web, App and game dev
    marciano's Avatar
    Join Date
    Jul 2009
    Posts
    588
    Thanks given
    11
    Thanks received
    28
    Rep Power
    2
    Code:
    case 4:
    modIcons[3].drawSprite(xPos, yPos - 12);
    xPos += 14;
    break;
    Add this to your client.java in your client.
    It would look like this in the end:

    Code:
    					if((chatType == 1 || chatType == 2) && (chatType == 1 || publicChatMode == 0 || publicChatMode == 1 && isFriendOrSelf(s1))) {
    						if (chatTypeView == 1 || chatTypeView == 0) {
    							if(yPos > 0 && yPos < 110) {
    							int xPos = 19;
    								switch(byte0) {
    									case 1:
    										modIcons[0].drawSprite(xPos, yPos - 12);
    										xPos += 14;
    										break;
    									case 2:
    										modIcons[1].drawSprite(xPos, yPos - 12);
    										xPos += 14;
    										break;
    									case 3:
    										modIcons[2].drawSprite(xPos, yPos - 12);
    										xPos += 14;
    										break;
    									case 4:
    										modIcons[3].drawSprite(xPos, yPos - 12);
    										xPos += 14;
    										break;
    								}
    								newRegularFont.drawBasicString(s1 + ":", xPos, yPos, 0, -1);
    								xPos += newRegularFont.getTextWidth(s1) + 8;
    								newRegularFont.drawBasicString(chatMessages[k], xPos, yPos, 255, -1);
    							}
    							j++;
    							j77++;
    						}
    					}
    Fuck the bully's always have self confidence, and have fun in life!

    Spoiler for QOUTES:

    Quote Originally Posted by Faris View Post
    There is no real age limit on learning something new, if you want to do it, then do it.


    Spoiler for VOUCHES:

    Quote Originally Posted by vish View Post
    Vouch, great help and highly professional.
    Quote Originally Posted by Titanium View Post
    Vouch for vbulletin 4.2 postbit backgrounds.
    Reply With Quote  
     

  3. #3  
    I'm Baack...


    Join Date
    Mar 2011
    Posts
    1,663
    Thanks given
    281
    Thanks received
    202
    Rep Power
    324
    Quote Originally Posted by marciano View Post
    Code:
    case 4:
    modIcons[3].drawSprite(xPos, yPos - 12);
    xPos += 14;
    break;
    Add this to your client.java in your client.
    It would look like this in the end:

    Code:
    					if((chatType == 1 || chatType == 2) && (chatType == 1 || publicChatMode == 0 || publicChatMode == 1 && isFriendOrSelf(s1))) {
    						if (chatTypeView == 1 || chatTypeView == 0) {
    							if(yPos > 0 && yPos < 110) {
    							int xPos = 19;
    								switch(byte0) {
    									case 1:
    										modIcons[0].drawSprite(xPos, yPos - 12);
    										xPos += 14;
    										break;
    									case 2:
    										modIcons[1].drawSprite(xPos, yPos - 12);
    										xPos += 14;
    										break;
    									case 3:
    										modIcons[2].drawSprite(xPos, yPos - 12);
    										xPos += 14;
    										break;
    									case 4:
    										modIcons[3].drawSprite(xPos, yPos - 12);
    										xPos += 14;
    										break;
    								}
    								newRegularFont.drawBasicString(s1 + ":", xPos, yPos, 0, -1);
    								xPos += newRegularFont.getTextWidth(s1) + 8;
    								newRegularFont.drawBasicString(chatMessages[k], xPos, yPos, 255, -1);
    							}
    							j++;
    							j77++;
    						}
    					}

    Don't just do this, it wont work.

    You have to follow something like this:

    http://www.rune-server.org/runescape...-conventi.html
    I'm back
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2012
    Posts
    26
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    are you using explicity?
    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. 78 Custom Crowns / Rank Icons
    By Auruo in forum Graphics
    Replies: 28
    Last Post: 07-08-2012, 04:55 PM
  2. Mod crowns.
    By resolationx in forum Help
    Replies: 5
    Last Post: 01-21-2012, 07:29 PM
  3. Adding mod icons to new player right
    By Leetheone in forum Help
    Replies: 1
    Last Post: 08-12-2011, 06:13 PM
  4. Replies: 14
    Last Post: 04-05-2008, 05:07 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
  •