Mabuhay Posted February 8, 2013 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 446 Reputation: 232 Joined: 03/20/12 Last Seen: October 22, 2020 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted February 8, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 8, 2013 OnNPCKillEvent: if( killedrid == 1002 ) getitem rand( 607,609 ),1; end; refer.. OnNPCKillEvent , killedrid , getitem , rand Quote Link to comment Share on other sites More sharing options...
Mabuhay Posted February 8, 2013 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 446 Reputation: 232 Joined: 03/20/12 Last Seen: October 22, 2020 Author Share Posted February 8, 2013 Thanks Emistry Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.