diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-23 11:12:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-23 11:12:27 -0300 |
commit | 66471a639d64655f44181f26ad72362b00aeed8f (patch) | |
tree | 757f10afc244b57848a0e5e2ed9fb05bbb1f5f88 /npc/000-1/exit.txt | |
parent | e62562b4c5b72b6ad0552f2072e5fc38af432c1a (diff) | |
download | serverdata-66471a639d64655f44181f26ad72362b00aeed8f.tar.gz serverdata-66471a639d64655f44181f26ad72362b00aeed8f.tar.bz2 serverdata-66471a639d64655f44181f26ad72362b00aeed8f.tar.xz serverdata-66471a639d64655f44181f26ad72362b00aeed8f.zip |
Replace default behavior for Soul Menhir per community decision.
Keep in @ucp an option to roll back to legacy behavior of manually setting it.
Again, per community decision.
Diffstat (limited to 'npc/000-1/exit.txt')
-rw-r--r-- | npc/000-1/exit.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index 40d1b5e46..e006a21ab 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -8,6 +8,12 @@ OnTouch: OnTalk: OnTalkNearby: + // At any time, if you can't leave Nard ship, you must go to nard ship + if (getq(ShipQuests_Julia) < 3) { + warp "002-1", 53, 38; + end; + } + // Switch LOCATION$ and warp to nearest town's Soul Menhir .@lx=array_find(.LOCMASTER_LOC$, LOCATION$); if (.@lx >= 0) { @@ -18,7 +24,7 @@ OnTalkNearby: //if (getsavepoint(0) != "000-1") warp getsavepoint(0), getsavepoint(1), getsavepoint(2); if (getsavepoint(0) != "000-1") warp "Save", 0, 0; if (getsavepoint(0) != "000-1") end; - savepoint "002-1", 53, 38; + //savepoint "002-1", 53, 38; warp "002-1", 53, 38; end; |