From 623f98ef8f4efa72d6ff7355517b0ace7235ef72 Mon Sep 17 00:00:00 2001 From: wushin Date: Mon, 23 Jun 2014 18:57:52 -0500 Subject: Starting Area Redux * Tutorial is a quick funnel * Exits are obvious and open * New Side Quests ** Valon's Beast Mastery ** Zegas's Barrels ** Magic Wand * Some Quests stay open after tutorial is done * House Maggot & Tame Scorpion added * Made Magic usable for lowbies with Wand --- world/map/npc/042-3/_import.txt | 5 +++++ world/map/npc/042-3/_mobs.txt | 9 +++++++++ world/map/npc/042-3/_warps.txt | 5 +++++ 3 files changed, 19 insertions(+) create mode 100644 world/map/npc/042-3/_import.txt create mode 100644 world/map/npc/042-3/_mobs.txt create mode 100644 world/map/npc/042-3/_warps.txt (limited to 'world/map/npc/042-3') diff --git a/world/map/npc/042-3/_import.txt b/world/map/npc/042-3/_import.txt new file mode 100644 index 00000000..2bc1c9d9 --- /dev/null +++ b/world/map/npc/042-3/_import.txt @@ -0,0 +1,5 @@ +// Map 042-3: Mages Passage +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 042-3.gat +npc: npc/042-3/_mobs.txt +npc: npc/042-3/_warps.txt diff --git a/world/map/npc/042-3/_mobs.txt b/world/map/npc/042-3/_mobs.txt new file mode 100644 index 00000000..391df0f2 --- /dev/null +++ b/world/map/npc/042-3/_mobs.txt @@ -0,0 +1,9 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Mages Passage mobs + + + +042-3.gat,0,0,0|script|Mob042-3|-1, +{ + end; +} diff --git a/world/map/npc/042-3/_warps.txt b/world/map/npc/042-3/_warps.txt new file mode 100644 index 00000000..30b4e137 --- /dev/null +++ b/world/map/npc/042-3/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Mages Passage warps + +042-3.gat,57,46|warp|To Tulimshar Canyon|2,-1,024-1.gat,80,31 +042-3.gat,24,20|warp|To Magic Insitute of Tulimshar|-1,-1,042-2.gat,103,55 -- cgit v1.2.3-60-g2f50