From ab194e3674c4f4c83f334d1031dd5806a37ba444 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Apr 2021 22:29:26 -0300 Subject: I guess with this Wyara is done? :p --- db/pre-re/skill_db.conf | 2 +- npc/009-2/wyara.txt | 8 +++++--- 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; -- cgit v1.2.3-60-g2f50