Cuspid 0 Posted January 2, 2014 Hello, Can anyone help me. I want the spare card to have a black list of some monster. Example. I want ant egg to be excluded from drooping of Blank Cards from spare card. Is this possible? Thanks! Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted January 2, 2014 havn't try it yet but try to use *delmonsterdrop(<mob id or name>, <item id>)This command will temporarily remove a drop from an existing monster.Both the monster and the item must be valid.Return value will be 1 in case of success (the item was removed), and 0otherwise (the monster didn't have the specified item in its drop list).Example: // Remove Jellopy (909) from the Poring's (1002) drops delmonsterdrop(1002, 909); Quote Share this post Link to post Share on other sites
0 Cuspid 0 Posted January 2, 2014 Can I put it here? 5536,Spare_Card,Spare Card,4,20,,10,,1,,0,0xFFFFFFFF,7,2,1,,1,0,526,{ bonus2 bAddMonsterDropItem,6187,1000; delmonsterdrop(1097, 6187); },{},{} Quote Share this post Link to post Share on other sites
Hello,
Can anyone help me. I want the spare card to have a black list of some monster.
Example.
I want ant egg to be excluded from drooping of Blank Cards from spare card.
Is this possible?
Thanks!
Share this post
Link to post
Share on other sites