Thread: Need help getting player's heads to move in chat boxes.

Results 1 to 2 of 2
  1. #1 Need help getting player's heads to move in chat boxes. 
    Banned

    Join Date
    Oct 2008
    Age
    30
    Posts
    306
    Thanks given
    13
    Thanks received
    36
    Rep Power
    0
    Code:
    case 11:
    	   sendFrame200(615, 974);
                sendFrame126(playerName, 975);
                sendFrame126("Thank you, what do i do next?",
                        977);
                sendFrame185(974);
                sendFrame164(973);
                NpcDialogueSend = true;
                break;
    That's what i have for the player talking how do i get the head to be animated?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Oct 2007
    Posts
    1,063
    Thanks given
    155
    Thanks received
    162
    Rep Power
    286
    I'm not sure if it works, but you can try it:

    c.sendFrame75(playerId, 974);
    or
    c.sendFrame75(playerId*-1, 974);
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •