Limestone Posted December 26, 2013 Posted December 26, 2013 hi! i just want to request a script that if i kill a normal monster there will be a 5% chance to drop 1pc TCG and in MVP monster 25% drop of 5 PCS TCG. thanks! Quote
Patskie Posted December 26, 2013 Posted December 26, 2013 - script Sample -1,{ OnNPCKillEvent: if ( getmonsterinfo( killedrid, 22 ) ) { if ( rand( 100 ) < 25 ) getitem 7227, 5; } else { if ( rand( 100 ) < 5 ) getitem 7227, 1; } end; } Quote
Question
Limestone
hi! i just want to request a script that if i kill a normal monster there will be a 5% chance to drop 1pc TCG and in MVP monster 25% drop of 5 PCS TCG. thanks!
2 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.