Thread: Npc Anims

Results 1 to 7 of 7
  1. #1 Npc Anims 
    Registered Member beard's Avatar
    Join Date
    Jun 2011
    Posts
    326
    Thanks given
    4
    Thanks received
    2
    Rep Power
    1
    How do i change npc defence anims/emotes and where can i get a npc defence anim list cant find it
    Reply With Quote  
     

  2. #2  
    Registered Member
    Hoodlum's Avatar
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,561
    Thanks given
    84
    Thanks received
    248
    Rep Power
    1251
    NpcHandler.java search for voids like "getDeath, getAttack, and getBlock" then to enter in the anims for the npc you do this.

    Say i'm in Public void getAttack Emote

    Code:
    Case ###:<---Npc ID
    return 1232;<--- NPC Attack Animation ID
    Quote Originally Posted by zzzfishstick View Post
    Soul split? How the hell did you get their source? And isn't it based off InsidiaX?
    Reply With Quote  
     

  3. #3  
    Registered Member beard's Avatar
    Join Date
    Jun 2011
    Posts
    326
    Thanks given
    4
    Thanks received
    2
    Rep Power
    1
    Quote Originally Posted by Hoodlum View Post
    NpcHandler.java search for voids like "getDeath, getAttack, and getBlock" then to enter in the anims for the npc you do this.

    Say i'm in Public void getAttack Emote

    Code:
    Case ###:<---Npc ID
    return 1232;<--- NPC Attack Animation ID
    only got this called with block
    Code:
    			if(c.attackTimer <= 3 || c.attackTimer == 0 && c.npcIndex == 0 && c.oldNpcIndex == 0) {
    				c.startAnimation(c.getCombat().getBlockEmote());
    			}
    Reply With Quote  
     

  4. #4  
    Registered Member beard's Avatar
    Join Date
    Jun 2011
    Posts
    326
    Thanks given
    4
    Thanks received
    2
    Rep Power
    1
    does anyone know this
    Reply With Quote  
     

  5. #5  
    Registered Member beard's Avatar
    Join Date
    Jun 2011
    Posts
    326
    Thanks given
    4
    Thanks received
    2
    Rep Power
    1
    buuumpp
    Reply With Quote  
     

  6. #6  
    CorruptionPVP CODER
    Kronos's Avatar
    Join Date
    Aug 2011
    Posts
    850
    Thanks given
    148
    Thanks received
    32
    Rep Power
    128
    i aint telling cuz ur picture scares me lol


    edit it urself find the anims and add it.
    Reply With Quote  
     

  7. #7  
    Best Hybrid Alive
    Almagesrnubs's Avatar
    Join Date
    Nov 2009
    Posts
    880
    Thanks given
    443
    Thanks received
    261
    Rep Power
    114
    Quote Originally Posted by Masterpker123 View Post
    i aint telling cuz ur picture scares me lol


    edit it urself find the anims and add it.
    That deserves a rep.. LULWUT?
    I'll show you how it's done.
    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. NPC anims
    By Mrquarterx in forum Help
    Replies: 0
    Last Post: 02-18-2011, 07:27 PM
  2. 525 anims
    By Despised Icon in forum Requests
    Replies: 4
    Last Post: 09-28-2010, 10:17 PM
  3. Help. PI GS Anims.
    By .php in forum Help
    Replies: 0
    Last Post: 09-22-2010, 05:56 AM
  4. 474 Anims and GFX
    By Shemhamforash in forum Requests
    Replies: 0
    Last Post: 05-15-2010, 03:29 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
  •