Thread: whats the npc id that has 4 options on it. (not including walk here)

Results 1 to 4 of 4
  1. #1 whats the npc id that has 4 options on it. (not including walk here) 
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    2,661
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    I would like to know the npc's id if anyone know it?
    Reply With Quote  
     

  2. #2  
    PokeNation! Xaves's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    3,476
    Thanks given
    356
    Thanks received
    788
    Rep Power
    646
    else if (i == 6529) {
    stream.currentOffset = streamIndices[0];
    entityDef.readValues(stream);
    entityDef.name = "Grand Exchange clerk";
    entityDef.ComponentModels = new int[2];
    entityDef.ComponentModels[0] = 29890;
    entityDef.ComponentModels[1] = 29889;
    entityDef.aByte68 = 1;
    entityDef.combatLevel = 0;
    entityDef.anInt85 = 0;
    entityDef.anInt57 = -1;
    entityDef.anInt59 = -1;
    entityDef.anInt79 = 32;
    entityDef.anInt75 = -1;
    entityDef.anInt92 = 0;
    entityDef.aBoolean93 = true;
    entityDef.anInt86 = 128;
    entityDef.anInt91 = 128;
    entityDef.dialogueModels = new int[1];
    entityDef.dialogueModels[0] = 39112;
    entityDef.actions = new String[5];
    entityDef.actions[0] = "Talk-to";
    entityDef.actions[2] = "Exchange";
    entityDef.actions[3] = "History";
    entityDef.actions[4] = "Sets";

    entityDef.walkAnimation = -1;
    entityDef.anInt58 = -1;
    entityDef.anInt83 = -1;
    entityDef.anInt55 = -1;
    entityDef.standAnimation = 808;
    }
    this is an example of a npc with 4 options, but this is from my 525 dump, I dont have 317 npcs dumped on this pc i think.

    why do you need it?
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    30
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    } else if(i == 2583){
    entityDef.actions = new String[5];
    entityDef.npcModels[0] = 9225; 9227
    entityDef.actions[0] = Push; null; Pull; Big-push; Place
    entityDef.name = "Trolley";
    entityDef.walkAnim = -1;
    entityDef.walkBack = -1;
    entityDef.walkRight = -1;
    entityDef.standAnim = -1;
    entityDef.walkLeft = -1;
    entityDef.npcWidth = 128;
    entityDef.npcContrast = 0;
    entityDef.npcLength = 1;
    entityDef.npcWidth = 128;
    entityDef.npcHeight = 128;
    entityDef.combatLevel = 0;
    entityDef.showOnMap = true;
    entityDef.disableRightClick = true;
    entityDef.aBoolean93 = true;
    entityDef.npcHeadIcon = -1;
    }
    has 4
    :indeed:
    Reply With Quote  
     

  5. Thankful user:


  6. #4  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    2,661
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    thanks now i have all packets except enter X amount for my 474.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •