diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-04 23:11:45 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-04 23:11:45 +0200 |
commit | a03d6aa6043269d2d15d82c141f47c2c3a24e1f3 (patch) | |
tree | 36ff29579da0785ac667cc2826dc629abb6452d3 /npc/042-1/kaan.txt | |
parent | 49dbf2f00509081627332edfea28db4984b60379 (diff) | |
download | serverdata-a03d6aa6043269d2d15d82c141f47c2c3a24e1f3.tar.gz serverdata-a03d6aa6043269d2d15d82c141f47c2c3a24e1f3.tar.bz2 serverdata-a03d6aa6043269d2d15d82c141f47c2c3a24e1f3.tar.xz serverdata-a03d6aa6043269d2d15d82c141f47c2c3a24e1f3.zip |
fixing some issues discovered while testing
Diffstat (limited to 'npc/042-1/kaan.txt')
-rw-r--r-- | npc/042-1/kaan.txt | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt index cb0f67b2..9cd91982 100644 --- a/npc/042-1/kaan.txt +++ b/npc/042-1/kaan.txt @@ -1,6 +1,7 @@ 042-1.gat,105,72,0 script Kaan 160,{ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; + if (hasan == 4) goto L_Hasan_Saved; if (kaan == 4) goto L_Plan; if (kaan == 3) goto L_Trick; if (kaan == 2) goto L_Out; @@ -49,8 +50,9 @@ L_Tanisha: mes "\"Well, it keeps the scorpions out. That's all that matters.\""; next; mes "\"Are you going to visit main Tulimshar?"; - mes "The bazaar there is a wondeful place! Traders, entertainers, adventurers - it's very exciting there."; - mes "And Ian the trainer is hanging around there often. You should talk to him, he's a smart guy.\""; + mes "The bazaar there is a wondeful place! Traders, entertainers, adventurers - it's very exciting there.\""; + next; + mes "\"And Ian the trainer is hanging around there often. You should talk to him, he's a smart guy.\""; set kaan, 2; close; @@ -92,7 +94,7 @@ L_Trick: next; L_Explain: mes "\"Ok, then here's the plan:"; - mes "I will catch one of the scorpions from the desert that's coming to the fence.\""; + mes "I will catch one of the scorpions that's coming to the fence from the desert.\""; next; mes "\"You'll go to Hasan and give me a sign when you're ready."; mes "Let's say the sign is that you're scratching your head."; @@ -117,6 +119,14 @@ L_Plan: "No, everything's alright.",-; close; +L_Hasan_Saved: + mes "[Kaan]"; + mes "\"I told you to pass when he's distracted, not to fight the scorpion!"; + mes "But maybe Hasan is thankful now?\""; + next; + mes "\"Maybe you should talk to him again.\""; + close; + L_Tut_Done: mes "[Kaan]"; mes "\"Hi there. I hope you enjoy your time in Tulimshar.\""; |