diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 01:31:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 01:31:21 -0300 |
commit | 11ae24341220403175a535e9bf971fbe3a850e47 (patch) | |
tree | 5b25bdf09be1600bdeec9b2669c60d5e2254970a /npc/001-6/warp.txt | |
parent | c8197a3dcd207b01a083e4c3052117c08e62f3ad (diff) | |
download | serverdata-11ae24341220403175a535e9bf971fbe3a850e47.tar.gz serverdata-11ae24341220403175a535e9bf971fbe3a850e47.tar.bz2 serverdata-11ae24341220403175a535e9bf971fbe3a850e47.tar.xz serverdata-11ae24341220403175a535e9bf971fbe3a850e47.zip |
compareandsetq HurnscaldQuest_Celestia so you can't warp around ignoring the quest.
Diffstat (limited to 'npc/001-6/warp.txt')
-rw-r--r-- | npc/001-6/warp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-6/warp.txt b/npc/001-6/warp.txt index ceb19c8d8..b0e387911 100644 --- a/npc/001-6/warp.txt +++ b/npc/001-6/warp.txt @@ -18,8 +18,8 @@ OnTouch: OnWarper: @SorenWarpOnline=0; - if (isin("001-6", 159, 157, 159, 157)) { - if (!ispcdead()) + if (isin("001-6", 159, 157, 159, 157) && !ispcdead()) { + compareandsetq HurnscaldQuest_Celestia, 2, 3; warp "soren", 179, 76; } else { dispbottom l("Failed to warp to Soren Village."); |