AOCzxc Posted April 6, 2021 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 02/18/18 Last Seen: March 16, 2023 Share Posted April 6, 2021 Pahelp po mga bossss... Every kill mvp monster chance to get item 50% with announce...p Quote Link to comment Share on other sites More sharing options...
Racaae Posted April 6, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 207 Reputation: 92 Joined: 06/02/12 Last Seen: Tuesday at 11:46 PM Share Posted April 6, 2021 - script mvpdrop -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,MOB_MVPEXP) > 0) { //check if monster is mvp if (rand(1,100) < 50) { //50% chance getitem 607, 1; //got 1 yggdrasil berry announce strcharinfo(0) + " got " + getitemname(607) + " from a MvP!", bc_all; } } end; } 2 Quote Link to comment Share on other sites More sharing options...
AOCzxc Posted April 7, 2021 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 02/18/18 Last Seen: March 16, 2023 Author Share Posted April 7, 2021 9 hours ago, Racaae said: - script mvpdrop -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,MOB_MVPEXP) > 0) { //check if monster is mvp if (rand(1,100) < 50) { //50% chance getitem 607, 1; //got 1 yggdrasil berry announce strcharinfo(0) + " got " + getitemname(607) + " from a MvP!", bc_all; } } end; } Thanks man Quote Link to comment Share on other sites More sharing options...
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.