summaryrefslogtreecommitdiff
path: root/npc/018-6-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-30 14:47:53 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-30 14:47:53 -0300
commit88aaf2154475ef7c9d0e411b06d52d82c3c177e0 (patch)
tree67954ab04d5228239ad4f41e3c8b84c8180b7b28 /npc/018-6-1
parent2c8e89cbb27f6f7adde24a17914c9f7c6ddb3aa6 (diff)
downloadserverdata-88aaf2154475ef7c9d0e411b06d52d82c3c177e0.tar.gz
serverdata-88aaf2154475ef7c9d0e411b06d52d82c3c177e0.tar.bz2
serverdata-88aaf2154475ef7c9d0e411b06d52d82c3c177e0.tar.xz
serverdata-88aaf2154475ef7c9d0e411b06d52d82c3c177e0.zip
More main, core logics, needed for Forgotten Arc
Diffstat (limited to 'npc/018-6-1')
-rw-r--r--npc/018-6-1/main.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt
index cbaed9897..a12bb8672 100644
--- a/npc/018-6-1/main.txt
+++ b/npc/018-6-1/main.txt
@@ -84,7 +84,13 @@ OnInstanceInit:
end;
OnTouch:
- Exception("TODO");
+ .@q=getq(LoFQuest_Barbara);
+ if (.@q >= 1) {
+ warp BarbaraInstCheck(0), 90, 91;
+ //warp BarbaraInstCheck(0), 90+any(-1, 1), 90+any(-1,1);
+ } else {
+ Exception("ERROR, YOU SHOULD NOT BEEN SEEING THIS. 018-6-1.TFC");
+ }
end;
OnInit: