Mabuhay Posted February 8, 2013 Posted February 8, 2013 How do i code this. sample: if a mob(poring) has been killed, it randomly gives any of these items 607,608, or 609. Thanks. Quote
Emistry Posted February 8, 2013 Posted February 8, 2013 OnNPCKillEvent: if( killedrid == 1002 ) getitem rand( 607,609 ),1; end; refer.. OnNPCKillEvent , killedrid , getitem , rand Quote
Question
Mabuhay
How do i code this.
sample: if a mob(poring) has been killed, it randomly gives any of these items 607,608, or 609.
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.