summaryrefslogtreecommitdiff
path: root/npc/003-1/hasan.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-22 09:06:48 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-22 09:06:48 -0300
commiteb170d707c42289f18fa2ce32cdb4b6ef25c55a0 (patch)
treeb2c96a2f340f918e89330ee50bef6039503120eb /npc/003-1/hasan.txt
parentcff2d107f0976dd4212d529aecdaa30a29399062 (diff)
downloadserverdata-eb170d707c42289f18fa2ce32cdb4b6ef25c55a0.tar.gz
serverdata-eb170d707c42289f18fa2ce32cdb4b6ef25c55a0.tar.bz2
serverdata-eb170d707c42289f18fa2ce32cdb4b6ef25c55a0.tar.xz
serverdata-eb170d707c42289f18fa2ce32cdb4b6ef25c55a0.zip
Hasan is still TODO, but stop him from stealing again from you
Diffstat (limited to 'npc/003-1/hasan.txt')
-rw-r--r--npc/003-1/hasan.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt
index 3b0972d0e..4b3b51cc1 100644
--- a/npc/003-1/hasan.txt
+++ b/npc/003-1/hasan.txt
@@ -24,8 +24,8 @@
// Temporary sprite
003-1,62,148,0 script Hasan NPC_ELVEN_MAN_RED,2,2,{
if (getq(TulimsharQuest_Hasan) == 0) goto L_Safe;
- //if (getq(TulimsharQuest_Hasan) == 4) goto L_Finish;
- //if (getq(TulimsharQuest_Hasan) == 5) goto L_Complete;
+ if (getq(TulimsharQuest_Hasan) == 4) goto L_Finish;
+ if (getq(TulimsharQuest_Hasan) == 5) goto L_Complete;
mesn strcharinfo(0);
mesq l("Give me back what you've stole, thief!");
next;
@@ -55,10 +55,24 @@ L_Print:
mesq l("If you go to Lieutenant Dausen, he'll say that you used Gimp. Just give up.");
close;
+// TODO
+L_Finish:
+ close;
+
+L_Complete:
+ mesn;
+ mesq l("Thanks for avenging my father.");
+ close;
+
+L_TouchComplete:
+ npctalk3 l("Hey there, @@! Good luck killing monsters!", strcharinfo(0));
+ end;
+
L_Close:
close;
OnTouch:
+ if (getq(TulimsharQuest_Hasan) == 5) goto L_TouchComplete;
if (Zeny > 15) goto L_Steal;
end;