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/020-1 | |
parent | 566297bd2b1467cf23e88bb2c0ad210b7d5a2ffa (diff) | |
parent | c84e27e10b0f6ed56ae0ee1b0ec4fe7e9d0fd507 (diff) | |
download | serverdata-2014.4.16.tar.gz serverdata-2014.4.16.tar.bz2 serverdata-2014.4.16.tar.xz serverdata-2014.4.16.zip |
Merge pull request #79 from wushin/Tile-Fixes-Map-Travelv2014.4.16
Tile map fixes sprite travel
Diffstat (limited to 'world/map/npc/020-1')
-rw-r--r-- | world/map/npc/020-1/_import.txt | 2 | ||||
-rw-r--r-- | world/map/npc/020-1/dock.txt | 6 | ||||
-rw-r--r-- | world/map/npc/020-1/mapflags.txt | 1 | ||||
-rw-r--r-- | world/map/npc/020-1/traveler.txt | 7 |
4 files changed, 16 insertions, 0 deletions
diff --git a/world/map/npc/020-1/_import.txt b/world/map/npc/020-1/_import.txt index 704d916d..e7372302 100644 --- a/world/map/npc/020-1/_import.txt +++ b/world/map/npc/020-1/_import.txt @@ -4,7 +4,9 @@ map: 020-1.gat npc: npc/020-1/KrickKrackKrock.txt npc: npc/020-1/_mobs.txt npc: npc/020-1/_warps.txt +npc: npc/020-1/dock.txt npc: npc/020-1/mapflags.txt npc: npc/020-1/rockscissor.txt npc: npc/020-1/soul-menhir.txt +npc: npc/020-1/traveler.txt npc: npc/020-1/well.txt diff --git a/world/map/npc/020-1/dock.txt b/world/map/npc/020-1/dock.txt new file mode 100644 index 00000000..e0528e23 --- /dev/null +++ b/world/map/npc/020-1/dock.txt @@ -0,0 +1,6 @@ +// Ferry Sign +020-1.gat,81,76,0|script|Ferry Schedule#7|398, +{ + callfunc "FerryManifest"; + end; +} diff --git a/world/map/npc/020-1/mapflags.txt b/world/map/npc/020-1/mapflags.txt index 54594227..4044d492 100644 --- a/world/map/npc/020-1/mapflags.txt +++ b/world/map/npc/020-1/mapflags.txt @@ -1 +1,2 @@ 020-1.gat|mapflag|town +020-1.gat|mapflag|resave|020-1,52,118 diff --git a/world/map/npc/020-1/traveler.txt b/world/map/npc/020-1/traveler.txt new file mode 100644 index 00000000..95efd4cf --- /dev/null +++ b/world/map/npc/020-1/traveler.txt @@ -0,0 +1,7 @@ +020-1.gat,57,123,0|script|Knox the Traveler|103, +{ + set @NpcName$, "Knox"; + set @NpcTravelBit, $@nivalis_bit; + callfunc "Traveler"; + end; +} |