AOCzxc Posted April 6, 2021 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 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 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...