Thread: [Emulous] Npc chat rep+ [Repost].

Results 1 to 5 of 5
  1. #1 [Emulous] Npc chat rep+ [Repost]. 
    Registered Member


    Join Date
    Jul 2007
    Posts
    4,129
    Thanks given
    788
    Thanks received
    2,716
    Rep Power
    5000
    Hey,

    I wanna get if u talk to an npc and your or the npc's head comes up.
    I wanna make the face talk.
    If I now talk to an noc the head of the npc shows 1 emotion and his mouth isn't moving..
    How I fix that?

    Rep+ for helper
    Thanks,
    Arvid
    Reply With Quote  
     

  2. #2  
    sυввч

    Sub's Avatar
    Join Date
    Aug 2007
    Age
    24
    Posts
    4,352
    Thanks given
    1,205
    Thanks received
    359
    Rep Power
    2845
    your client
    Reply With Quote  
     

  3. #3  
    Registered Member


    Join Date
    Jul 2007
    Posts
    4,129
    Thanks given
    788
    Thanks received
    2,716
    Rep Power
    5000
    what your client?
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Feb 2009
    Posts
    554
    Thanks given
    7
    Thanks received
    19
    Rep Power
    340
    Spoiler for Shit:
    Code:
                    	p.frames.animateInterfaceId(p, %%%%, &&&, 2);
    %%%% = Animation id
    &&& = Which interface

    Here's an example...

    Code:
                    	p.frames.animateInterfaceId(p, 9847, 241, 2);
    Animating the chatbox interface 241, with the id 9847 (Happy kind of talking).

    You have to find the animation ids yourself though.

    Here's the method for frames

    Code:
        
    public void animateInterfaceId(Player p, int emoteId, int interfaceId, int childId) {
            if (p == null || p.stream == null || p.disconnected[0]) {
                return;
            }
    	p.stream.createFrame(245);
            p.stream.writeWordBigEndian(interfaceId);
            p.stream.writeWordBigEndian(childId);
            p.stream.writeWord(emoteId);
        }


    Sorry, wrong section. That's for 508.

    ~Abyssal
    Reply With Quote  
     

  5. #5  
    Registered Member


    Join Date
    Jul 2007
    Posts
    4,129
    Thanks given
    788
    Thanks received
    2,716
    Rep Power
    5000
    yep I ment 377 :\
    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
  •