Spare Card adding exception to some monster

Cuspid

New member
Messages
4
Points
0
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!

 
havn't try it yet but try to use 

Code:
*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);
 
Can I put it here?

Code:
5536,Spare_Card,Spare Card,4,20,,10,,1,,0,0xFFFFFFFF,7,2,1,,1,0,526,{ bonus2 bAddMonsterDropItem,6187,1000; delmonsterdrop(1097, 6187); },{},{}
 
Back
Top