diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-08 15:44:04 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-08 15:44:04 +0000 |
commit | febdcd8873ad1198e80f6a3a4a4f55f2cc557911 (patch) | |
tree | 4e9755411e79ddf5bbf7a3c9cb18761007c32dba /conf-tmpl/battle | |
parent | 3b364715dc1b63738c6684194d1e2481ccbd6256 (diff) | |
download | hercules-febdcd8873ad1198e80f6a3a4a4f55f2cc557911.tar.gz hercules-febdcd8873ad1198e80f6a3a4a4f55f2cc557911.tar.bz2 hercules-febdcd8873ad1198e80f6a3a4a4f55f2cc557911.tar.xz hercules-febdcd8873ad1198e80f6a3a4a4f55f2cc557911.zip |
- Updated mob_npc_warp to a three-state config switch. 0 disables. 1 enable only on warps that don't lead to nobranch maps. 2 - enable on all warps.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7048 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle')
-rw-r--r-- | conf-tmpl/battle/monster.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/conf-tmpl/battle/monster.conf b/conf-tmpl/battle/monster.conf index 59cd67b0d..beb14ed49 100644 --- a/conf-tmpl/battle/monster.conf +++ b/conf-tmpl/battle/monster.conf @@ -66,9 +66,11 @@ monster_max_aspd: 199 // any npc-warps in it's sight of view (use with mob_npc_warp below)
monster_ai: 0
-// Should mobs that stand on an npc warp be warped to the destination cell?
-// (Note 1)
-mob_npc_warp: no
+// Should mobs that stand on an npc warp be warped to the destination cell?
+// 0: Disable.
+// 1: Enable on all warps except those that lead to 'nobranch' maps.
+// 2: Enable on all warps.
+mob_npc_warp: 0
// Mobs and Pets view-range adjustment (range2 column in the mob_db) (Note 2)
view_range_rate: 100
|