Remove unused battle configs

This commit is contained in:
aleos 2024-01-17 17:08:27 -05:00
parent cbe0d8fe1f
commit d3ea299f53
2 changed files with 0 additions and 8 deletions

View File

@ -9,10 +9,6 @@
// assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary, 128: NPC, 512: Elemental) // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary, 128: NPC, 512: Elemental)
//-------------------------------------------------------------- //--------------------------------------------------------------
// Flee penalty on BG grounds.
// NOTE: It's %, not absolute, so 20 is -20% of your total flee
bg_flee_penalty: 20
// Interval before updating the bg-member map mini-dots (milliseconds) // Interval before updating the bg-member map mini-dots (milliseconds)
bg_update_interval: 1000 bg_update_interval: 1000

View File

@ -27,10 +27,6 @@ guild_max_castles: 0
// Note: This was changed in renewal in favor of individual skill cooldown. // Note: This was changed in renewal in favor of individual skill cooldown.
guild_skill_relog_delay: 300000 guild_skill_relog_delay: 300000
// Flee penalty on gvg grounds. Official value is 20 (Note 2)
// NOTE: It's %, not absolute, so 20 is -20% of your total flee
gvg_flee_penalty: 20
// Can the 'Glory of Guild' skill be learnt in the Guild window, // Can the 'Glory of Guild' skill be learnt in the Guild window,
// and does changing emblems require it? (Note 1) // and does changing emblems require it? (Note 1)
// P.S: This skill is not implemented on official servers // P.S: This skill is not implemented on official servers