18 lines
867 B
Plaintext
18 lines
867 B
Plaintext
//--------------------------------------------------------------
|
|
// rAthena Battle Configuration File
|
|
// Originally Translated by Peter Kieser <pfak@telus.net>
|
|
// Made in to plainer English by Ancyker
|
|
//--------------------------------------------------------------
|
|
// Note 1: Value is a config switch (on/off, yes/no or 1/0)
|
|
// Note 2: Value is in percents (100 means 100%)
|
|
// Note 3: Value is a bit field. If no description is given,
|
|
// assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary, 128: NPC, 512: Elemental)
|
|
//--------------------------------------------------------------
|
|
|
|
// Interval before updating the bg-member map mini-dots (milliseconds)
|
|
bg_update_interval: 1000
|
|
|
|
// Before a player is warped into a Battleground from the Battleground Queue,
|
|
// check to see if the player's current map has MF_NOWARP.
|
|
bgqueue_nowarp_mapflag: no
|