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 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/042-1') 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; -- cgit v1.2.3-60-g2f50