diff options
Diffstat (limited to 'npc/012-2/khafar.txt')
-rw-r--r-- | npc/012-2/khafar.txt | 25 |
1 files changed, 25 insertions, 0 deletions
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; |