From 12bf6f1349e0e001aaf179322f73ec158b5b4044 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 14 Aug 2006 16:30:14 +0000 Subject: - Increased Run's walk speed bonus to 25->50% - Modified emergency_call setting to allow for more specific configuration (woe/non-woe, gvg-grounds/non-gvg-grounds, disable from nowarpto maps), see skill.conf for details. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8275 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/Changelog.txt | 5 +++++ conf-tmpl/battle/skill.conf | 16 ++++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) (limited to 'conf-tmpl') diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 5d25468cb..541b729f1 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,4 +1,9 @@ Date Added + +2006/08/14 + * Modified emergency_call setting to allow for more specific configuration + (woe/non-woe, gvg-grounds/non-gvg-grounds, disable from nowarpto maps), see + skill.conf for details. [Skotlex] 2006/08/10 * Removed setting mob_ghostring_fix [Skotlex] * Changed setting attack_attr_none to affect all neutral-element attacks. diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 565afc7fc..a5b2d4108 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -220,12 +220,16 @@ 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 +// Emergency Recall Guild Skill setting (add as appropiate). +// Note that for the skill to be usable at all, +// you need at least one of 1/2 and 4/8 +// 1: Skill is usable outside of woe. +// 2: Skill is usable during woe. +// 4: Skill is usable outside of GvG grounds +// 8: Skill is usable on GvG grounds +//16: Disable skill from "nowarpto" maps +// (note that by default all Castles have the nowarpto flag) +emergency_call: 15 // Max Possible Level of Monster skills // Note: If your MVPs are too tough, reduce it to 10. -- cgit v1.2.3-60-g2f50