From 64a8dee22964db611964a5c01d3c0b7efe335121 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 19 Jul 2006 20:27:05 +0000 Subject: - Fixed the inf code update breakage which was blocking all offensive skills. - Added battle setting homun_critical_rate (defaults to 0) - Removed enemy_str/pet_str/enemy_perfect_flee and replaced them with - enable_perfect_flee which specifies which objects can have perfect flee and enable_baseatk which specifies which objects can have a base attack value (both in battle.conf) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7752 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/battle.h') diff --git a/src/map/battle.h b/src/map/battle.h index d1af883a6..63d3aa530 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -95,8 +95,9 @@ int battle_config_switch(const char *str); // [Valaris] extern struct Battle_Config { unsigned short warp_point_debug; unsigned short enemy_critical_rate; - unsigned short enemy_str; - unsigned short enemy_perfect_flee; + unsigned short homun_critical_rate; + unsigned short enable_baseatk; + unsigned short enable_perfect_flee; unsigned short cast_rate,delay_rate,delay_dependon_dex; unsigned short sdelay_attack_enable; unsigned short left_cardfix_to_right; @@ -174,7 +175,6 @@ extern struct Battle_Config { unsigned short pet_friendly_rate; unsigned short pet_hungry_delay_rate; unsigned short pet_hungry_friendly_decrease; - unsigned short pet_str; unsigned short pet_status_support; unsigned short pet_attack_support; unsigned short pet_damage_support; -- cgit v1.2.3-70-g09d2