Thread: Chathead tiny if not wearing helmet

Results 1 to 3 of 3
  1. #1 Chathead tiny if not wearing helmet 
    Banned

    Join Date
    Mar 2010
    Posts
    1,048
    Thanks given
    239
    Thanks received
    226
    Rep Power
    0
    Not sure if this is client-sided or server sided since it seems to show the head under the helmet perfectly fine and large, and NPC chatheads also work fine.. Would deeply appreciate a fix, since it would look extremely ugly if it remained this way.



    These are newer revision chatheads btw(508+).




    Code:
    	private void sendPlayerChat1(String s, int emoteid) {
    		c.getPA().sendFrame200(969, emoteid);
    		c.getPA().sendFrame126(Misc.capitalize(c.playerName), 970);
    		c.getPA().sendFrame126(s, 971);
    		c.getPA().sendFrame185(969);
    		c.getPA().sendFrame164(968);
    	}
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Mar 2010
    Posts
    1,048
    Thanks given
    239
    Thanks received
    226
    Rep Power
    0
    Also, I tried changing:
    c.getPA().sendFrame200(969, emoteid);
    c.getPA().sendFrame200(4883, emoteid);
    (4883 is the one for sendNpcChat1 which works perfectly with animations on all NPCs)
    which made the small head normal size(but no animation of head, completely frozen), and made the verac helm turn huge, also without animation..
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2011
    Posts
    30
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    draw the head bigger into the interface.
    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. Chathead int
    By zaradomin in forum Help
    Replies: 8
    Last Post: 07-03-2010, 03:15 AM
  2. NPC Chathead crashes client
    By shoopdawhoop in forum Help
    Replies: 0
    Last Post: 05-03-2010, 09:07 AM
  3. NPC Chathead Bug
    By Ituharu in forum Help
    Replies: 0
    Last Post: 04-28-2010, 01:59 AM
  4. Chathead Glitch?
    By ICEAuthority in forum Help
    Replies: 3
    Last Post: 09-04-2009, 08:14 AM
  5. Chathead Glitch?
    By ICEAuthority in forum Help
    Replies: 2
    Last Post: 09-03-2009, 03:06 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
  •