BabaVoss Posted July 2, 2022 Group: Members Topic Count: 37 Topics Per Day: 0.02 Content Count: 79 Reputation: 0 Joined: 06/17/20 Last Seen: February 7, 2024 Share Posted July 2, 2022 - script 1 -1,{ OnNPCKillEvent: if ( getmonsterinfo( killedrid, 21 ) ) { if(killedrid == (2927)){ getitem 6319,1; //item } if(killedrid == (2750)){ getitem 6319,1; //item } if(killedrid == (2049)){ getitem 6224,1; //item } if(killedrid == (3088)){ getitem 6224,1; //item } if(killedrid == (2250)){ getitem 6090,1; //item } if(killedrid == (2951)){ getitem 6090,1; //item } } end; } Hello guys good day, can anyone help with this script. I made this script as a modified arena. I need it to be drop by chance only. sorry still a newbie. thanks in advance Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted October 15, 2022 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 October 15, 2022 if (rand(100) < 10) getitem 512, 100; // 10% Quote Link to comment Share on other sites More sharing options...
0 EveeX Posted July 2, 2022 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 29 Joined: 09/16/20 Last Seen: December 21, 2022 Share Posted July 2, 2022 Use rand( ) function to add a chance Quote Link to comment Share on other sites More sharing options...
Question
BabaVoss
- script 1 -1,{ OnNPCKillEvent: if ( getmonsterinfo( killedrid, 21 ) ) { if(killedrid == (2927)){ getitem 6319,1; //item } if(killedrid == (2750)){ getitem 6319,1; //item } if(killedrid == (2049)){ getitem 6224,1; //item } if(killedrid == (3088)){ getitem 6224,1; //item } if(killedrid == (2250)){ getitem 6090,1; //item } if(killedrid == (2951)){ getitem 6090,1; //item } } end; }
Hello guys good day, can anyone help with this script. I made this script as a modified arena. I need it to be drop by chance only. sorry still a newbie. thanks in advance
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.