diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-05 16:30:47 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-05 16:30:47 +0000 |
commit | d99c0313edbb4bd24172f825b7d621ad620ec7d1 (patch) | |
tree | adac4c1ccf43f1a85c65f0e47dc3b4a8af9c8044 /conf-tmpl | |
parent | fc694ecbe6734d01c0a1626beb96f514fb06aa5e (diff) | |
download | hercules-d99c0313edbb4bd24172f825b7d621ad620ec7d1.tar.gz hercules-d99c0313edbb4bd24172f825b7d621ad620ec7d1.tar.bz2 hercules-d99c0313edbb4bd24172f825b7d621ad620ec7d1.tar.xz hercules-d99c0313edbb4bd24172f825b7d621ad620ec7d1.zip |
- 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
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/monster.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf-tmpl/battle/monster.conf b/conf-tmpl/battle/monster.conf index dc9322f26..bb336074b 100644 --- a/conf-tmpl/battle/monster.conf +++ b/conf-tmpl/battle/monster.conf @@ -64,6 +64,14 @@ monster_max_aspd: 199 // players on them, instead of only for mobs who are in the vecinity of players.
monster_ai: 0
+// Mobs and Pets view-range adjustment (range2 column in the mob_db) (Note 2)
+view_range_rate: 100
+
+// Chase Range is the base minimum-chase that a mob gives before giving up
+// (as long as the target is outside their field of view). This is the range3
+// column in the mob_db. (Note 2)
+chase_range_rate: 100
+
// Allow monsters to be aggresive and attack first? (Note 1)
monster_active_enable: yes
|