From 3cc7e7222e6edcb49e28be0571abb41690b17689 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Jun 2018 23:56:13 -0300 Subject: Mass Provoke skill. Healing skill will also be charged from now on. --- npc/003-1/jakod.txt | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'npc/003-1/jakod.txt') diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt index 2feec299a..bd6b9ed6b 100644 --- a/npc/003-1/jakod.txt +++ b/npc/003-1/jakod.txt @@ -20,7 +20,7 @@ menu rif(!MAGIC_LVL, l("How do I get magic?")), L_HowTo, rif(MAGIC_LVL >= 1 && !getskilllv(AL_HEAL), l("Can you teach me a basic tier 1 magic skill?")), L_Tier1, - //rif(MAGIC_LVL >= 2 && !getskilllv(EVOL_MASS_PROVOKE), + rif(MAGIC_LVL >= 2 && !getskilllv(EVOL_MASS_PROVOKE), l("Can you teach me a basic tier 2 magic skill?")), L_Tier2, //rif(MAGIC_LVL >= 3 && !getskilllv(AL_TELEPORT), l("Good bye."), -; @@ -57,6 +57,25 @@ L_Tier1: mesq l("It takes a lot of mana, and is not very powerful, but it is a must have for everyone."); next; mesn; + mesq l("I'll charge you the irrelevant amount of 100 GP. Come on, it's a pinch!"); + select + rif(Zeny >= 100, l("Buy it")), + l("Don't buy it"); + if (@menu == 1) { + Zeny=Zeny-100; + skill(AL_HEAL,1,0); + } + close; + +L_Tier2: + mes ""; + mesn; + mesq l("Yeah, of course. This one is rather useless and difficult to use, though."); + next; + mesn; + mesq l("It's called Mass Provoke. You'll basically try to convince monsters to attack you."); + next; + mesn; mesq l("Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free."); skill(AL_HEAL,1,0); close; -- cgit v1.2.3-60-g2f50