summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-04 03:51:17 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-04 03:51:17 -0300
commite7516104a50a0ea12056dd67898706a9c5007992 (patch)
tree4eb1f0cf09876e111f6212240a724fa22633c767
parent12519a98fd14f93e727d4ce551125927913313bc (diff)
downloadserverdata-e7516104a50a0ea12056dd67898706a9c5007992.tar.gz
serverdata-e7516104a50a0ea12056dd67898706a9c5007992.tar.bz2
serverdata-e7516104a50a0ea12056dd67898706a9c5007992.tar.xz
serverdata-e7516104a50a0ea12056dd67898706a9c5007992.zip
Add Area Provoke skill D:
-rw-r--r--npc/027-1/saves.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/027-1/saves.txt b/npc/027-1/saves.txt
index 02b09d7ab..9dcb9bdc5 100644
--- a/npc/027-1/saves.txt
+++ b/npc/027-1/saves.txt
@@ -18,6 +18,7 @@
mesc l("Accumulate Power - Raise damage of next skill.");
mesc l("Provoke - Provoke a single monster");
+ mesc l("Area Provoke - Provoke all monsters centered on yourself.");
mesc l("Mass Provoke - Provoke all monsters under your cursor");
mesc l("High Healing - Use a Lifestone for supreme healing.");
@@ -28,6 +29,7 @@
l("Mana Wisdom"), TMW2_SAGE,
l("Accumulate Power"), HW_MAGICPOWER,
l("Provoke"), SM_PROVOKE,
+ l("Area Provoke"), EVOL_AREA_PROVOKE,
l("Mass Provoke"), EVOL_MASS_PROVOKE,
l("High Healing"), AB_HIGHNESSHEAL,
l("Windwalker"), SN_WINDWALK,
@@ -52,6 +54,10 @@
if (!mlearn(SM_PROVOKE, 1, 1, SpellBookPage, 1))
mesc l("You do not meet all requisites for this skill."), 1;
break;
+ case EVOL_AREA_PROVOKE:
+ if (!mlearn(EVOL_AREA_PROVOKE, 10, 2, SpellBookPage, 1))
+ mesc l("You do not meet all requisites for this skill."), 1;
+ break;
case EVOL_MASS_PROVOKE:
if (!mlearn(EVOL_MASS_PROVOKE, 10, 2, SpellBookPage, 1))
mesc l("You do not meet all requisites for this skill."), 1;