summaryrefslogtreecommitdiff
path: root/world/map/npc/010-1/loratayworking.txt
diff options
context:
space:
mode:
authorVincent Petithory <vincent.petithory@gmail.com>2012-08-28 18:28:11 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2012-08-28 20:03:56 +0200
commit5677fda1c246d9ab198589e248c754108436a454 (patch)
treec8296dedd47a6142fb45024ef5bfdb72ccf080c3 /world/map/npc/010-1/loratayworking.txt
parentc5d9bc56c90bd1a4bb74b50c68abe60b005aa317 (diff)
downloadserverdata-5677fda1c246d9ab198589e248c754108436a454.tar.gz
serverdata-5677fda1c246d9ab198589e248c754108436a454.tar.bz2
serverdata-5677fda1c246d9ab198589e248c754108436a454.tar.xz
serverdata-5677fda1c246d9ab198589e248c754108436a454.zip
Add an extension to the Agostine / Lora Tay quest.
Diffstat (limited to 'world/map/npc/010-1/loratayworking.txt')
-rw-r--r--world/map/npc/010-1/loratayworking.txt7
1 files changed, 7 insertions, 0 deletions
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;
+}