Thread: Animation Delay

Results 1 to 5 of 5
  1. #1 Animation Delay 
    Registered Member `Xodian's Avatar
    Join Date
    Jul 2011
    Posts
    350
    Thanks given
    15
    Thanks received
    14
    Rep Power
    66
    Can some one help me with an animation delay? I need a delay so when you do an emote it completes the emote before doing anything else.
    Reply With Quote  
     

  2. #2  
    Registered Member beard's Avatar
    Join Date
    Jun 2011
    Posts
    326
    Thanks given
    4
    Thanks received
    2
    Rep Power
    1
    i need this to bump
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Dec 2009
    Posts
    122
    Thanks given
    12
    Thanks received
    11
    Rep Power
    0
    count how long it is
    * that number by 2

    declare
    public int animDelay = 0;

    in animation method (where your saying like startAnimation(6);
    put
    animDelay = #;//length of the emote

    in case 98 (walking)
    if (animDelay > 0) break;

    in process
    if (animDelay > 0) animDelay--;


    done.
    unable to walk during emote
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    someone released client sided fix, think it was galkon
    Reply With Quote  
     

  5. #5  
    Registered Member `Xodian's Avatar
    Join Date
    Jul 2011
    Posts
    350
    Thanks given
    15
    Thanks received
    14
    Rep Power
    66
    Quote Originally Posted by l0ck View Post
    count how long it is
    * that number by 2

    declare
    public int animDelay = 0;

    in animation method (where your saying like startAnimation(6);
    put
    animDelay = #;//length of the emote

    in case 98 (walking)
    if (animDelay > 0) break;

    in process
    if (animDelay > 0) animDelay--;


    done.
    unable to walk during emote
    I cant see it, code tags please?
    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. Animation Delay Fix
    By Galkon in forum Snippets
    Replies: 43
    Last Post: 07-25-2014, 11:49 AM
  2. Animation delay
    By notorious525 in forum Help
    Replies: 0
    Last Post: 04-25-2011, 08:10 PM
  3. Replies: 8
    Last Post: 08-20-2010, 07:59 PM
  4. delay
    By Leanbow in forum Help
    Replies: 1
    Last Post: 12-16-2009, 01:19 AM
  5. Replies: 3
    Last Post: 04-25-2009, 05:05 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
  •