diff options
author | Dweems <dweems000@gmail.com> | 2012-07-11 16:16:31 -0500 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-07-20 09:52:34 +0200 |
commit | b59539a657b9e8819e72ef399d317284182308f8 (patch) | |
tree | a039c64ad177019cf03dc22eb1b20e27391f2546 /world/map/npc/042-1/valon.txt | |
parent | 17e48038b417cf183e907fcdd0227a10b5b23b74 (diff) | |
download | serverdata-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/valon.txt')
-rw-r--r-- | world/map/npc/042-1/valon.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/042-1/valon.txt b/world/map/npc/042-1/valon.txt index 47aa18a6..07d2ae66 100644 --- a/world/map/npc/042-1/valon.txt +++ b/world/map/npc/042-1/valon.txt @@ -1,7 +1,7 @@ // This file is part of the Tutorial // Author: Jenalya -042-1.gat,17,82,0|script|Valon|156,1,0{ +042-1.gat,44,144,0|script|Valon|156,1,0{ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; @@ -27,13 +27,13 @@ L_Tut_Done: OnTouch: if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut; - warp "042-1.gat", 17, 81; + warp "042-1.gat", 44, 143; mes "[Valon]"; mes "\"The desert is merciless."; mes "I can't let you leave like this.\""; close; L_Tut: - warp "041-1.gat", 33, 8; + warp "041-1.gat", 58, 6; end; } |