summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoffee <coffee@coffee-EP45-UD3L.(none)>2011-06-13 23:17:44 -0300
committerCoffee <coffee@coffee-EP45-UD3L.(none)>2011-06-13 23:17:44 -0300
commitd93334d760d6ca6aba505cb49a1fb39f4b2ec0e6 (patch)
treec7c6cc80f4526c680ae48d37aaf01f101500bfee
parentecb0764a20be1704261f77e05f39cd3a417edab2 (diff)
downloadserverdata-d93334d760d6ca6aba505cb49a1fb39f4b2ec0e6.tar.gz
serverdata-d93334d760d6ca6aba505cb49a1fb39f4b2ec0e6.tar.bz2
serverdata-d93334d760d6ca6aba505cb49a1fb39f4b2ec0e6.tar.xz
serverdata-d93334d760d6ca6aba505cb49a1fb39f4b2ec0e6.zip
Change a line in sorfina and add a new check in hasan
-rw-r--r--npc/042-1/hasan.txt5
-rw-r--r--npc/042-2/sorfina.txt2
2 files changed, 6 insertions, 1 deletions
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.\"";