summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 22:29:26 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 22:29:26 -0300
commitab194e3674c4f4c83f334d1031dd5806a37ba444 (patch)
tree018ef57bb627b6f145eb99080b8691d012693ef7
parent9ce79291a280d0ebc93a076810a7e848fb0d397b (diff)
downloadserverdata-ab194e3674c4f4c83f334d1031dd5806a37ba444.tar.gz
serverdata-ab194e3674c4f4c83f334d1031dd5806a37ba444.tar.bz2
serverdata-ab194e3674c4f4c83f334d1031dd5806a37ba444.tar.xz
serverdata-ab194e3674c4f4c83f334d1031dd5806a37ba444.zip
I guess with this Wyara is done? :p
-rw-r--r--db/pre-re/skill_db.conf2
-rw-r--r--npc/009-2/wyara.txt8
2 files changed, 6 insertions, 4 deletions
diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf
index e007305a..50d4e6a7 100644
--- a/db/pre-re/skill_db.conf
+++ b/db/pre-re/skill_db.conf
@@ -38956,6 +38956,6 @@ skill_db: (
}
},
// MakeSulphur Parum EnchantLifestone MakeArrow MakeIronPowder MakeShirt MakeTanktop MakeSTanktop
-// Kalmurk Rain MagicBlade ToxicDart Ingrav Knuclkes ArrowHail Joyplim Barrier(OK?) FlyingBackpack(?) Hide(?) Protect Shear Detsanc
+// Kalmurk MagicBlade ToxicDart Ingrav Knuclkes ArrowHail Joyplim Barrier(OK?) FlyingBackpack(?) Hide(?) Protect Shear Detsanc
)
diff --git a/npc/009-2/wyara.txt b/npc/009-2/wyara.txt
index 0b8e9a47..06d11704 100644
--- a/npc/009-2/wyara.txt
+++ b/npc/009-2/wyara.txt
@@ -238,9 +238,11 @@ L_M_spell:
L_M_spell3:
mesn l("Wyara the Witch");
- mes "\"Now that you know the basics of nature magic, here is one of my favourites: '" + get(.invocation$, "rain") + "' will summon rain, whereever you are standing. It will consume a bottle of water, though.\"";
+ mesq l("Now that you know the basics of nature magic, here is one of my favourites: '%s' will summon rain, whereever you are standing. It will consume a bottle of water, though.", b("Kaflosh"));
if (getskilllv(SKILL_MAGIC) < 2)
- mes "\"You are not powerful enough to use it yet, though; you will first have to absorb more magic from the mana seed.\"";
+ mesq l("You are not powerful enough to use it yet, though; you will first have to absorb more magic from the mana seed.");
+ else
+ learnskill SKILL_KAFLOSH;
next;
goto L_M_spell2;
@@ -277,7 +279,7 @@ L_M_train_wb:
callfunc "SagathaStatus";
if (@evil)
goto L_M_train_evil;
- mes "\"Ah, yes, your training...\"";
+ mesq l("Ah, yes, your training...");
next;
goto L_M_train_dispatch;