From 02162a129ae88b5419267dee6e6e735967fc875e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 1 Apr 2019 13:12:43 -0300 Subject: Some more sketches --- npc/012-2/khafar.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'npc/012-2') diff --git a/npc/012-2/khafar.txt b/npc/012-2/khafar.txt index a3007bec7..8b9f60ff3 100644 --- a/npc/012-2/khafar.txt +++ b/npc/012-2/khafar.txt @@ -64,6 +64,31 @@ L_Menu: mesn; mesq l("The last time they were seen... They went to explore the Desert Temple. None returned alive."); next; + select + l("Cool story, bro!"), + l("What about the Desert Temple?"), + l("What about the Shield?"), + l("What about the worm?"); + mes ""; + switch (@menu) { + case 2: + mesn; + mesq l("Lost forever on the Desert Canyon, I guess."); + next; + break; + case 3: + mesn; + mesq l("Oh, the @@ might be a heirloom or something from Braknar family. I dunno who could have it.", getitemlink(BraknarShield)); + if (getq(NivalisQuest_Baktar) == 1) + setq1 NivalisQuest_Baktar, 2; + next; + break; + case 4: + mesn; + mesq l("It is a boss. I don't know how to summon one, and to be honest - You won't want to see one either."); + next; + break; + } break; default: mesn; -- cgit v1.2.3-60-g2f50