summaryrefslogtreecommitdiff
path: root/world/map/npc/042-1/hasan.txt
diff options
context:
space:
mode:
authorDweems <dweems000@gmail.com>2012-07-11 16:16:31 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2012-07-20 09:52:34 +0200
commitb59539a657b9e8819e72ef399d317284182308f8 (patch)
treea039c64ad177019cf03dc22eb1b20e27391f2546 /world/map/npc/042-1/hasan.txt
parent17e48038b417cf183e907fcdd0227a10b5b23b74 (diff)
downloadserverdata-b59539a657b9e8819e72ef399d317284182308f8.tar.gz
serverdata-b59539a657b9e8819e72ef399d317284182308f8.tar.bz2
serverdata-b59539a657b9e8819e72ef399d317284182308f8.tar.xz
serverdata-b59539a657b9e8819e72ef399d317284182308f8.zip
Fixed the NPC locations and barriers for 041-1 and 042-1
-Fixed all the NPC locations to match the new coordinates -Fixed the barriers to warp you to the correct locations -Fixed the warps on 041-1 aswell
Diffstat (limited to 'world/map/npc/042-1/hasan.txt')
-rw-r--r--world/map/npc/042-1/hasan.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/world/map/npc/042-1/hasan.txt b/world/map/npc/042-1/hasan.txt
index ae599f5a..ac9a73a6 100644
--- a/world/map/npc/042-1/hasan.txt
+++ b/world/map/npc/042-1/hasan.txt
@@ -1,7 +1,7 @@
// This file is part of the Tutorial
// Authors: Jenalya, alastrim
-042-1.gat,111,68,0|script|Hasan|189,{
+042-1.gat,90,61,0|script|Hasan|189,{
set @toll, 10000;
set @x, getx();
@@ -11,7 +11,7 @@
goto L_Tut_Done;
// Please consider rewriting this in terms of isin()
// it's not that trivial to put this in a rectangle...
- if ( (@y < 64)&&(@x < 110) || (@x < 107) )
+ if ( (@y < 58)&&(@x < 89) || (@x < 87) )
goto L_Cliff_Up;
// implicitly, $@ScorpionFighter is nonzero
if (getcharid(3) == $@ScorpionFighter)
@@ -101,7 +101,7 @@ L_Trick:
set $@ScorpionTimer, 0;
set $@ScorpionFighter, getcharid(3);
set $@ScorpDeath, PC_DIE_COUNTER;
- monster "042-1.gat",110,70,"Scorpion",1003,1, "Hasan::onScorpionDeath";
+ monster "042-1.gat",89,63,"Scorpion",1003,1, "Hasan::onScorpionDeath";
initnpctimer;
end;
@@ -168,7 +168,7 @@ L_SummonAgain:
message strcharinfo(0), "Kaan is mad at you for your interference! He walks over to the edge of the cliff and throws a rock on top of your head, then lets another scorpion run just near Hasan!";
percentheal -100, 0;
message strcharinfo(0), "Kaan: \"Just go while he is distracted and no one is interfering!\"";
- monster "042-1.gat",110,70,"Scorpion",1003,1, "Hasan::onScorpionDeath";
+ monster "042-1.gat",89,63,"Scorpion",1003,1, "Hasan::onScorpionDeath";
end;
L_Clean:
@@ -181,7 +181,7 @@ L_Clean:
L_TimeOut:
message strcharinfo(0), "Hasan, with his eyes almost closed, trembling with fear, runs toward the scorpion and stabs it with all his strength! Seems like you took too long and the plan didn't work this time.";
- warp "042-1.gat", 112, 64;
+ warp "042-1.gat", 91, 58;
message strcharinfo(0), "Hasan: \"Hey you! I told you you cannot pass!\"";
goto L_Clean;
@@ -221,7 +221,7 @@ onScorpionDeath:
}
-042-1.gat,111,68,0|script|#Toll|32767,2,2,{
+042-1.gat,90,62,0|script|#Toll|32767,2,2,{
end;
OnTouch:
@@ -230,19 +230,19 @@ OnTouch:
end;
if ((FLAGS & FLAG_TUTORIAL_DONE) || (hasan == 4))
end;
- warp "042-1.gat", 112, 64;
+ warp "042-1.gat", 91, 58;
message strcharinfo(0), "Hasan: \"Stop!\"";
end;
}
-042-1.gat,117,76,0|script|#barrier|45,0,2{
+042-1.gat,96,69,0|script|#barrier|45,0,2{
end;
OnTouch:
if (FLAGS & FLAG_TUTORIAL_DONE)
goto L_Tut;
- warp "042-1.gat", 115, 76;
+ warp "042-1.gat", 94, 69;
// implicitly, $@ScorpionFighter is nonzero
if ($@ScorpionFighter == getcharid(3))
message strcharinfo(0), "Hasan: \"" + strcharinfo(0) + "! Please help me!\"";