summaryrefslogtreecommitdiff
path: root/world/map/npc/012-3
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/012-3')
-rw-r--r--world/map/npc/012-3/_import.txt2
-rw-r--r--world/map/npc/012-3/mana-seed.txt2
-rw-r--r--world/map/npc/012-3/mapflags.txt1
-rw-r--r--world/map/npc/012-3/traveler.txt11
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;
+}