Thread: Zombie animations still the same?

Page 1 of 3 123 LastLast
Results 1 to 10 of 26
  1. #1 Zombie animations still the same? 
    H_E_N_T_A_I_H_E_A_V_E_N_
    Tatsumi's Avatar
    Join Date
    May 2013
    Posts
    1,779
    Thanks given
    537
    Thanks received
    269
    Rep Power
    337
    kk so i went in NPCHandler.java
    under Attackemote and deademote i put the cases (zombie ids) and the animations, but they are still the same.
    Why is it like that? Even though i changed the animations, they are still buggy

    Also even if i remove the anim ids , they still bug out

    npc ids are:
    419
    420
    421
    422
    423
    424


    This is what i mean, heres the code
    Code:
    	public static int getAttackEmote(int i) {
    		switch (NPCHandler.npcs[i].npcType) {
                case 419: //zombie
                case 420:
                case 421:
                case 422:
                case 423:
                case 424:
                return 5568;
    Code:
    	public int getDeadEmote(int i) {
    		switch (npcs[i].npcType) {
                case 419://zombie
                case 420:
                case 421:
                case 422:
                case 423:
                case 424:
                return 5569;

    Attached image
    Reply With Quote  
     

  2. #2  
    H_E_N_T_A_I_H_E_A_V_E_N_
    Tatsumi's Avatar
    Join Date
    May 2013
    Posts
    1,779
    Thanks given
    537
    Thanks received
    269
    Rep Power
    337
    help!?
    Attached image
    Reply With Quote  
     

  3. #3  
    H_E_N_T_A_I_H_E_A_V_E_N_
    Tatsumi's Avatar
    Join Date
    May 2013
    Posts
    1,779
    Thanks given
    537
    Thanks received
    269
    Rep Power
    337
    This is what i mean, heres the code
    Code:
    	public static int getAttackEmote(int i) {
    		switch (NPCHandler.npcs[i].npcType) {
                case 419: //zombie
                case 420:
                case 421:
                case 422:
                case 423:
                case 424:
                return 5568;
    Code:
    	public int getDeadEmote(int i) {
    		switch (npcs[i].npcType) {
                case 419://zombie
                case 420:
                case 421:
                case 422:
                case 423:
                case 424:
                return 5569;

    Attached image
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    are you sure those are zombie ids?

    case 419: //zombie
    case 420:
    case 421:
    case 422:
    case 423:
    case 424:
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2013
    Posts
    59
    Thanks given
    13
    Thanks received
    8
    Rep Power
    44
    wrong animations
    Reply With Quote  
     

  6. #6  
    H_E_N_T_A_I_H_E_A_V_E_N_
    Tatsumi's Avatar
    Join Date
    May 2013
    Posts
    1,779
    Thanks given
    537
    Thanks received
    269
    Rep Power
    337
    Quote Originally Posted by NoChildSupport View Post
    are you sure those are zombie ids?

    case 419: //zombie
    case 420:
    case 421:
    case 422:
    case 423:
    case 424:

    Yes, very sure


    Quote Originally Posted by Casper View Post
    wrong animations
    no shit sherlock
    Attached image
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Dec 2013
    Posts
    59
    Thanks given
    13
    Thanks received
    8
    Rep Power
    44
    Quote Originally Posted by _Tap View Post
    no shit sherlock
    Hi _Tap, watch your tone please.
    nvm please stop living
    Reply With Quote  
     

  8. #8  
    H_E_N_T_A_I_H_E_A_V_E_N_
    Tatsumi's Avatar
    Join Date
    May 2013
    Posts
    1,779
    Thanks given
    537
    Thanks received
    269
    Rep Power
    337
    Quote Originally Posted by Casper View Post
    Hi _Tap, watch your tone please.
    nvm please stop living
    who do you think yourself are
    Attached image
    Reply With Quote  
     

  9. #9  
    H_E_N_T_A_I_H_E_A_V_E_N_
    Tatsumi's Avatar
    Join Date
    May 2013
    Posts
    1,779
    Thanks given
    537
    Thanks received
    269
    Rep Power
    337
    Heeeeeeeelp
    Attached image
    Reply With Quote  
     

  10. #10  
    Donator

    Join Date
    Jun 2012
    Posts
    637
    Thanks given
    129
    Thanks received
    87
    Rep Power
    57
    Quote Originally Posted by _Tap View Post
    who do you think yourself are
    Do you really think some one is going to help you if you just shit on them?
    Reply With Quote  
     

  11. Thankful user:


Page 1 of 3 123 LastLast

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. Replies: 3
    Last Post: 11-22-2013, 05:58 PM
  2. HighSchool of The Dead [Zombie Anime]
    By Death Grips in forum Spam
    Replies: 21
    Last Post: 10-30-2011, 07:00 AM
  3. Replies: 52
    Last Post: 05-28-2011, 01:36 AM
  4. Replies: 2
    Last Post: 08-06-2010, 03:17 PM
  5. Teaching how to have the same affect used by multipul things
    By Eternal Darknes in forum Tutorials
    Replies: 7
    Last Post: 09-15-2007, 05:48 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
  •