summaryrefslogtreecommitdiff
path: root/conf-tmpl/battle/monster.conf
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-23 22:41:18 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-23 22:41:18 +0000
commite4e96a9cba74f4341c075b345a57dc3a89247e56 (patch)
tree31869ce72efe40104f68880aa758170076df78d1 /conf-tmpl/battle/monster.conf
parent1756a50d8dcc134ab3f7ae847edb33cd21fb2e2e (diff)
downloadhercules-e4e96a9cba74f4341c075b345a57dc3a89247e56.tar.gz
hercules-e4e96a9cba74f4341c075b345a57dc3a89247e56.tar.bz2
hercules-e4e96a9cba74f4341c075b345a57dc3a89247e56.tar.xz
hercules-e4e96a9cba74f4341c075b345a57dc3a89247e56.zip
- All mob casted skills have a fixed range of 9 now. You can use monster_ai&0x400 to disable this and make the old skill range rules apply.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10331 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/monster.conf')
-rw-r--r--conf-tmpl/battle/monster.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf-tmpl/battle/monster.conf b/conf-tmpl/battle/monster.conf
index 99cf4e267..38369825c 100644
--- a/conf-tmpl/battle/monster.conf
+++ b/conf-tmpl/battle/monster.conf
@@ -66,7 +66,9 @@ monster_max_aspd: 199
// 0x200: When set, a mob's skill re-use delay will be applied to all entries of
// the same skill, instead of only that particular entry (eg: Mob has heal
// on six lines for different conditions, when set, whenever one of the six
-// trigger, all of them will share the delay)
+// trigger, all of them will share the delay
+// 0x400: By default mobs have a range of 9 for all skills. Set this to enforce
+// the normal skill range rules on them.
// Example: 0x140 -> Chase players through warps + use skills in random order.
monster_ai: 0