trizzy Posted May 27, 2015 Posted May 27, 2015 (edited) As the title said i just need only to drop, example: 100 pcs of TCG card on Satan/Wounded Morroc ONLY. NOTE: Not olny 1 pcs of TCG, i need 100 pcs for wounded morroc. this scrip im using is for all mvp monster here is it. - script Sample -1,{ OnNPCKillEvent: if ( getmonsterinfo( killedrid, 22 ) ) { if ( rand( 100 ) < 25 ) getitem 7227, 5; } else { if ( rand( 100 ) < 5 ) getitem 7227, 1; } end;} Thanks in Advance Edited May 27, 2015 by trizzy Quote
Question
trizzy
As the title said i just need only to drop,
example: 100 pcs of TCG card on Satan/Wounded Morroc ONLY.
NOTE: Not olny 1 pcs of TCG, i need 100 pcs for wounded morroc.
this scrip im using is for all mvp monster
here is it.
Thanks in Advance
Edited by trizzy0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.