From 41bd11d9e5ea1bd1dbac4f93cbd32fa426dcb666 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jan 2019 02:25:15 -0200 Subject: You can now learn ADD_WEIGHT (2kg) or STEALING (7%) on Merc/Thief rank 2. --- npc/003-1/constableperry.txt | 12 ++++++++++++ npc/015-2/ben.txt | 12 ++++++++++++ 2 files changed, 24 insertions(+) (limited to 'npc') diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt index 8f20bb5fa..04f2e03cb 100644 --- a/npc/003-1/constableperry.txt +++ b/npc/003-1/constableperry.txt @@ -39,6 +39,7 @@ L_Quest: MERC_RANK+=1; mesn; mesq l("Congrats! You rank up! You are now a(n) @@!", mercrank()); + if (MERC_RANK == 2) goto L_Rank2; } else { mesn; mesq l("Well, you need more experience. Keep trying!"); @@ -62,6 +63,17 @@ L_Recruit: } close; +// Learn ADD_WEIGHT +L_Rank2: + skill(ALL_INCCARRY,1,0); + next; + mesn; + mesq l("Now, you'll learn a merchant trick! This one allows you to carry more weight with you! Ka-pow! Amazing!"); + next; + mesn; + mesq l("With two extra kilograms you can trade more, or bring thief-killing items! Good luck!"); + close; + OnInit: .sex = G_MALE; .distance = 5; diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt index 979ad50aa..c965131cc 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -35,6 +35,7 @@ L_Quest: THIEF_RANK+=1; mesn; mesq l("Congrats! You rank up! You are now a(n) @@!", thiefrank()); + if (THIEF_RANK == 2) goto L_Rank2; } else { mesn; mesq l("Well, you need more experience. Keep trying!"); @@ -57,6 +58,17 @@ L_Recruit: } close; +// Learn STEAL +L_Rank2: + skill(TF_STEAL,1,0); + next; + mesn; + mesq l("Now, you'll learn a thief trick! This one allows you to steal drops from monsters! Ka-pow! Amazing!"); + next; + mesn; + mesq l("You must be close to it, and stealing won't change drops! If you fail, just try again! Good luck!"); + close; + OnInit: .sex = G_MALE; .distance = 5; -- cgit v1.2.3-70-g09d2