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/048-2 | |
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/048-2')
-rw-r--r-- | world/map/npc/048-2/_import.txt | 2 | ||||
-rw-r--r-- | world/map/npc/048-2/mapflags.txt | 1 | ||||
-rw-r--r-- | world/map/npc/048-2/traveler.txt | 11 |
3 files changed, 14 insertions, 0 deletions
diff --git a/world/map/npc/048-2/_import.txt b/world/map/npc/048-2/_import.txt index ef7c2b74..06398445 100644 --- a/world/map/npc/048-2/_import.txt +++ b/world/map/npc/048-2/_import.txt @@ -21,6 +21,8 @@ npc: npc/048-2/helperMSilk.txt npc: npc/048-2/helperMYetiClaw.txt npc: npc/048-2/helperResting1.txt npc: npc/048-2/helperResting2.txt +npc: npc/048-2/mapflags.txt npc: npc/048-2/sageNikolai.txt npc: npc/048-2/slimes.txt +npc: npc/048-2/traveler.txt npc: npc/048-2/visitors.txt diff --git a/world/map/npc/048-2/mapflags.txt b/world/map/npc/048-2/mapflags.txt new file mode 100644 index 00000000..4e972a11 --- /dev/null +++ b/world/map/npc/048-2/mapflags.txt @@ -0,0 +1 @@ +048-2.gat|mapflag|resave|048-2,26,46 diff --git a/world/map/npc/048-2/traveler.txt b/world/map/npc/048-2/traveler.txt new file mode 100644 index 00000000..9a2d6f76 --- /dev/null +++ b/world/map/npc/048-2/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 + +048-2.gat,23,46,0|script|Drake the Traveler|103, +{ + set @NpcName$, "Drake"; + set @NpcTravelBit, $@blue_sage_bit; + callfunc "Traveler"; + end; +} |