Jump to content

playniks

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by playniks

  1. Hi @Emistry thank you so much for your response and I really appreciate it. However, as I try to follow your instruction about this " OnNPCKillEvent: // Logic to detect when a MvP is killed if (getmonsterinfo(killedrid, MOB_MVPEXP) > 0 && strcharinfo(3) == "YOUR_MAP_NAME"){ It does not register whether I kill the mvp on its map or not. see example below for Mistress: (tried killing MISTRESS in it's map at mjolnir_04 and pvp_n_2-2 and no point at all) and I only want a kill to register when killin gon mvp's original hideout.. What to do? OnNPCKillEvent: // Logic to detect when a MvP is killed if (getmonsterinfo(killedrid, MOB_MVPEXP) > 0 && strcharinfo(3) == "mjolnir_04"){
  2. Hi, this is the first time me posting, I just hope I am on the right path. Anyways, can anyone help edit this script 1st. that could only announce mob being killed on mvp maps, 2nd. register ranking that are killed only in mvp maps as well? 3rd and lastly broadcast rare drops (1%) Thank you guys!
×
×
  • Create New...