From d3ea299f53c677772eb0546aa7fe1d8f79552f85 Mon Sep 17 00:00:00 2001 From: aleos Date: Wed, 17 Jan 2024 17:08:27 -0500 Subject: [PATCH] Remove unused battle configs --- conf/battle/battleground.conf | 4 ---- conf/battle/guild.conf | 4 ---- 2 files changed, 8 deletions(-) diff --git a/conf/battle/battleground.conf b/conf/battle/battleground.conf index b073154d61..67351219f0 100644 --- a/conf/battle/battleground.conf +++ b/conf/battle/battleground.conf @@ -9,10 +9,6 @@ // 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) bg_update_interval: 1000 diff --git a/conf/battle/guild.conf b/conf/battle/guild.conf index 37293fccd7..b9b8068dfe 100644 --- a/conf/battle/guild.conf +++ b/conf/battle/guild.conf @@ -27,10 +27,6 @@ guild_max_castles: 0 // Note: This was changed in renewal in favor of individual skill cooldown. 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, // and does changing emblems require it? (Note 1) // P.S: This skill is not implemented on official servers