Thread: Modicons don't change...

Results 1 to 2 of 2
  1. #1 Modicons don't change... 
    Ratted Donor

    Join Date
    Feb 2013
    Posts
    675
    Thanks given
    117
    Thanks received
    59
    Rep Power
    21
    I tried adding different modicons to my server and they didn't change for some reason. I simply replaced the sprites with new ones. Is there another way to do this? Help please.
    [CENTER]
    Spoiler for Vouches (2):

    Quote Originally Posted by SHIFT_ View Post
    Great doing business! Bought 75M purchased relatively smoothly.
    Quote Originally Posted by Luzoxpk View Post
    bug fixed thanks linas


    Spoiler for Peeps i respect::

    Arham 4 , Sheepmonger , Linus, LuzoxPk (ipkmills)
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Aug 2012
    Age
    30
    Posts
    139
    Thanks given
    13
    Thanks received
    17
    Rep Power
    0
    What Revision is this?


    Also make sure everything is scripted properly

    (if this is PI)
    go to your client files..
    Client.java.

    search for
    Code:
    if((chatType == 1 || chatType == 2) && (chatType == 1 || publicChatMode == 0 || publicChatMode == 1 && isFriendOrSelf(s1))) {
    then it should look like

    Code:
    if((chatType == 1 || chatType == 2) && (chatType == 1 || publicChatMode == 0 || publicChatMode == 1 && isFriendOrSelf(s1))) {
    					if (chatTypeView == 1 || chatTypeView == 0) {
    						if(yPos > 0 && yPos < 210) {
    							int xPos = 11;
    							if(byte0 == 1) {
    								modIcons[0].drawSprite(xPos + 1, yPos - 12);
    								xPos += 14;
    							} else if(byte0 == 2) {
    								modIcons[1].drawSprite(xPos + 1, yPos - 12);
    								xPos += 14;
    							} else if(byte0 == 3) {
    								modIcons[2].drawSprite(xPos + 1, yPos - 12);
    								xPos += 14;
    							}
    							textDrawingArea.method385(0, s1 + ":", yPos, xPos);
    							xPos += textDrawingArea.getTextWidth(s1) + 8;
    							textDrawingArea.method389(false, xPos, 255, chatMessages[k], yPos);
    						}
    						j++;
    						j77++;
    					}
    				}
    I am not sure what the problem is.. Leave me a reply.
    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. Replies: 0
    Last Post: 06-12-2013, 06:11 AM
  2. Replies: 0
    Last Post: 11-21-2012, 06:22 AM
  3. InsidiaX config.java exp rates don't change
    By wallyg123 in forum Help
    Replies: 4
    Last Post: 08-10-2012, 12:22 AM
  4. Replies: 11
    Last Post: 01-31-2012, 01:16 AM
  5. New "modicons" but not changing playerrights
    By Zee Best in forum Show-off
    Replies: 23
    Last Post: 04-11-2009, 07:16 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
  •