Thread: Whip animation

Results 1 to 4 of 4
  1. #1 Whip animation 
    Registered Member
    Join Date
    Mar 2013
    Posts
    10
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    I added custom coloured whips to my server but they have no animations




    just comment back if you have a resolution!

    Thanks in advance.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Aug 2007
    Posts
    1,289
    Thanks given
    130
    Thanks received
    340
    Rep Power
    862
    You gotta add the id for the new whips where the original whip is.

    It should look like this if you're using a source based off PI in combatAssistant.java

    Code:
    case 4151:
    			c.playerStandIndex = 11973;
    			c.playerWalkIndex = 11975;
    			c.playerRunIndex = 1661;
    			break;
    It should look like something similar to that at least all you have to do is

    Code:
    case 4151:
    case ****:
    case ****:  // ect ect fill in the id's for new whips where the stars are
    			c.playerStandIndex = 11973;
    			c.playerWalkIndex = 11975;
    			c.playerRunIndex = 1661;
    			break;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2013
    Posts
    10
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by 123sk8 View Post
    You gotta add the id for the new whips where the original whip is.

    It should look like this if you're using a source based off PI in combatAssistant.java

    Code:
    case 4151:
    			c.playerStandIndex = 11973;
    			c.playerWalkIndex = 11975;
    			c.playerRunIndex = 1661;
    			break;
    It should look like something similar to that at least all you have to do is

    Code:
    case 4151:
    case ****:
    case ****:  // ect ect fill in the id's for new whips where the stars are
    			c.playerStandIndex = 11973;
    			c.playerWalkIndex = 11975;
    			c.playerRunIndex = 1661;
    			break;

    Thank you!
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Aug 2007
    Posts
    1,289
    Thanks given
    130
    Thanks received
    340
    Rep Power
    862
    Quote Originally Posted by phaloy View Post
    Thank you!
    No problem
    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. 562+ Whip Animations
    By mistercleav0 in forum Requests
    Replies: 5
    Last Post: 07-11-2010, 10:51 PM
  2. [REQ] Whip animation/Emotes
    By Jattio in forum Requests
    Replies: 3
    Last Post: 06-16-2010, 12:49 AM
  3. New whip animated release :)
    By Dragonking in forum Models
    Replies: 44
    Last Post: 12-13-2009, 11:32 PM
  4. 554 - Whip Animation
    By Inspired Dreams in forum Help
    Replies: 1
    Last Post: 10-01-2009, 02:52 AM
  5. Real whip animation.
    By ike izzle in forum Requests
    Replies: 6
    Last Post: 07-04-2009, 07:44 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
  •