diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-18 18:38:32 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-18 22:32:04 +0200 |
commit | f37d2e6904c6655dd9b3536551098f52e3893ced (patch) | |
tree | 43b5314ccd0d57e527ba3a9d193684c06eb1b15b /npc/009-2/kfahr.txt | |
parent | 154255ebb63cdaf57fb50752c04be753891f98f1 (diff) | |
download | serverdata-f37d2e6904c6655dd9b3536551098f52e3893ced.tar.gz serverdata-f37d2e6904c6655dd9b3536551098f52e3893ced.tar.bz2 serverdata-f37d2e6904c6655dd9b3536551098f52e3893ced.tar.xz serverdata-f37d2e6904c6655dd9b3536551098f52e3893ced.zip |
Hurnscald Inn:
changing maps to what it was before,
adding private rooms in the left wing according to the intention of the original author,
placing Olana in the private rooms
Diffstat (limited to 'npc/009-2/kfahr.txt')
-rw-r--r-- | npc/009-2/kfahr.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/009-2/kfahr.txt b/npc/009-2/kfahr.txt index a8e140f1..b45a1f80 100644 --- a/npc/009-2/kfahr.txt +++ b/npc/009-2/kfahr.txt @@ -13,7 +13,7 @@ //# //################################################################################# -009-2.gat,75,56,0 script Kfahr 125,{ +009-2.gat,67,57,0 script Kfahr 125,{ set @QS_NEWBIE, 0; set @QS_MET_KFAHR, 1; @@ -146,7 +146,7 @@ L_real_main_menu: close; -L_long_main_menu: +L_long_main_menu: menu "What's a Desert Worm?", L_tale_desert_worm, "Desert Temple?", L_tale_desert_temple, @@ -1024,13 +1024,13 @@ L_golden_requires_knife_quest_done: mes "He hesitates."; mes "\"But no, this is too valuable. Perhaps if you finish that other quest I gave you...?\"."; next; - goto L_main_menu; + goto L_main_menu; L_golden_requires_knife_quest: mes "He hesitates."; mes "\"But no, this is too valuable. I think I should have you prove your worthiness with another quest first...\""; next; - goto L_boneknife_quest; + goto L_boneknife_quest; L_wrestle_explain: mes "[Kfahr the Warrior]"; @@ -1088,7 +1088,7 @@ L_golden_scorpion_wrestle: L_wrestle_loop: mes "[Arm-wrestling with Kfahr]"; - + mes @positions$[@position]; if ((@PC_STAMINA * 2 <= @PC_MAX_STAMINA) && (@PC_STAMINA * 4 > @PC_MAX_STAMINA)) |