diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-01 13:12:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-01 13:12:43 -0300 |
commit | 02162a129ae88b5419267dee6e6e735967fc875e (patch) | |
tree | c2dbad3dbaea4b7a3ab81aa3133261a9126e73ee /npc | |
parent | 16e6bf7e401d5177c0f45ae1a3c58435f43430c5 (diff) | |
download | serverdata-02162a129ae88b5419267dee6e6e735967fc875e.tar.gz serverdata-02162a129ae88b5419267dee6e6e735967fc875e.tar.bz2 serverdata-02162a129ae88b5419267dee6e6e735967fc875e.tar.xz serverdata-02162a129ae88b5419267dee6e6e735967fc875e.zip |
Some more sketches
Diffstat (limited to 'npc')
-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; |