Thread: staff icons

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 staff icons 
    Donator

    mike623030's Avatar
    Join Date
    Oct 2008
    Posts
    402
    Thanks given
    40
    Thanks received
    4
    Rep Power
    92
    Hey i'm wondering if there is a server side to editing the icons server side.


    Thanks Mike
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Feb 2010
    Posts
    1,203
    Thanks given
    178
    Thanks received
    173
    Rep Power
    0
    Nope it's all done client sided.

    Reply With Quote  
     

  3. #3  
    Learner

    Kaiser Btw's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    no its not... so like chatting and having the crown show up next to ur name is client side? i need this to
    Reply With Quote  
     

  4. #4  
    #packeting

    God's Avatar
    Join Date
    Feb 2011
    Posts
    1,007
    Thanks given
    315
    Thanks received
    115
    Rep Power
    181
    Yes its completely client sided... that IS were the sprites are being drawn, AND stored... The only thing sorta server sided is that crack head <cr1> or what ever ive seen in PI




    LOL^

    [Today 12:51 AM] Stewie: If at first you don't succeed, you probably just realized you're a woman.

    ...oh stewie
    Reply With Quote  
     

  5. #5  
    Donator

    mike623030's Avatar
    Join Date
    Oct 2008
    Posts
    402
    Thanks given
    40
    Thanks received
    4
    Rep Power
    92
    Quote Originally Posted by jooba View Post
    Yes its completely client sided... that IS were the sprites are being drawn, AND stored... The only thing sorta server sided is that crack head <cr1> or what ever ive seen in PI
    well how do i change the normal chat icon

    because look @ this

    every thing else works fine but the pubic chat
    Reply With Quote  
     

  6. #6  
    Tantalizing

    Join Date
    Apr 2011
    Posts
    445
    Thanks given
    106
    Thanks received
    123
    Rep Power
    66
    I would also like to know how to change regular chat icons.

    ~ free bump
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Feb 2010
    Posts
    1,203
    Thanks given
    178
    Thanks received
    173
    Rep Power
    0
    Quote Originally Posted by Light View Post
    I would also like to know how to change regular chat icons.

    ~ free bump
    Cache/Sprites/Player

    Reply With Quote  
     

  8. #8  
    Registered Member wuperr's Avatar
    Join Date
    Dec 2009
    Posts
    268
    Thanks given
    193
    Thanks received
    12
    Rep Power
    27
    And how to add new ones?
    Reply With Quote  
     

  9. #9  
    Tantalizing

    Join Date
    Apr 2011
    Posts
    445
    Thanks given
    106
    Thanks received
    123
    Rep Power
    66
    Quote Originally Posted by 'Matt' View Post
    Cache/Sprites/Player

    I dont want to modify the existing ones, I want to add more.. and change what "icon 1" equals in chat/clan chat/pm, because like most servers there all wrong.

    Like "icon 1" could = admin in chat, yet only = mod in pm?


    EDIT: Ive been messing around with client.java (client sided) for some time now just trying to figure this out myself. And im just wondering if the regular chat icons come under:
    Code:
    	private void drawChatArea() {
    Reply With Quote  
     

  10. #10  
    Registered Member
    Whired's Avatar
    Join Date
    Aug 2007
    Posts
    2,126
    Thanks given
    238
    Thanks received
    500
    Rep Power
    822
    This is what I did

    Say you have newsprite.png

    Sprite.java
    Code:
    else if (img.equalsIgnoreCase("newsprite"))
    {
                myWidth = 152; // Proper width
                myHeight = 137; // Proper height
    }
    Client.java
    Code:
    private Sprite newSprite = new Sprite("newsprite");
    Then you can call
    Code:
    newSprite.drawSprite()
    Surely it's about the same for a packed cache
    Reply With Quote  
     

Page 1 of 2 12 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. Staff icons PI
    By Tinkerbell1234 in forum Requests
    Replies: 5
    Last Post: 02-21-2011, 09:04 AM
  2. My Custom Staff Chat Icons
    By Skiller Onmo in forum Graphics
    Replies: 10
    Last Post: 08-13-2010, 09:23 PM
  3. Prayer Icons/ PK Skull Icons
    By Mrquarter in forum Tutorials
    Replies: 12
    Last Post: 09-05-2008, 05:59 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
  •