diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-11-07 00:05:56 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-11-07 00:05:56 +0100 |
commit | 5ee1aa1dff12e9c7c6eaf0266b704809739fa750 (patch) | |
tree | 0a2426f392f6aa53ecd16a973cad4131853ea25a /npc | |
parent | 3f982188592858d360716e50ddee6db3c8a54dbc (diff) | |
download | serverdata-5ee1aa1dff12e9c7c6eaf0266b704809739fa750.tar.gz serverdata-5ee1aa1dff12e9c7c6eaf0266b704809739fa750.tar.bz2 serverdata-5ee1aa1dff12e9c7c6eaf0266b704809739fa750.tar.xz serverdata-5ee1aa1dff12e9c7c6eaf0266b704809739fa750.zip |
Improved Lateral doors project. Second door adapted.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/_warps.txt | 2 | ||||
-rw-r--r-- | npc/000-2-0/doors.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/_warps.txt b/npc/000-1/_warps.txt index 6b9f3821..f80a1277 100644 --- a/npc/000-1/_warps.txt +++ b/npc/000-1/_warps.txt @@ -1,3 +1,3 @@ // 000-1 warps -000-1.gat,94,100 warp ToShip -1,-1,000-2-0.gat,21,27
\ No newline at end of file +000-1.gat,94,100 warp ToShip -1,-1,000-2-0.gat,21,28 diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt index 7cf20440..9e29379c 100644 --- a/npc/000-2-0/doors.txt +++ b/npc/000-2-0/doors.txt @@ -16,7 +16,7 @@ // 11 Need to see Julia // 12 Has been registered by Julia -000-2-0.gat,20,27,0,1 script AreaNPC 0,0,0,{ +000-2-0.gat,20,28,0,1 script AreaNPC 0,0,0,{ OnTouch: set @nard, getq(ShipQuests_Nard); |