From 61c88ec162713b980f30e6e5111c1cfbd9f23d3a Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 7 Jan 2015 21:04:38 -0600 Subject: Adjust rest of world to Match new tutorial --- world/map/npc/002-3/_import.txt | 1 + world/map/npc/002-3/_warps.txt | 6 +++--- world/map/npc/002-3/traveler.txt | 11 +++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 world/map/npc/002-3/traveler.txt (limited to 'world/map/npc/002-3') diff --git a/world/map/npc/002-3/_import.txt b/world/map/npc/002-3/_import.txt index 47aab35a..bab4c837 100644 --- a/world/map/npc/002-3/_import.txt +++ b/world/map/npc/002-3/_import.txt @@ -7,3 +7,4 @@ npc: npc/002-3/mapflags.txt npc: npc/002-3/merchant.txt npc: npc/002-3/mining_camp_barrier.txt npc: npc/002-3/nathan.txt +npc: npc/002-3/traveler.txt diff --git a/world/map/npc/002-3/_warps.txt b/world/map/npc/002-3/_warps.txt index e7ed3d83..b4f2078d 100644 --- a/world/map/npc/002-3/_warps.txt +++ b/world/map/npc/002-3/_warps.txt @@ -1,6 +1,6 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Tulimshar Mining Camp warps -002-3.gat,22,87|warp|To Beach|-1,-1,043-1.gat,85,55 -002-3.gat,85,51|warp|To Sand Storm Upper|-1,-1,002-1.gat,79,101 -002-3.gat,51,36|warp|To Sand Storm|-1,-1,002-1.gat,20,96 +002-3.gat,22,87|warp|Deep Caves|-1,-1,043-3.gat,31,27 +002-3.gat,85,51|warp|To Sand Storm Upper|-1,-1,002-1.gat,92,115 +002-3.gat,51,36|warp|To Sand Storm|-1,-1,002-1.gat,33,110 diff --git a/world/map/npc/002-3/traveler.txt b/world/map/npc/002-3/traveler.txt new file mode 100644 index 00000000..ff53af8f --- /dev/null +++ b/world/map/npc/002-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 + +002-3.gat,25,28,0|script|Jena the Traveler|103 +{ + set @NpcName$, "Jena"; + set @NpcTravelBit, $@tul_mine_bit; + callfunc "Traveler"; + end; +} -- cgit v1.2.3-60-g2f50