Thread: [HELP]NPC are not dropping

Results 1 to 4 of 4
  1. #1 [HELP]NPC are not dropping 
    Registered Member Trivzor's Avatar
    Join Date
    Dec 2010
    Posts
    544
    Thanks given
    102
    Thanks received
    109
    Rep Power
    17
    Okay, i need help with the following stuff.

    1. Some npc's are not dropping, i have added drops and to them and they still dont. (602Npcs).

    I understand the drop system of PI
    HyBriD PvP - Reborn - Coming soon!
    Reply With Quote  
     

  2. #2  
    Registered Member Scenemo's Avatar
    Join Date
    Apr 2011
    Posts
    283
    Thanks given
    12
    Thanks received
    0
    Rep Power
    1
    I had same problem :O
    Reply With Quote  
     

  3. #3  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    i fixed it for mine the other day. In npcdrops.java find this:
    int[][][] npcDrops = new int [15000][][];
    int[][][] rareDrops2 = new int [15000][][];
    int[] itemRarity = new int [15000];
    File f = new File("./Data/cfg/NPCDrops.TSM");
    the 15000's should be a # like 7700 i think. i just changed them to 15000 so it changed what the limit on what npcs drop so now all npcs up to the id of 15000 drop items from the npcdrops.tsm file
    hope it helps
    Reply With Quote  
     

  4. #4  
    Howdy

    nMik's Avatar
    Join Date
    Nov 2010
    Posts
    1,060
    Thanks given
    144
    Thanks received
    147
    Rep Power
    107
    Me and my friend had this same problem we figured it out. For 602 npcs you have to use 2 liens on npcdrops.tsm

    Orignial
    Code:
    #Td's
    8134:100          ####:1         ###:1
    How it should be for 602
    Code:
    #Td's
    8134:100       ####:1     ####:1
    ####:1        ####:1

    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. dropping
    By Alama in forum Help
    Replies: 5
    Last Post: 03-05-2011, 08:46 AM
  2. PI Dropping Help
    By darky in forum Help
    Replies: 3
    Last Post: 12-20-2010, 08:16 PM
  3. dropping more then 1?
    By silabgarza in forum Help
    Replies: 7
    Last Post: 11-03-2008, 07:32 AM
  4. dropping bug - Help please
    By rs classic in forum Help
    Replies: 0
    Last Post: 08-28-2008, 05:13 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
  •