Thread: Help How i make a Npc With Full Vesta Serp Helm And boots and shit

Results 1 to 2 of 2
  1. #1 Help How i make a Npc With Full Vesta Serp Helm And boots and shit 
    Registered Member
    Join Date
    Sep 2015
    Posts
    40
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    So Hello Guys i've Seen Much Servers with torva npc's.. i wanna make a npc with Full Vesta serp helm tent whip primorial boots b gloves fory d kite. how do i make a npc like this?
    someone help me pleas?
    Reply With Quote  
     

  2. #2  
    Coding coding coding...

    Ivo's Avatar
    Join Date
    Mar 2008
    Age
    33
    Posts
    1,425
    Thanks given
    30
    Thanks received
    147
    Rep Power
    2017
    Code:
    if(i == 560) {
    	stream.currentOffset = streamIndices[630]; 
    	entityDef.aByte68 = 1; // Distance it stands from u
    	entityDef.actions = new String[5]; // Actions for the npc
    	entityDef.actions[1] = "Attack"; //First option
    	entityDef.actions[2] = ""; //Second option (Optional)
    	entityDef.actions[3] = ""; //3rd Option (Optional
    	entityDef.anIntArray94 = new int[10]; //Number of models it uses
    	entityDef.anIntArray94[0] = ; /*Npc's Plate*/
    	entityDef.anIntArray94[1] = ;  /*Npc's Legs*/
    	entityDef.anIntArray94[2] = ; /*Npc's Gloves*/
    	entityDef.anIntArray94[3] = ; /*Npc's Arms*/
    	entityDef.anIntArray94[4] = ; /*Npc's Boots*/
    	entityDef.anIntArray94[5] = ; /*Npc's Weapon*/
    	entityDef.anIntArray94[6] = ; /*Npcs's Helmet*/
    	entityDef.anIntArray94[7] = ; /*Npcs's Shield*/
    	entityDef.anIntArray94[8] = ; /*Npcs's Amulet*/
    	entityDef.anIntArray94[9] = 9638; /*Npcs's Cape*/
    	entityDef.standAnim = 8980;// Npc's Stand Emote
    	entityDef.walkAnim = 1146; //walk anim
    	entityDef.combatLevel = 138; //combat level
    	entityDef.name = ""; //name
    	}
    Fill out blanks with MALE EQUIP models.
    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. Replies: 23
    Last Post: 08-28-2019, 08:34 PM
  2. Need help! How to make npcs friendly for 1 team?
    By Edit Username in forum Help
    Replies: 2
    Last Post: 10-27-2015, 07:50 AM
  3. how to make an npc teleport you with dialogues?
    By OodlesOfNoodles in forum Help
    Replies: 1
    Last Post: 12-14-2011, 06:45 AM
  4. Replies: 0
    Last Post: 11-25-2011, 01:52 AM
  5. Replies: 17
    Last Post: 05-21-2007, 10:50 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
  •