diff options
Diffstat (limited to 'npc/011-1/auldsbel.txt')
-rw-r--r-- | npc/011-1/auldsbel.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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"); |