diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-05 22:37:48 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-05 22:37:48 +0200 |
commit | 3ea3de6a5ad3ade366cc7a0118949b10476b0798 (patch) | |
tree | 6e67dc0279c05120e8c39b2e069fe505e77f7c21 /npc/042-1 | |
parent | fd34e5fc13048912e939241f3abd88de78b25a4d (diff) | |
download | serverdata-3ea3de6a5ad3ade366cc7a0118949b10476b0798.tar.gz serverdata-3ea3de6a5ad3ade366cc7a0118949b10476b0798.tar.bz2 serverdata-3ea3de6a5ad3ade366cc7a0118949b10476b0798.tar.xz serverdata-3ea3de6a5ad3ade366cc7a0118949b10476b0798.zip |
fixing a lot of warps that didn't git
Diffstat (limited to 'npc/042-1')
-rw-r--r-- | npc/042-1/_warps.txt | 8 | ||||
-rw-r--r-- | npc/042-1/hasan.txt | 2 | ||||
-rw-r--r-- | npc/042-1/valon.txt | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/npc/042-1/_warps.txt b/npc/042-1/_warps.txt index 78f5cbfc..d1a7aa3d 100644 --- a/npc/042-1/_warps.txt +++ b/npc/042-1/_warps.txt @@ -1,7 +1,7 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // 042-1 warps -042-1.gat,87,76 warp toStorehouse -1,-1,042-2.gat,45,91 -042-1.gat,77,76 warp toStorehouse -1,-1,042-2.gat,21,93 -042-1.gat,62,62 warp toInside -1,-1,042-2.gat,44,31 -042-1.gat,37,56 warp toInside -1,-1,042-2.gat,29,61 +042-1.gat,87,76 warp toStorehouse -1,-1,042-2.gat,44,91 +042-1.gat,77,76 warp toStorehouse -1,-1,042-2.gat,22,91 +042-1.gat,62,62 warp toInside -1,-1,042-2.gat,29,60 +042-1.gat,37,56 warp toInside -1,-1,042-2.gat,44,29 diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt index e3949de3..2dbf0386 100644 --- a/npc/042-1/hasan.txt +++ b/npc/042-1/hasan.txt @@ -123,7 +123,7 @@ onScorpionDeath: end; } -042-1.gat,117,76,0 script #barrier 127,2,2{ +042-1.gat,117,76,0 script #barrier 127,0,2{ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut; warp "042-1.gat", 110, 73; diff --git a/npc/042-1/valon.txt b/npc/042-1/valon.txt index 7605ae2b..9170223a 100644 --- a/npc/042-1/valon.txt +++ b/npc/042-1/valon.txt @@ -1,4 +1,4 @@ -042-1.gat,17,82,0 script Valon 156,2,1{ +042-1.gat,17,82,0 script Valon 156,1,0{ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; |