diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-04 17:58:10 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-04 17:58:10 +0000 |
commit | 32932947f48208db02010030a0d558cf2d19624d (patch) | |
tree | f3972640f291deb88b695e70c7d232e4bf14bc6d /conf-tmpl | |
parent | 9f301a592ce1c2646bbda3404e45e4276b072fcd (diff) | |
download | hercules-32932947f48208db02010030a0d558cf2d19624d.tar.gz hercules-32932947f48208db02010030a0d558cf2d19624d.tar.bz2 hercules-32932947f48208db02010030a0d558cf2d19624d.tar.xz hercules-32932947f48208db02010030a0d558cf2d19624d.zip |
- Added battle config setting emergency_recall, specifies behaviour of that skill (skill.conf): 0 - Disabled. 1 - can't be used in nowarpto maps. 2 - Can be used everywhere.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7516 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/skill.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 35314a99d..16548fd24 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -223,6 +223,13 @@ berserk_cancels_buffs: no max_heal: 9999
max_heal_lv: 11
+// Emergency Recall Guild Skill setting.
+// 0: Skill is disabled, can't be used anywhere.
+// 1: Skill fails when used on "nowarpto" maps
+// (note that by default all GVG maps are nowarpto)
+// 2: Skill is usable everywhere.
+emergency_call: 2
+
// Max Possible Level of Monster skills
// Note: If your MVPs are too tough, reduce it to 10.
mob_max_skilllvl: 100
|