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/033-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/033-1')
-rw-r--r-- | world/map/npc/033-1/_import.txt | 4 | ||||
-rw-r--r-- | world/map/npc/033-1/_mobs.txt | 2 | ||||
-rw-r--r-- | world/map/npc/033-1/_warps.txt | 2 | ||||
-rw-r--r-- | world/map/npc/033-1/mapflags.txt | 1 | ||||
-rw-r--r-- | world/map/npc/033-1/traveler.txt | 11 |
5 files changed, 17 insertions, 3 deletions
diff --git a/world/map/npc/033-1/_import.txt b/world/map/npc/033-1/_import.txt index f50ac18a..214e42eb 100644 --- a/world/map/npc/033-1/_import.txt +++ b/world/map/npc/033-1/_import.txt @@ -1,4 +1,4 @@ -// Map 033-1: Snow Path +// Map 033-1: snow Path // This file is generated automatically. All manually changes will be removed when running the Converter. map: 033-1.gat npc: npc/033-1/_mobs.txt @@ -7,4 +7,6 @@ npc: npc/033-1/backDoor.txt npc: npc/033-1/barbarianinit.txt npc: npc/033-1/birrod.txt npc: npc/033-1/kimarr.txt +npc: npc/033-1/mapflags.txt +npc: npc/033-1/traveler.txt npc: npc/033-1/yerrnk.txt diff --git a/world/map/npc/033-1/_mobs.txt b/world/map/npc/033-1/_mobs.txt index 35c8404e..d60f0663 100644 --- a/world/map/npc/033-1/_mobs.txt +++ b/world/map/npc/033-1/_mobs.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// Snow Path mobs +// snow Path mobs 033-1.gat,73,49,10,18|monster|Wolvern|1090,2,100000,30000,Mob033-1::On1090 033-1.gat,33,38,15,49|monster|Reinboo|1094,3,100000,30000,Mob033-1::On1094 diff --git a/world/map/npc/033-1/_warps.txt b/world/map/npc/033-1/_warps.txt index 262973b4..af27cf7a 100644 --- a/world/map/npc/033-1/_warps.txt +++ b/world/map/npc/033-1/_warps.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// Snow Path warps +// snow Path warps 033-1.gat,22,20|warp|To Snow Forest|-1,0,034-1.gat,159,19 033-1.gat,119,70|warp|To Snow Field|-1,0,019-1.gat,22,69 diff --git a/world/map/npc/033-1/mapflags.txt b/world/map/npc/033-1/mapflags.txt new file mode 100644 index 00000000..5535662f --- /dev/null +++ b/world/map/npc/033-1/mapflags.txt @@ -0,0 +1 @@ +033-1.gat|mapflag|resave|033-1,67,33 diff --git a/world/map/npc/033-1/traveler.txt b/world/map/npc/033-1/traveler.txt new file mode 100644 index 00000000..ebb10ccc --- /dev/null +++ b/world/map/npc/033-1/traveler.txt @@ -0,0 +1,11 @@ +// This is a teleportation (warp) NPC. Its purpose is to offer expensive, fast trips throughout the world. +// Author: Wombat, wushin +// cost depending on level and adapted to new scripting guidelines: Jenalya + +033-1.gat,63,30,0|script|Khoenan the Traveler|103, +{ + set @NpcName$, "Khoenan"; + set @NpcTravelBit, $@barbarians_bit; + callfunc "Traveler"; + end; +} |