Thread: [Pi] Drop Help

Results 1 to 4 of 4
  1. #1 [Pi] Drop Help 
    OoO Donor <3
    Rockstar Jax's Avatar
    Join Date
    Mar 2011
    Age
    27
    Posts
    608
    Thanks given
    77
    Thanks received
    78
    Rep Power
    21
    Code:
    #tormented demon
    8349:70	892:42	1371:1	1373:1	1113:1	1319:1	995:20000	14484:1
    the code for torm drops... but he doesnt drop anything..
    Reply With Quote  
     

  2. #2  
    Registered Member rs r's Avatar
    Join Date
    Oct 2009
    Age
    27
    Posts
    268
    Thanks given
    31
    Thanks received
    6
    Rep Power
    6
    try looking
    config.java (many pi sources have mored their npc drops there for control)
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    May 2011
    Posts
    1,010
    Thanks given
    78
    Thanks received
    64
    Rep Power
    0
    do this http://www.rune-server.org/runescape...s-pi-dspk.html

    if it still doesnt work, go onto you npchandler and change this kinda thing
    Code:
    public static int maxNPCs = #####;
    	public static int maxListedNPCs = #####;
    	public static int random;
    	public static int maxNPCDrops = #####;
    and make it like this (it arent ### but just a number)
    Code:
    public static int maxNPCs = 28000;
    	public static int maxListedNPCs = 28000;
    	public static int random;
    	public static int maxNPCDrops = 28000;
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    May 2011
    Posts
    1,010
    Thanks given
    78
    Thanks received
    64
    Rep Power
    0
    if that still doesnt work go to npcdrops.java
    and under public void load drops ull see something like this
    Code:
    public void loadDrops() {
                    try {
                            int[][][] npcDrops = new int [62585][][];
                            int[][][] rareDrops2 = new int [62585][][];
                            int[] itemRarity = new int [62585];
    change the numbers between the [] to 62585 or another high nr...
    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. [PI] PvP drop help [PI]
    By pk3r john in forum Help
    Replies: 1
    Last Post: 08-14-2010, 06:56 PM
  2. [PI] Drop
    By Fearless in forum Help
    Replies: 2
    Last Post: 08-13-2010, 01:26 PM
  3. Fixing Drop Bug, no more drop resets
    By Aoife in forum Configuration
    Replies: 6
    Last Post: 05-13-2010, 07:37 PM
  4. [562] Npc Drop Help.
    By Propane in forum Help
    Replies: 5
    Last Post: 12-27-2009, 11:41 PM
  5. Drop Help
    By infexis scape in forum Help
    Replies: 1
    Last Post: 08-18-2009, 11:18 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
  •