From 51a34af7326c86905da53f56f0f083ee87b7f736 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 15 Apr 2021 15:47:30 -0300 Subject: Trolled ya! --- npc/002-1/elanore.txt | 3 ++- npc/009-2/misc.txt | 1 + npc/011-1/auldsbel.txt | 6 ++++++ 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/002-1/elanore.txt b/npc/002-1/elanore.txt index 046a7d5a..67018a3f 100644 --- a/npc/002-1/elanore.txt +++ b/npc/002-1/elanore.txt @@ -136,7 +136,8 @@ L_MakeSelf: goto L_MakeSelf_yes; L_MakeSelf_yes: - mesq l("Oh, but of course! You are powerful enough to make your own lifestones, using the enchantment '%s'. This will consume a bug leg or a maggot slime or one of each of the four healing herbs, though.", b("Manpahil")); + mesq l("Oh, but of course! You are powerful enough to make your own lifestones, using the enchantment '%s'. This will consume a bug leg, a maggot slime and one of each of the four healing herbs, though.", b("Manpahil")); + learnskill SKILL_MANPAHIL; goto L_close; L_MakeSelf_no: diff --git a/npc/009-2/misc.txt b/npc/009-2/misc.txt index d2bc3944..6106028d 100644 --- a/npc/009-2/misc.txt +++ b/npc/009-2/misc.txt @@ -38,6 +38,7 @@ L_Magic: next; mesn l("Bookshelf"); mesq l("The last word on that page is '%s' and it's underlined twice with a comment next to it saying 'finally got it right.'", b("Zukminbirf")); + learnskill SKILL_ZUKMINBIRF; next; mesn l("Bookshelf"); mes l("Unfortunately, you can't make out what the transmutation is for or even whether it requires any materials..."); diff --git a/npc/011-1/auldsbel.txt b/npc/011-1/auldsbel.txt index d0f9a58d..01abe364 100644 --- a/npc/011-1/auldsbel.txt +++ b/npc/011-1/auldsbel.txt @@ -234,6 +234,7 @@ L_Sul_t_s: next; mesn l("Auldsbel the Wizard"); mesq l("That invocation is '%s'.", b("Gole")); + learnskill SKILL_GOLE; next; mesn l("Auldsbel the Wizard"); mesq l("You may find that you can transmute the powder more effectively after a while; that is perfectly natural."); @@ -991,6 +992,7 @@ L_learn_spell: mesn l("Auldsbel the Wizard"); mes "\"Oh, actually, make sure to write that down. You should keep track of all spells and spell fragments, really. I always keep a notebook handy, in fact.\""; next; + learnskill SKILL_PARUM; @Q_main_status = @Q_STATUS_INITIATION; callsub S_Update_Var; goto L_Main_menu; @@ -1081,6 +1083,7 @@ L_Next9: goto L_c_quest_missing; delitem BugLeg, 10; getexp 1000, 0; + learnskill SKILL_PATVILOREE; @Q_main_status = @Q_STATUS_STUDENT0; callsub S_Update_Var; mesn l("Auldsbel the Wizard"); @@ -1121,6 +1124,7 @@ L_Next10: goto L_c_quest_missing; delitem "MauveHerb", 20; getexp 1000, 0; + learnskill SKILL_PATLOREE; @Q_main_status = @Q_STATUS_STUDENT1; callsub S_Update_Var; mesn l("Auldsbel the Wizard"); @@ -1151,6 +1155,7 @@ L_Next11: goto L_c_quest_missing; delitem "ScorpionStinger", 10; getexp 1000, 0; + learnskill SKILL_PATMUPLOO; @Q_main_status = @Q_STATUS_STUDENT2; callsub S_Update_Var; mesn l("Auldsbel the Wizard"); @@ -1181,6 +1186,7 @@ L_Next12: goto L_c_quest_missing; delitem RawLog, 20; getexp 1000, 0; + learnskill SKILL_KULARZUFRILL; @Q_main_status = @Q_STATUS_STUDENT3; callsub S_Update_Var; mesn l("Auldsbel the Wizard"); -- cgit v1.2.3-70-g09d2