Thread: [667] How do I fix this face in the dialogue?

Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,556
    Thanks given
    652
    Thanks received
    640
    Rep Power
    358
    9827 is default animation on 718, try that
    Project thread
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #12  
    ;D
    biggyBeat's Avatar
    Join Date
    Jan 2018
    Posts
    109
    Thanks given
    156
    Thanks received
    14
    Discord
    View profile
    Rep Power
    30
    Quote Originally Posted by clem585 View Post
    9827 is default animation on 718, try that


    Same thing. I tried animations 9760-9860 this morning, all of them didn't work.
    Reply With Quote  
     

  3. #13  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,556
    Thanks given
    652
    Thanks received
    640
    Rep Power
    358
    Quote Originally Posted by biggyBeat View Post


    Same thing. I tried animations 9760-9860 this morning, all of them didn't work.
    Check for animations around the npc's default walking animation. The render emote is stored in opcode 127 of NPC defs and from there you can get the animation id of the npc.
    Project thread
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #14  
    ;D
    biggyBeat's Avatar
    Join Date
    Jan 2018
    Posts
    109
    Thanks given
    156
    Thanks received
    14
    Discord
    View profile
    Rep Power
    30
    Thank you for the answer! How do I check the render emote in opcode 127? Sorry, I'm new to rsps.
    Reply With Quote  
     

  5. #15  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,556
    Thanks given
    652
    Thanks received
    640
    Rep Power
    358
    Quote Originally Posted by biggyBeat View Post
    Thank you for the answer! How do I check the render emote in opcode 127? Sorry, I'm new to rsps.
    Something similar to:

    Code:
    NPCDefinitions npc = new NPCDefinitions(npcId);
    int renderId = npc.getRenderId();//or whatever opcode 127 is
    RenderAnimDefinitions render = new RenderAnimDefinitions(renderId);
    System.out.println("npc #" + npc.getId() + " anim: " + render.getWalkAnim());//or whatever opcode 1's var is
    Project thread
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

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. How do I fix this error? [667]
    By herpityderp in forum Help
    Replies: 12
    Last Post: 01-30-2014, 01:46 AM
  2. How do i fix this in my vps?
    By anonymous rsps in forum Help
    Replies: 2
    Last Post: 11-20-2012, 10:19 PM
  3. How do I fix this? Luls
    By Swarfega in forum Help
    Replies: 28
    Last Post: 07-02-2009, 07:58 PM
  4. Replies: 5
    Last Post: 02-09-2009, 01:24 AM
  5. Replies: 4
    Last Post: 03-10-2008, 01:09 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
  •