BugSICK Posted January 24, 2018 Posted January 24, 2018 Hi i hope someone help me on this on how to add item tcg #7227(1) to every monster kill at 1% drop rate and MVP monster at 5% for 10 tcg. Thanks Quote
0 hendra814 Posted January 24, 2018 Posted January 24, 2018 1 hour ago, BugSICK said: where can i find this script sir? This is custom script, and this is not part of rathena script files so you must put it in custom npc folder and enable it in npc\cpc_costum.conf here my file for you % Drop item.txt Quote
1 hendra814 Posted January 24, 2018 Posted January 24, 2018 29 minutes ago, BugSICK said: thanks hendra.. is this already 1% drop rate? yup, <= 1 from 100 is 1% Quote
0 hendra814 Posted January 24, 2018 Posted January 24, 2018 - script Drop_extra -1,{ OnNPCKillEvent: if( rand( 100 ) <= 1) { { .@item_id = 7227; getitem .@item_id,1; } end; } Quote
0 BugSICK Posted January 24, 2018 Author Posted January 24, 2018 where can i find this script sir? Quote
0 BugSICK Posted January 24, 2018 Author Posted January 24, 2018 thanks hendra.. is this already 1% drop rate? Quote
Question
BugSICK
Hi i hope someone help me on this on how to add item tcg #7227(1) to every monster kill at 1% drop rate and MVP monster at 5% for 10 tcg.
Thanks
6 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.