Hi i was wondering why some normal monsters when killed this script announce it. - script MVPAnnounce -1,{ OnNPCKillEvent: //if ( getmonsterinfo( killedrid,21 )&0x0020 && getgmlevel() > 0 ) if ( getmonsterinfo( killedrid,21 )&0x0020) announce "[ Player ] "+strcharinfo(0)+" has slain [ "+getmonsterinfo(killedrid,0)+" ] at the map of [ "+strcharinfo(3)+" ]",0, 0x9A2EFE; end; } I was hoping that it will only announce MVP monsters. mini boss/normal mobs are not included.