summaryrefslogtreecommitdiff
path: root/npc/018-6-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-07 20:12:18 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-07 20:12:18 -0300
commitedb81ebe72e57957ce7f36c1babed6449ab0e297 (patch)
treead749bbdd6d0ab6bbf3a0d1ebf12760f8f68591e /npc/018-6-0
parentf7c62e4510a3d12fd493f946c509ebdddc094d88 (diff)
downloadserverdata-edb81ebe72e57957ce7f36c1babed6449ab0e297.tar.gz
serverdata-edb81ebe72e57957ce7f36c1babed6449ab0e297.tar.bz2
serverdata-edb81ebe72e57957ce7f36c1babed6449ab0e297.tar.xz
serverdata-edb81ebe72e57957ce7f36c1babed6449ab0e297.zip
Books of Warnings
Diffstat (limited to 'npc/018-6-0')
-rw-r--r--npc/018-6-0/main.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/018-6-0/main.txt b/npc/018-6-0/main.txt
index 8ea6a6644..25fe3d288 100644
--- a/npc/018-6-0/main.txt
+++ b/npc/018-6-0/main.txt
@@ -84,8 +84,11 @@ OnTouch:
mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1;
close;
}
- // Execute the warp
- warp BarbaraInstCheck(3), 31, 151;
+ // Execute the warp (randomly)
+ if (any(true,false))
+ warp BarbaraInstCheck(3), 31, 151;
+ else
+ warp BarbaraInstCheck(3), 145, 26;
end;