mrlongshen 22 Posted July 10, 2015 Mimic card. bonus2 bAddMonsterDropItem,603,10; How to make when player kill specific monster, chance to get dead branch 10% ? Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted July 11, 2015 (edited) @@mrlongshen here you go work only for accessory cards when equipped put some monster array and item array just incase http://pastebin.com/29UAR58t Edited July 11, 2015 by Zhao Chow 1 mrlongshen reacted to this Quote Share this post Link to post Share on other sites
0 Oxxy 24 Posted July 10, 2015 Use NPC script: - script OnKillMonsterDoDropItem -1,{ OnNPCKillEvent: switch(killedrid) { case 1002: // Poring if(rand(10000) < 500) { // < 100 = 1% drop chance getitem 7539, 1; // Poring Coin break; } else break; default: // All other monsters break; }} Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted July 10, 2015 (edited) bonus3 bAddClassDropItem,item id,mid,n; Adds a n/100% chance of dropping item id when killing monster mid Edited July 10, 2015 by Angelmelody Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted July 11, 2015 @@Angelmelody mid ? means ? for example I want to get 100% on dead branch on killing scorpion. Like this :? bonus3 bAddClassDropItem,604,1001,100; @@Oxxy No sir, I wanto to make a item based script. on equip. hehe. like mimic card, but on specific card. Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted July 11, 2015 @@Angelmelody mid ? means ? for example I want to get 100% on dead branch on killing scorpion. Like this :? bonus3 bAddClassDropItem,604,1001,100; @@Oxxy No sir, I wanto to make a item based script. on equip. hehe. like mimic card, but on specific card. mid = monster idn/100% chance --> n/10000 100% ===> n = 10000 Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted July 11, 2015 @@mrlongshen please mark as solved or review below the last comment so that other can search on it if needed Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted October 7, 2015 @@mrlongshen here you go work only for accessory cards when equipped put some monster array and item array just incase http://pastebin.com/29UAR58t @@Zhao Chow how to put only blacklist mob ? so all mobs can drop the item. but some blacklist mob cant drop the item Quote Share this post Link to post Share on other sites
Mimic card.
bonus2 bAddMonsterDropItem,603,10;
How to make when player kill specific monster,
chance to get dead branch 10% ?
Share this post
Link to post
Share on other sites