From 13d0566600ddec66e1c175aa534f0c3325cbdfc4 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sun, 12 Jun 2011 16:31:00 +0200 Subject: some fixes to make easier to understand --- npc/042-1/hasan.txt | 3 ++- npc/042-1/kaan.txt | 6 ++++++ npc/042-2/sorfina.txt | 6 +++--- npc/042-2/tanisha.txt | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt index 8ea59f65..8dc44a38 100644 --- a/npc/042-1/hasan.txt +++ b/npc/042-1/hasan.txt @@ -1,3 +1,4 @@ +//TODO: first barrier into hasan 042-1.gat,111,68,0 script Hasan 189,{ set @toll, 10000; @@ -93,7 +94,7 @@ L_Thank: mes "Amazing!\""; next; mes "\"I tell you something: Cool persons are allowed to pass for free."; - mes "And you can have this.\""; + mes "And you can my Sharp Knife.\""; getitem "SharpKnife", 1; next; set hasan, 0; diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt index 849b1d06..30376310 100644 --- a/npc/042-1/kaan.txt +++ b/npc/042-1/kaan.txt @@ -2,6 +2,7 @@ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; if (hasan == 4) goto L_Hasan_Saved; + if ($@scorp) goto L_Run; if (kaan == 4) goto L_Plan; if (kaan == 3) goto L_Trick; if (kaan == 2) goto L_Out; @@ -145,6 +146,11 @@ L_Tut_Done: mes "Hasan is a real troublemaker, but it seems he calmed down now.\""; close; +L_Run: + mes "[Kaan]"; + mes "\"He's distracted! What are you waiting for?\""; + close; + L_Close: close; } diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt index 6d192af1..ea332a91 100644 --- a/npc/042-2/sorfina.txt +++ b/npc/042-2/sorfina.txt @@ -43,10 +43,10 @@ L_Tut: next; L_Carpet: if ((getx(0) > 31) && (getx(0) < 35) && (gety(0) > 25) && (gety(0) < 29)) goto L_Shirt; - mes "\"Try to do some steps and walk to that carpet over there."; + mes "\"Try to do some steps and walk to that red carpet over there."; mes "Just use the arrow keys or click at the place you want to go to.\""; next; - mes "\"Talk to me again when you're on the carpet. You can either click on me, or press N to focus on me and T to talk.\""; + mes "\"Talk to me again when you're on the red carpet. You can either click on me, or press N to focus on me and T to talk.\""; set sorfina, 1; close; @@ -54,7 +54,7 @@ L_Shirt: mes "\"Very good! I'm glad you're recovering."; mes "Now you should get dressed again. I gave you an old shirt from my son.\""; next; - mes "\"You can open your inventory with pressing F3 or clicking at the button 'Equipment' in the bar at the upper right corner.\""; + mes "\"You can open your inventory with pressing F3 or clicking at the button 'Inventory' in the bar at the upper right corner.\""; next; mes "\"After we finished talking click on the shirt and press the equip button.\""; set sorfina, 2; diff --git a/npc/042-2/tanisha.txt b/npc/042-2/tanisha.txt index f279f3ea..fdc76ef0 100644 --- a/npc/042-2/tanisha.txt +++ b/npc/042-2/tanisha.txt @@ -46,7 +46,7 @@ L_Fight_Again: mes "\"Ok, listen what to do."; mes "Equip the knife and kill the maggots.\""; next; - mes "\"Press A to focus on a monster. With X you can focus and attack the same time."; + mes "\"Press A to focus on a monster. With X you can focus and start attacking the same time."; mes "But it also works to click on the monster with your mouse.\""; next; mes "\"If you press Shift, you can abort your attack.\""; -- cgit v1.2.3-60-g2f50