Version 1.0.1
209 downloads
// =========================================================
// World Boss System, scripted by Akkarin
// =========================================================
// In this script's original state, a "World Boss" will
// spawn in a random location after 10,000 monster kills
// every 4 minutes past the hour.
//
// This script imitates the old World Boss mechanic from an
// MMO called TERA.
//
// The location and MVP are selected at random from arrays.
// =========================================================