From d99c0313edbb4bd24172f825b7d621ad620ec7d1 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 5 May 2006 16:30:47 +0000 Subject: - Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (even if there's no other TK around). - Renamed SC_TKDORI to SC_TKREST (makes more sense if you ask me) - Added battle config settings view_range_rate and chase_range_rate to adjust the view-range and chase-range (range2/range3) of the mob_db without having to manually change them. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6490 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/battle.h') diff --git a/src/map/battle.h b/src/map/battle.h index 03d285f1a..145a14fc8 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -135,6 +135,8 @@ extern struct Battle_Config { unsigned short mvp_hp_rate; unsigned short monster_hp_rate; unsigned short monster_max_aspd; + unsigned short view_range_rate; + unsigned short chase_range_rate; unsigned short atc_gmonly; unsigned short atc_spawn_quantity_limit; unsigned short atc_slave_clone_limit; -- cgit v1.2.3-70-g09d2