From d93334d760d6ca6aba505cb49a1fb39f4b2ec0e6 Mon Sep 17 00:00:00 2001 From: Coffee Date: Mon, 13 Jun 2011 23:17:44 -0300 Subject: Change a line in sorfina and add a new check in hasan --- npc/042-1/hasan.txt | 5 +++++ npc/042-2/sorfina.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt index 7572591c..973e2583 100644 --- a/npc/042-1/hasan.txt +++ b/npc/042-1/hasan.txt @@ -77,6 +77,7 @@ L_Trick: menu "I don't have so much money!",L_NoPay, "No. (Scratch your head.)",-; + if ($@scorp == 1) goto L_Wait; mes "While you're scratching your head, you see Kaan coming nearer to the cliff above you."; close2; monster "042-1.gat",110,70,"Scorpion",1003,1, "Hasan::onScorpionDeath"; @@ -177,6 +178,10 @@ L_MessageDeath: message strcharinfo(0), "Ouch... I should be more careful when fighting these monsters."; end; +L_Wait: + mes "There is a scorpion near Hasan already. I think Kaan is helping someone else... Maybe I should try the plan later."; + close; + OnTimer5000: if(isloggedin(getcharid(3,$@ScorpionFighter$))==0) goto L_Clean; set $@ScorpionTimer, $@ScorpionTimer + 5; diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt index b3160155..2b1a8f84 100644 --- a/npc/042-2/sorfina.txt +++ b/npc/042-2/sorfina.txt @@ -71,7 +71,7 @@ L_Clothes: mes "[Sorfina]"; mes "\"That's much better, don't you think so?\""; next; - mes "\"I think this will help you a bit. To get more informations, press the button settings and look at the controls. You can also change them as you like."; + mes "\"I think this will help you a bit. To get more informations, press the button Setup and look at the controls on the Keyboard tab. You can also change them as you like."; mes "Talk to me again if you want me to explain more things.\""; next; mes "\"Now you should go to see my granddaughter, she is very worried. She's in the storehouse, that's the second building southeast from here.\""; -- cgit v1.2.3-60-g2f50