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/012-3 | |
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/012-3')
-rw-r--r-- | world/map/npc/012-3/_import.txt | 2 | ||||
-rw-r--r-- | world/map/npc/012-3/mana-seed.txt | 2 | ||||
-rw-r--r-- | world/map/npc/012-3/mapflags.txt | 1 | ||||
-rw-r--r-- | world/map/npc/012-3/traveler.txt | 11 |
4 files changed, 15 insertions, 1 deletions
diff --git a/world/map/npc/012-3/_import.txt b/world/map/npc/012-3/_import.txt index c92c8000..8a4ae218 100644 --- a/world/map/npc/012-3/_import.txt +++ b/world/map/npc/012-3/_import.txt @@ -4,4 +4,6 @@ map: 012-3.gat npc: npc/012-3/_mobs.txt npc: npc/012-3/_warps.txt npc: npc/012-3/mana-seed.txt +npc: npc/012-3/mapflags.txt +npc: npc/012-3/traveler.txt npc: npc/012-3/warningsigns.txt diff --git a/world/map/npc/012-3/mana-seed.txt b/world/map/npc/012-3/mana-seed.txt index 2c2773ba..dcd2ead3 100644 --- a/world/map/npc/012-3/mana-seed.txt +++ b/world/map/npc/012-3/mana-seed.txt @@ -1,4 +1,4 @@ -012-3.gat,62,130,0|script|Mana Seed#MAGIC|166, +012-3.gat,62,130,0|script|Forest Mana Seed#_M|166, { setarray @magic_exp_needed, 0, // level 0 diff --git a/world/map/npc/012-3/mapflags.txt b/world/map/npc/012-3/mapflags.txt new file mode 100644 index 00000000..28007390 --- /dev/null +++ b/world/map/npc/012-3/mapflags.txt @@ -0,0 +1 @@ +012-3.gat|mapflag|resave|012-1,88,141 diff --git a/world/map/npc/012-3/traveler.txt b/world/map/npc/012-3/traveler.txt new file mode 100644 index 00000000..c2c4d51e --- /dev/null +++ b/world/map/npc/012-3/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 + +012-3.gat,439,62,0|script|Meridith the Traveler|103, +{ + set @NpcName$, "Meridith"; + set @NpcTravelBit, $@terranite_cave_bit; + callfunc "Traveler"; + end; +} |