summaryrefslogtreecommitdiff
path: root/npc/042-1/hasan.txt
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 /npc/042-1/hasan.txt
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
Diffstat (limited to 'npc/042-1/hasan.txt')
-rw-r--r--npc/042-1/hasan.txt5
1 files changed, 5 insertions, 0 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;