diff options
author | wushin <pasekei@gmail.com> | 2014-04-16 13:09:51 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-16 13:09:51 -0500 |
commit | e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652 (patch) | |
tree | c57506b8665c9acc305bc6c85064bb4a7ab1fbc5 /world/map/npc/002-1 | |
parent | 566297bd2b1467cf23e88bb2c0ad210b7d5a2ffa (diff) | |
parent | c84e27e10b0f6ed56ae0ee1b0ec4fe7e9d0fd507 (diff) | |
download | serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.gz serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.bz2 serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.xz serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.zip |
Merge pull request #79 from wushin/Tile-Fixes-Map-Travelv2014.4.16
Tile map fixes sprite travel
Diffstat (limited to 'world/map/npc/002-1')
-rw-r--r-- | world/map/npc/002-1/_import.txt | 1 | ||||
-rw-r--r-- | world/map/npc/002-1/_warps.txt | 4 | ||||
-rw-r--r-- | world/map/npc/002-1/mapflags.txt | 1 | ||||
-rw-r--r-- | world/map/npc/002-1/nomads.txt | 6 |
4 files changed, 7 insertions, 5 deletions
diff --git a/world/map/npc/002-1/_import.txt b/world/map/npc/002-1/_import.txt index 2738eb37..bb56994f 100644 --- a/world/map/npc/002-1/_import.txt +++ b/world/map/npc/002-1/_import.txt @@ -4,6 +4,7 @@ map: 002-1.gat npc: npc/002-1/_mobs.txt npc: npc/002-1/_warps.txt npc: npc/002-1/lieutenant_dausen.txt +npc: npc/002-1/mapflags.txt npc: npc/002-1/nickos.txt npc: npc/002-1/nomads.txt npc: npc/002-1/stewen.txt diff --git a/world/map/npc/002-1/_warps.txt b/world/map/npc/002-1/_warps.txt index b86304b9..f201c926 100644 --- a/world/map/npc/002-1/_warps.txt +++ b/world/map/npc/002-1/_warps.txt @@ -2,9 +2,9 @@ // Sandstorm Desert warps 002-1.gat,58,13|warp|To South Tulimshar|3,-1,001-1.gat,44,86 -002-1.gat,12,67|warp|To Beach|-1,3,003-1.gat,171,76 -002-1.gat,28,13|warp|To Beach|1,-1,004-1.gat,84,114 002-1.gat,79,99|warp|To Desert Mine Camp|-1,-1,002-3.gat,85,49 002-1.gat,20,94|warp|To Desert Mine Camp|-1,-1,002-3.gat,51,33 002-1.gat,104,92|warp|To Mystics House|-1,-1,002-2.gat,28,29 002-1.gat,108,79|warp|To Snake Desert|-1,1,005-1.gat,20,40 +002-1.gat,12,67|warp|To Beach|-1,3,003-1.gat,171,76 +002-1.gat,28,13|warp|To Beach|1,-1,004-1.gat,84,114 diff --git a/world/map/npc/002-1/mapflags.txt b/world/map/npc/002-1/mapflags.txt new file mode 100644 index 00000000..2fabcfb8 --- /dev/null +++ b/world/map/npc/002-1/mapflags.txt @@ -0,0 +1 @@ +002-1.gat|mapflag|resave|001-1,57,71 diff --git a/world/map/npc/002-1/nomads.txt b/world/map/npc/002-1/nomads.txt index 2d93ffe4..c701efbe 100644 --- a/world/map/npc/002-1/nomads.txt +++ b/world/map/npc/002-1/nomads.txt @@ -1,6 +1,6 @@ // -002-1.gat,15,67,0|script|Samuel|132, +002-1.gat,92,100,0|script|Samuel|132, { mes "[Samuel the Nomad]"; mes "\"This is really a nice place.\""; @@ -8,9 +8,9 @@ close; } -002-1.gat,18,68,0|script|Elijah|128, +002-1.gat,102,100,0|script|Elijah|128, { mes "[Elijah the Nomad]"; - mes "\"If I only had a tent...\""; + mes "\"It's nice to find a respite like this...\""; close; } |