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/041-1/tutorial.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/041-1/tutorial.txt')
-rw-r--r-- | world/map/npc/041-1/tutorial.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/041-1/tutorial.txt b/world/map/npc/041-1/tutorial.txt index 8dae4fde..95a5e6e0 100644 --- a/world/map/npc/041-1/tutorial.txt +++ b/world/map/npc/041-1/tutorial.txt @@ -2,8 +2,8 @@ // Author: Jenalya // if you enter the tutorial area, it is set to be already done -041-1.gat,33,5,0|script|#tutorial|45,1,0{ +041-1.gat,58,5,0|script|#tutorial|45,1,0{ set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; - warp "042-1.gat", 17, 80; + warp "042-1.gat", 44, 143; end; } |