About MVP

thanna

New member
Messages
212
Points
0
Is there a option where a player who last hit a Boss will be the MVP? I've been searching it somehow cant find it so I posted it here, I hope someone could help me, thanks in advance

 
should be this .....

conf/battle/monster.conf

Code:
// Defines on who the mob npc_event gets executed when a mob is killed.// Type 1: On the player that killed the mob (if killed by a non-player, resorts to type 0)// Type 0: On the player that did the most damage to the mob.// NOTE: This affects who gains the Castle when the Emperium is broken. mob_npc_event_type: 1
 
Back
Top