Its possible for script by killing all the mobs in the map something like killallmonsterall "prontera"; but you need to put it all in the MVP Maps.
Sample : this will kill all mobs after restart and reloadscript
- script MVPKILLRESTART FAKE_NPC,{
OnInit:
killmonsterall "prt_maze03"; // Kill Baphomet and all monster in the map
cleanmap "prt_maze03"; // Clean all drops in the map
end;
}