From 5677fda1c246d9ab198589e248c754108436a454 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Tue, 28 Aug 2012 18:28:11 +0200 Subject: Add an extension to the Agostine / Lora Tay quest. --- world/map/npc/010-1/_import.txt | 1 + world/map/npc/010-1/loratayworking.txt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 world/map/npc/010-1/loratayworking.txt (limited to 'world/map/npc/010-1') diff --git a/world/map/npc/010-1/_import.txt b/world/map/npc/010-1/_import.txt index c784dbe5..ffb5d31a 100644 --- a/world/map/npc/010-1/_import.txt +++ b/world/map/npc/010-1/_import.txt @@ -3,3 +3,4 @@ map: 010-1.gat npc: npc/010-1/_mobs.txt npc: npc/010-1/_warps.txt +npc: npc/010-1/loratayworking.txt diff --git a/world/map/npc/010-1/loratayworking.txt b/world/map/npc/010-1/loratayworking.txt new file mode 100644 index 00000000..5103ef60 --- /dev/null +++ b/world/map/npc/010-1/loratayworking.txt @@ -0,0 +1,7 @@ +010-1.gat,36,96,0|script|#loratayworking|32767,0,0{ +OnTouch: + if (QUEST_WG_state != 18) + end; + set QUEST_WG_state, 19; + end; +} -- cgit v1.2.3-60-g2f50