Thread: 2 things

Results 1 to 10 of 10
  1. #1 2 things 
    Donator

    Join Date
    Jan 2014
    Posts
    173
    Thanks given
    54
    Thanks received
    12
    Rep Power
    36
    Where do I add the models for customs + add/edit crowns(the actual images). can't find either.

    Using this -> http://www.rune-server.org/runescape...0-release.html

    Please quote this.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2012
    Posts
    66
    Thanks given
    5
    Thanks received
    17
    Rep Power
    32
    Quote Originally Posted by Spirit_rsps View Post
    Where do I add the models for customs + add/edit crowns(the actual images). can't find either.

    Using this -> http://www.rune-server.org/runescape...0-release.html

    Please quote this.
    Both of those things are client sided, therefore you're probably better off posting in the client help section.
    Reply With Quote  
     

  3. #3  
    Donator

    Join Date
    Jan 2014
    Posts
    173
    Thanks given
    54
    Thanks received
    12
    Rep Power
    36
    still need this. $4
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    May 2014
    Posts
    212
    Thanks given
    10
    Thanks received
    10
    Rep Power
    14
    give ur skype
    Quote Originally Posted by Spirit_rsps View Post
    still need this. $4
    Reply With Quote  
     

  5. #5  
    Donator

    Join Date
    Jan 2014
    Posts
    173
    Thanks given
    54
    Thanks received
    12
    Rep Power
    36
    Quote Originally Posted by Zerapain View Post
    give ur skype
    Can't get on skype till I get home in like 8 hrs but it's: grewbrandon

    I also need you to tell me where to change drops
    Reply With Quote  
     

  6. #6  
    Registered Member Eberwolf's Avatar
    Join Date
    Nov 2008
    Age
    30
    Posts
    210
    Thanks given
    10
    Thanks received
    17
    Rep Power
    34
    Your client may already have this but incase follow this tutorial:
    http://www.rune-server.org/runescape...repacking.html

    Then do what it says to pack your models.

    Crowns can be found in your cache using a cache editor, and from there can be changed by just importing new images.

    You can change drops by going to NPCDrops.java in server->model->npcs


    Reply With Quote  
     

  7. #7  
    Donator

    Join Date
    Jan 2014
    Posts
    173
    Thanks given
    54
    Thanks received
    12
    Rep Power
    36
    Quote Originally Posted by Eberwolf View Post
    Your client may already have this but incase follow this tutorial:
    http://www.rune-server.org/runescape...repacking.html

    Then do what it says to pack your models.

    Crowns can be found in your cache using a cache editor, and from there can be changed by just importing new images.

    You can change drops by going to NPCDrops.java in server->model->npcs
    There is no "npcdrops.java" file.
    Reply With Quote  
     

  8. #8  
    Registered Member Eberwolf's Avatar
    Join Date
    Nov 2008
    Age
    30
    Posts
    210
    Thanks given
    10
    Thanks received
    17
    Rep Power
    34
    Quote Originally Posted by Spirit_rsps View Post
    There is no "npcdrops.java" file.
    Sorry it's in Config.java


    Reply With Quote  
     

  9. #9  
    Donator

    Join Date
    Jan 2014
    Posts
    173
    Thanks given
    54
    Thanks received
    12
    Rep Power
    36
    Quote Originally Posted by Eberwolf View Post
    Sorry it's in Config.java
    still wrong lmao
    Reply With Quote  
     

  10. #10  
    Registered Member Eberwolf's Avatar
    Join Date
    Nov 2008
    Age
    30
    Posts
    210
    Thanks given
    10
    Thanks received
    17
    Rep Power
    34
    Quote Originally Posted by Spirit_rsps View Post
    still wrong lmao

    I have the source you linked to right in front of me freshly extracted and this is in Config.java

    Code:
    /**
    	 * What NPCs drop when dead.
    	 */
    	public static final int[][] NPC_DROPS = {
    			// {NPCID,ITEMID,ITEMAMMOUNT,RARITY}
    			// Rock Crab
    			{ 1265, 2677, 1, 10 },
    			{ 1265, 526, 1, 0 },
    			{ 1265, 995, 10000, 0 },
    			// Verac
    			{ 2030, 526, 1, 0 },
    			{ 2030, 4753, 1, 35 },
    			{ 2030, 4755, 1, 35 },
    			{ 2030, 4757, 1, 35 },
    			{ 2030, 4759, 1, 35 },
    			// Torag
    			{ 2029, 526, 1, 0 },
    			{ 2029, 4745, 1, 35 },
    			{ 2029, 4747, 1, 35 },
    			{ 2029, 4749, 1, 35 },
    			{ 2029, 4751, 1, 35 },
    			// Karil
    			{ 2028, 526, 1, 0 },
    			{ 2028, 4740, 100, 10 },
    			{ 2028, 4732, 1, 35 },
    			{ 2028, 4734, 1, 35 },
    			{ 2028, 4736, 1, 35 },
    			{ 2028, 4738, 1, 35 },
    			// Guthan
    			{ 2027, 526, 1, 0 },
    			{ 2027, 4724, 1, 35 },
    			{ 2027, 4726, 1, 35 },
    			{ 2027, 4728, 1, 35 },
    			{ 2027, 4730, 1, 35 },
    			// Dharok
    			{ 2026, 526, 1, 0 },
    			{ 2026, 4718, 1, 35 },
    			{ 2026, 4720, 1, 35 },
    			{ 2026, 4722, 1, 35 },
    			{ 2026, 4716, 1, 35 },
    			// Ahrims
    			{ 2025, 526, 1, 0 },
    			{ 2025, 4708, 1, 35 },
    			{ 2025, 4710, 1, 35 },
    			{ 2025, 4712, 1, 35 },
    			{ 2025, 4714, 1, 35 },
    			// Men
    			{ 1, 526, 1, 0 },
    			{ 2, 526, 1, 0 },
    			{ 3, 526, 1, 0 },
    			// Bandos Boss
    			{ 6260, 995, 200000, 7 },
    			{ 6260, 11704, 1, 33 },
    			{ 6260, 11710, 1, 27 },
    			{ 6260, 11712, 1, 27 },
    			{ 6260, 11714, 1, 25 },
    			{ 6260, 11724, 1, 53 },
    			{ 6260, 11726, 1, 53 },
    			{ 6260, 11728, 1, 27 },
    			{ 6260, 3024, 1, 0 },
    			{ 6260, 4834, 1, 0 },
    			{ 6260, 11732, 1, 17 },			
    			// bandos minion 1
    			{ 6261, 995, 200000, 7 },
    			{ 6261, 11710, 1, 17 },
    			{ 6261, 11712, 1, 17 },
    			{ 6261, 11714, 1, 15 },
    			{ 6261, 11728, 1, 17 },
    			{ 6261, 3024, 1, 0 },
    			// bandos minion 2
    			{ 6263, 995, 200000, 7 },
    			{ 6263, 11710, 1, 17 },
    			{ 6263, 11712, 1, 17 },
    			{ 6263, 11714, 1, 15 },
    			{ 6263, 11728, 1, 17 },
    			{ 6263, 3024, 1, 0 },
    			// bandos minion 3
    			{ 6265, 995, 200000, 7 },
    			{ 6265, 11710, 1, 17 },
    			{ 6265, 11712, 1, 17 },
    			{ 6265, 11714, 1, 15 },
    			{ 6265, 11728, 1, 17 },
    			{ 6265, 3024, 1, 0 },
    			// Armadyl Boss
    			{ 6222, 995, 200000, 7 },
    			{ 6222, 11710, 1, 27 },
    			{ 6222, 11712, 1, 27 },
    			{ 6222, 11714, 1, 27 },
    			{ 6222, 11702, 1, 50 },
    			{ 6222, 11718, 1, 27 },
    			{ 6222, 11720, 1, 27 },
    			{ 6222, 11722, 1, 27 },
    			{ 6222, 3024, 1, 0 },
    			{ 6222, 4834, 1, 0 },
    			{ 6222, 11732, 1, 17 },
    			// Saradomin Boss
    			{ 6247, 995, 200000, 7 },
    			{ 6247, 11710, 1, 17 },
    			{ 6247, 11712, 1, 17 },
    			{ 6247, 11714, 1, 17 },
    			{ 6247, 11706, 1, 23 },
    			{ 6247, 11730, 1, 23 },
    			{ 6247, 3024, 1, 0 },
    			{ 6247, 4834, 1, 0 },
    			{ 6247, 11732, 1, 17 },			
    			// saradomin minion 1
    			{ 6248, 995, 200000, 7 },
    			{ 6248, 11710, 1, 17 },
    			{ 6248, 11712, 1, 17 },
    			{ 6248, 11714, 1, 17 },
    			{ 6248, 11730, 1, 23 },
    			{ 6248, 3024, 1, 0 },
    			{ 6248, 4834, 1, 0 },
    			{ 6248, 11732, 1, 17 },			
    			// saradomin minion 2
    			{ 6250, 995, 200000, 7 },
    			{ 6250, 11710, 1, 27 },
    			{ 6250, 11712, 1, 27 },
    			{ 6250, 11714, 1, 27 },
    			{ 6250, 11730, 1, 33 },
    			{ 6248, 3024, 1, 0 },
    			{ 6248, 4834, 1, 0 },
    			{ 6248, 11732, 1, 17 },			
    			// saradomin minion 3
    			{ 6252, 995, 200000, 7 },
    			{ 6252, 11710, 1, 27 },
    			{ 6252, 11712, 1, 27 },
    			{ 6252, 11714, 1, 27 },
    			{ 6252, 11730, 1, 33 },
    			{ 6252, 3024, 1, 0 },
    			{ 6252, 4834, 1, 0 },
    			{ 6252, 11732, 1, 17 },			
    			// Zamorak Boss
    			{ 6203, 995, 200000, 7 },
    			{ 6203, 11710, 1, 26 },
    			{ 6203, 11712, 1, 24 },
    			{ 6203, 11714, 1, 24 },
    			{ 6203, 11708, 1, 33 },
    			{ 6203, 3024, 1, 0 },
    			// zamorak minion 1
    			{ 6204, 995, 200000, 7 },
    			{ 6204, 11710, 1, 16 },
    			{ 6204, 11712, 1, 14 },
    			{ 6204, 11714, 1, 14 },
    			{ 6204, 3024, 1, 0 },
    			// zamorak minion 2
    			{ 6206, 995, 200000, 7 },
    			{ 6206, 11710, 1, 26 },
    			{ 6206, 11712, 1, 24 },
    			{ 6206, 11714, 1, 24 },
    			{ 6206, 3024, 1, 0 },
    			// zamorak minion 3
    			{ 6208, 995, 200000, 7 },
    			{ 6208, 11710, 1, 26 },
    			{ 6208, 11712, 1, 24 },
    			{ 6208, 11714, 1, 24 },
    			{ 6208, 3024, 1, 0 },
    			// Abyssal Demon
    			{ 1615, 995, 5000, 7 },
    			{ 1615, 1333, 1, 8 },
    			{ 1615, 1247, 1, 8 },
    			{ 1615, 830, 40, 9 },
    			{ 1615, 1319, 1, 8 },
    			{ 1615, 4587, 1, 11 },
    			{ 1615, 1079, 1, 8 },
    			{ 1615, 1147, 1, 6 },
    			{ 1615, 1149, 1, 9 },
    			{ 1615, 4151, 1, 27 },
    			{ 1615, 592, 1, 0 },
    			// Banshee
    			{ 1612, 2677, 1, 10 },
    			{ 1612, 995, 5000, 9 },
    			{ 1612, 1333, 1, 10 },
    			{ 1612, 1247, 1, 8 },
    			{ 1612, 830, 20, 9 },
    			{ 1612, 592, 1, 0 },
    			// Crawing Hand
    			{ 1648, 2677, 1, 10 },
    			{ 1648, 526, 1, 0 },
    			{ 1649, 526, 1, 0 },
    			{ 1650, 526, 1, 0 },
    			{ 1651, 526, 1, 0 },
    			{ 1652, 526, 1, 0 },
    			// Infernal Mage
    			{ 1643, 2677, 1, 10 },
    			{ 1643, 526, 1, 0 },
    			{ 1643, 4675, 1, 14 },
    			{ 1643, 555, 50, 7 },
    			{ 1643, 560, 20, 8 },
    			{ 1643, 565, 20, 8 },
    			{ 1643, 4089, 1, 9 },
    			{ 1643, 4091, 1, 13 },
    			{ 1643, 4093, 1, 13 },
    			{ 1643, 4094, 1, 14 },
    			{ 1643, 4101, 1, 14 },
    			{ 1643, 4103, 1, 14 },
    			{ 1643, 4111, 1, 14 },
    			{ 1643, 4113, 1, 14 },
    			{ 1644, 526, 1, 0 },
    			{ 1644, 4675, 1, 14 },
    			{ 1644, 555, 50, 7 },
    			{ 1644, 560, 20, 8 },
    			{ 1644, 565, 20, 8 },
    			{ 1644, 4089, 1, 9 },
    			{ 1644, 4091, 1, 13 },
    			{ 1644, 4093, 1, 13 },
    			{ 1644, 4094, 1, 14 },
    			{ 1644, 4101, 1, 14 },
    			{ 1644, 4103, 1, 14 },
    			{ 1644, 4111, 1, 14 },
    			{ 1644, 4113, 1, 14 },
    			{ 1645, 526, 1, 0 },
    			{ 1645, 4675, 1, 14 },
    			{ 1645, 555, 50, 7 },
    			{ 1645, 560, 20, 8 },
    			{ 1645, 565, 20, 8 },
    			{ 1645, 4089, 1, 9 },
    			{ 1645, 4091, 1, 13 },
    			{ 1645, 4093, 1, 13 },
    			{ 1645, 4094, 1, 14 },
    			{ 1645, 4101, 1, 14 },
    			{ 1645, 4103, 1, 14 },
    			{ 1645, 4111, 1, 14 },
    			{ 1645, 4113, 1, 14 },
    			{ 1646, 526, 1, 0 },
    			{ 1646, 4675, 1, 14 },
    			{ 1646, 555, 50, 7 },
    			{ 1646, 560, 20, 8 },
    			{ 1646, 565, 20, 8 },
    			{ 1646, 4089, 1, 9 },
    			{ 1646, 4091, 1, 13 },
    			{ 1646, 4093, 1, 13 },
    			{ 1646, 4094, 1, 14 },
    			{ 1646, 4101, 1, 14 },
    			{ 1646, 4103, 1, 14 },
    			{ 1646, 4111, 1, 14 },
    			{ 1646, 4113, 1, 14 },
    			{ 1647, 526, 1, 0 },
    			{ 1647, 4675, 1, 14 },
    			{ 1647, 555, 50, 7 },
    			{ 1647, 560, 20, 8 },
    			{ 1647, 565, 20, 8 },
    			{ 1647, 4089, 1, 9 },
    			{ 1647, 4091, 1, 13 },
    			{ 1647, 4093, 1, 13 },
    			{ 1647, 4094, 1, 14 },
    			{ 1647, 4101, 1, 14 },
    			{ 1647, 4103, 1, 14 },
    			{ 1647, 4111, 1, 14 },
    			{ 1647, 4113, 1, 14 },
    			// Bloodveld
    			{ 1619, 2677, 1, 10 },
    			{ 1619, 995, 5000, 7 },
    			{ 1619, 1333, 1, 12 },
    			{ 1619, 1247, 1, 11 },
    			{ 1619, 830, 40, 12 },
    			{ 1619, 1319, 1, 14 },
    			{ 1619, 4587, 1, 11 },
    			{ 1619, 1079, 1, 13 },
    			{ 1619, 1147, 1, 13 },
    			{ 1619, 1149, 1, 12 },
    			{ 1619, 592, 1, 0 },
    			// DustDevil
    			{ 1624, 2677, 1, 10 },
    			{ 1624, 995, 5000, 7 },
    			{ 1624, 3140, 1, 27 },
    			{ 1624, 592, 1, 0 },
    			{ 1624, 1333, 1, 9 },
    			{ 1624, 1247, 1, 10 },
    			// Gargoyle
    			{ 1610, 2677, 1, 10 },
    			{ 1610, 526, 1, 0 },
    			{ 1610, 1333, 1, 9 },
    			{ 1610, 4153, 1, 14 },
    			{ 1611, 526, 1, 0 },
    			{ 1611, 1333, 1, 9 },
    			{ 1611, 4153, 1, 14 },
    			// Nechryeal
    			{ 1613, 2677, 1, 10 },
    			{ 1613, 592, 1, 0 },
    			{ 1613, 11732, 1, 15 },
    			{ 1613, 4131, 1, 13 },
    			// Dark Beast
    			{ 2783, 2677, 1, 10 },
    			{ 2783, 995, 5000, 7 },
    			{ 2783, 1333, 1, 8 },
    			{ 2783, 1247, 1, 8 },
    			{ 2783, 830, 40, 9 },
    			{ 2783, 1319, 1, 8 },
    			{ 2783, 4587, 1, 11 },
    			{ 2783, 1079, 1, 8 },
    			{ 2783, 1147, 1, 6 },
    			{ 2783, 1149, 1, 9 },
    			{ 2783, 11235, 1, 17 },
    			{ 2783, 11212, 5, 14 },
    			{ 2783, 526, 1, 0 },
    			// Green Dragon
    			{ 941, 2677, 1, 10 },
    			{ 941, 536, 1, 0 },
    			{ 941, 1754, 1, 0 },
    			{ 941, 1333, 1, 9 },
    			{ 941, 1247, 1, 10 },
    			{ 941, 1319, 1, 11 },
    			{ 941, 4587, 1, 12 },
    			// Blue Dragon
    			{ 55, 2677, 1, 10 },
    			{ 55, 536, 1, 0 },
    			{ 55, 1751, 1, 0 },
    			{ 55, 1333, 1, 9 },
    			{ 55, 1247, 1, 10 },
    			{ 55, 1319, 1, 10 },
    			{ 55, 4597, 1, 10 },
    			// Skeleton
    			{ 92, 2677, 1, 10 },
    			{ 92, 526, 1, 0 },
    			{ 92, 1247, 1, 8 },
    			{ 92, 995, 5000, 7 },
    			// Magic Axe
    			{ 127, 2677, 1, 10 },
    			{ 127, 1373, 1, 9 },
    			{ 127, 1363, 1, 0 },
    			// Lesser Demon
    			{ 752, 2677, 1, 10 },
    			{ 752, 592, 1, 0 },
    			{ 752, 1333, 1, 9 },
    			{ 752, 1247, 1, 7 },
    			// Baby Blue Dragon
    			{ 52, 2677, 1, 10 },
    			{ 52, 534, 1, 0 },
    			// Black Demon
    			{ 84, 2677, 1, 10 },
    			{ 84, 592, 1, 0 },
    			{ 84, 1333, 1, 8 },
    			{ 84, 1247, 1, 9 },
    			{ 84, 5698, 1, 10 },
    			{ 84, 4587, 1, 10 },
    			// Hill Giant
    			{ 117, 995, 5000, 9 },
    			{ 117, 1333, 1, 9 },
    			{ 117, 1247, 1, 9 },
    			{ 117, 830, 40, 9 },
    			{ 117, 1319, 1, 9 },
    			{ 117, 4587, 1, 9 },
    			{ 117, 1079, 1, 9 },
    			{ 117, 1147, 1, 9 },
    			{ 117, 1149, 1, 9 },
    			{ 117, 532, 1, 0 },
    			// Moss Giant
    			{ 112, 2677, 1, 10 },
    			{ 112, 995, 5000, 9 },
    			{ 112, 1333, 1, 9 },
    			{ 112, 1247, 1, 9 },
    			{ 112, 830, 40, 9 },
    			{ 112, 1319, 1, 9 },
    			{ 112, 4587, 1, 9 },
    			{ 112, 1079, 1, 9 },
    			{ 112, 1147, 1, 9 },
    			{ 112, 1149, 1, 9 },
    			{ 112, 532, 1, 0 },
    			// Fire Giant
    			{ 110, 2677, 1, 10 },
    			{ 110, 995, 5000, 12 },
    			{ 110, 1333, 1, 13 },
    			{ 110, 1247, 1, 13 },
    			{ 110, 830, 40, 14 },
    			{ 110, 1319, 1, 13 },
    			{ 110, 4587, 1, 11 },
    			{ 110, 1079, 1, 13 },
    			{ 110, 1147, 1, 10 },
    			{ 110, 1149, 1, 14 },
    			{ 110, 532, 1, 0 },
    			// Elf Warrior
    			{ 1183, 2677, 1, 10 },
    			{ 1183, 526, 1, 0 },
    			{ 1183, 4212, 1, 18 },
    			// Dags
    			{ 2881, 536, 1, 0 },
    			{ 2882, 536, 1, 0 },
    			{ 2883, 536, 1, 0 },
    			{ 2881, 6737, 1, 18 },
    			{ 2882, 6737, 1, 18 },
    			{ 2883, 6737, 1, 18 },
    			// Ogre Shaman
    			{ 871, 4834, 1, 0 },
    			{ 871, 2581, 1, 20 },
    			{ 871, 2577, 1, 20 },
    			{ 871, 6733, 1, 25 },
    			{ 871, 4587, 1, 10 },
    			{ 871, 5698, 1, 10 },
    			{ 871, 11212, 10, 10 },
    			// Chaos Elemental
    			{ 3200, 2677, 1, 10 },
    			{ 3200, 11730, 1, 30 },
    			{ 3200, 592, 0, 1 },
    			{ 3200, 995, 0, 100000 },
    			{ 3200, 7158, 1, 20 },
    			{ 3200, 4212, 1, 35 },
    			{ 3200, 4224, 1, 35 },
    			{ 3200, 4587, 1, 10 },
    			{ 3200, 5698, 1, 10 },
    			{ 3200, 385, 5, 3 },
    			{ 3200, 11212, 10, 10 },
    			{ 3200, 2434, 2, 5 },
    			// KBD
    			{ 50, 2677, 1, 10 },
    			{ 50, 4675, 1, 14 },
    			{ 50, 555, 50, 7 },
    			{ 50, 560, 20, 8 },
    			{ 50, 565, 20, 8 },
    			{ 50, 4089, 1, 9 },
    			{ 50, 4091, 1, 13 },
    			{ 50, 4093, 1, 13 },
    			{ 50, 4094, 1, 14 },
    			{ 50, 4101, 1, 14 },
    			{ 50, 4103, 1, 14 },
    			{ 50, 4111, 1, 14 },
    			{ 50, 4113, 1, 14 },
    			{ 50, 536, 1, 0 },
    			{ 50, 11283, 1, 60 },
    			{ 50, 11732, 1, 20 },
    			{ 50, 6585, 1, 20 },
    			// Barrelchest
    			{ 5666, 2677, 1, 10 },
    			{ 5666, 10887, 1, 30 },
    			{ 5666, 4834, 1, 0 },
    			{ 5666, 4153, 1, 10 },
    			{ 5666, 6128, 1, 15 },
    			{ 5666, 6129, 1, 15 },
    			{ 5666, 6130, 1, 15 },
    			{ 5666, 6145, 1, 15 },
    			{ 5666, 6151, 1, 15 },
    			// Tzhaar
    			{ 2591, 6522, 20, 10 }, { 2591, 6523, 1, 10 },
    			{ 2591, 6524, 1, 10 }, { 2591, 6525, 1, 10 },
    			{ 2591, 6526, 1, 10 }, { 2591, 6527, 1, 10 },
    			{ 2591, 6528, 1, 10 }, { 2591, 6571, 1, 10 },
    			{ 2592, 6522, 20, 10 }, { 2592, 6523, 1, 10 },
    			{ 2592, 6524, 1, 10 }, { 2592, 6525, 1, 10 },
    			{ 2592, 6526, 1, 10 }, { 2592, 6527, 1, 10 },
    			{ 2592, 6528, 1, 10 }, { 2592, 6571, 1, 10 },
    			{ 2593, 6522, 20, 10 }, { 2593, 6523, 1, 10 },
    			{ 2593, 6524, 1, 10 }, { 2593, 6525, 1, 10 },
    			{ 2593, 6526, 1, 10 }, { 2593, 6527, 1, 10 },
    			{ 2593, 6528, 1, 10 }, { 2593, 6571, 1, 10 },
    			{ 2594, 6522, 20, 10 }, { 2594, 6523, 1, 10 },
    			{ 2594, 6524, 1, 10 }, { 2594, 6525, 1, 10 },
    			{ 2594, 6526, 1, 10 }, { 2594, 6527, 1, 10 },
    			{ 2594, 6528, 1, 10 }, { 2594, 6571, 1, 10 },
    			{ 2595, 6522, 20, 10 }, { 2595, 6523, 1, 10 },
    			{ 2595, 6524, 1, 10 }, { 2595, 6525, 1, 10 },
    			{ 2595, 6526, 1, 10 }, { 2595, 6527, 1, 10 },
    			{ 2595, 6528, 1, 10 }, { 2595, 6571, 1, 10 },
    			{ 2596, 6522, 20, 10 }, { 2596, 6523, 1, 10 },
    			{ 2596, 6524, 1, 10 }, { 2596, 6525, 1, 10 },
    			{ 2596, 6526, 1, 10 }, { 2596, 6527, 1, 10 },
    			{ 2596, 6528, 1, 10 }, { 2596, 6571, 1, 10 },
    			{ 2597, 6522, 20, 10 }, { 2597, 6523, 1, 10 },
    			{ 2597, 6524, 1, 10 }, { 2597, 6525, 1, 10 },
    			{ 2597, 6526, 1, 10 }, { 2597, 6527, 1, 10 },
    			{ 2597, 6528, 1, 10 }, { 2597, 6571, 1, 10 },
    			{ 2598, 6522, 20, 10 }, { 2598, 6523, 1, 10 },
    			{ 2598, 6524, 1, 10 }, { 2598, 6525, 1, 10 },
    			{ 2598, 6526, 1, 10 }, { 2598, 6527, 1, 10 },
    			{ 2598, 6528, 1, 10 }, { 2598, 6571, 1, 10 },
    			{ 2599, 6522, 20, 10 }, { 2599, 6523, 1, 10 },
    			{ 2599, 6524, 1, 10 }, { 2599, 6525, 1, 10 },
    			{ 2599, 6526, 1, 10 }, { 2599, 6527, 1, 10 },
    			{ 2599, 6528, 1, 10 }, { 2599, 6571, 1, 10 },
    			{ 2600, 6522, 20, 10 }, { 2600, 6523, 1, 10 },
    			{ 2600, 6524, 1, 10 }, { 2600, 6525, 1, 10 },
    			{ 2600, 6526, 1, 10 }, { 2600, 6527, 1, 10 },
    			{ 2600, 6528, 1, 10 }, { 2600, 6571, 1, 10 },
    			{ 2601, 6522, 20, 10 }, { 2601, 6523, 1, 10 },
    			{ 2601, 6524, 1, 10 }, { 2601, 6525, 1, 10 },
    			{ 2601, 6526, 1, 10 }, { 2601, 6527, 1, 10 },
    			{ 2601, 6528, 1, 10 }, { 2601, 6571, 1, 10 },
    			{ 2602, 6522, 20, 10 }, { 2602, 6523, 1, 10 },
    			{ 2602, 6524, 1, 10 }, { 2602, 6525, 1, 10 },
    			{ 2602, 6526, 1, 10 }, { 2602, 6527, 1, 10 },
    			{ 2602, 6528, 1, 10 }, { 2602, 6571, 1, 10 },
    			{ 2603, 6522, 20, 10 }, { 2603, 6523, 1, 10 },
    			{ 2603, 6524, 1, 10 }, { 2603, 6525, 1, 10 },
    			{ 2603, 6526, 1, 10 }, { 2603, 6527, 1, 10 },
    			{ 2603, 6528, 1, 10 }, { 2603, 6571, 1, 10 },
    			{ 2604, 6522, 20, 10 }, { 2604, 6523, 1, 10 },
    			{ 2604, 6524, 1, 10 }, { 2604, 6525, 1, 10 },
    			{ 2604, 6526, 1, 10 }, { 2604, 6527, 1, 10 },
    			{ 2604, 6528, 1, 10 }, { 2604, 6571, 1, 10 },
    			{ 2605, 6522, 20, 10 }, { 2605, 6523, 1, 10 },
    			{ 2605, 6524, 1, 10 }, { 2605, 6525, 1, 10 },
    			{ 2605, 6526, 1, 10 }, { 2605, 6527, 1, 10 },
    			{ 2605, 6528, 1, 10 }, { 2605, 6571, 1, 10 },
    			{ 2606, 6522, 20, 10 }, { 2606, 6523, 1, 10 },
    			{ 2606, 6524, 1, 10 }, { 2606, 6525, 1, 10 },
    			{ 2606, 6526, 1, 10 }, { 2606, 6527, 1, 10 },
    			{ 2606, 6528, 1, 10 }, { 2606, 6571, 1, 10 },
    			{ 2607, 6522, 20, 10 }, { 2607, 6523, 1, 10 },
    			{ 2607, 6524, 1, 10 }, { 2607, 6525, 1, 10 },
    			{ 2607, 6526, 1, 10 }, { 2607, 6527, 1, 10 },
    			{ 2607, 6528, 1, 10 }, { 2607, 6571, 1, 10 },
    			{ 2608, 6522, 20, 10 }, { 2608, 6523, 1, 10 },
    			{ 2608, 6524, 1, 10 }, { 2608, 6525, 1, 10 },
    			{ 2608, 6526, 1, 10 }, { 2608, 6527, 1, 10 },
    			{ 2608, 6528, 1, 10 }, { 2608, 6571, 1, 10 },
    			{ 2609, 6522, 20, 10 }, { 2609, 6523, 1, 10 },
    			{ 2609, 6524, 1, 10 }, { 2609, 6525, 1, 10 },
    			{ 2609, 6526, 1, 10 }, { 2609, 6527, 1, 10 },
    			{ 2609, 6528, 1, 10 }, { 2609, 6571, 1, 10 },
    			{ 2610, 6522, 20, 10 }, { 2610, 6523, 1, 10 },
    			{ 2610, 6524, 1, 10 }, { 2610, 6525, 1, 10 },
    			{ 2610, 6526, 1, 10 }, { 2610, 6527, 1, 10 },
    			{ 2610, 6528, 1, 10 }, { 2610, 6571, 1, 10 },
    			{ 2611, 6522, 20, 10 }, { 2611, 6523, 1, 10 },
    			{ 2611, 6524, 1, 10 }, { 2611, 6525, 1, 10 },
    			{ 2611, 6526, 1, 10 }, { 2611, 6527, 1, 10 },
    			{ 2611, 6528, 1, 10 }, { 2611, 6571, 1, 10 },
    			{ 2612, 6522, 20, 10 }, { 2612, 6523, 1, 10 },
    			{ 2612, 6524, 1, 10 }, { 2612, 6525, 1, 10 },
    			{ 2612, 6526, 1, 10 }, { 2612, 6527, 1, 10 },
    			{ 2612, 6528, 1, 10 }, { 2612, 6571, 1, 10 },
    			{ 2613, 6522, 20, 10 }, { 2613, 6523, 1, 10 },
    			{ 2613, 6524, 1, 10 }, { 2613, 6525, 1, 10 },
    			{ 2613, 6526, 1, 10 }, { 2613, 6527, 1, 10 },
    			{ 2613, 6528, 1, 10 }, { 2613, 6571, 1, 10 },
    			{ 2614, 6522, 20, 10 }, { 2614, 6523, 1, 10 },
    			{ 2614, 6524, 1, 10 }, { 2614, 6525, 1, 10 },
    			{ 2614, 6526, 1, 10 }, { 2614, 6527, 1, 10 },
    			{ 2614, 6528, 1, 10 }, { 2614, 6571, 1, 10 },
    			{ 2615, 6522, 20, 10 }, { 2615, 6523, 1, 10 },
    			{ 2615, 6524, 1, 10 }, { 2615, 6525, 1, 10 },
    			{ 2615, 6526, 1, 10 }, { 2615, 6527, 1, 10 },
    			{ 2615, 6528, 1, 10 }, { 2615, 6571, 1, 10 },
    			{ 2616, 6522, 20, 10 }, { 2616, 6523, 1, 10 },
    			{ 2616, 6524, 1, 10 }, { 2616, 6525, 1, 10 },
    			{ 2616, 6526, 1, 10 }, { 2616, 6527, 1, 10 },
    			{ 2616, 6528, 1, 10 }, { 2616, 6571, 1, 10 } };
    And heres the code that calls for the drops in NPCHandler.java on a fresh copy which is pulling drops from Config.java...

    Code:
    for (npc = 0; npc < Config.NPC_DROPS.length; npc++) {
    				if (npcs[i].npcType == Config.NPC_DROPS[npc][0]) {
    					if (Misc.random(Config.NPC_DROPS[npc][3]) == 0) {
    							Server.itemHandler.createGroundItem(c,
    									Config.NPC_DROPS[npc][1], npcs[i].absX,
    									npcs[i].absY, Config.NPC_DROPS[npc][2],
    									c.playerId);
    					}
    				}
    			}


    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. Better addItem thing
    By Diablo1123 in forum Configuration
    Replies: 11
    Last Post: 05-09-2008, 04:59 PM
  2. [little help] funny little thing with JFrame
    By Dark Knight in forum Tutorials
    Replies: 2
    Last Post: 08-28-2007, 08:51 AM
  3. Replies: 21
    Last Post: 08-18-2007, 11:24 PM
  4. Replies: 3
    Last Post: 08-11-2007, 07:19 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
  •