summaryrefslogtreecommitdiff
path: root/npc/012-1/ship.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-09 18:01:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-09 18:01:04 -0300
commit01d07d4c298d407b9d2282d5fccdee92cd93f946 (patch)
tree80173ccaeb704c4f3719bb09164bf8c5b42ab27f /npc/012-1/ship.txt
parent693f536e5b52a0010268f8eb1967541b4d6319d1 (diff)
downloadserverdata-01d07d4c298d407b9d2282d5fccdee92cd93f946.tar.gz
serverdata-01d07d4c298d407b9d2282d5fccdee92cd93f946.tar.bz2
serverdata-01d07d4c298d407b9d2282d5fccdee92cd93f946.tar.xz
serverdata-01d07d4c298d407b9d2282d5fccdee92cd93f946.zip
Regenerate map cache
Diffstat (limited to 'npc/012-1/ship.txt')
-rw-r--r--npc/012-1/ship.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/npc/012-1/ship.txt b/npc/012-1/ship.txt
index 01a7c7b64..7a7b15c32 100644
--- a/npc/012-1/ship.txt
+++ b/npc/012-1/ship.txt
@@ -2,17 +2,22 @@
// Authors:
// Jesusalva
// Description:
-// This script controls access to Marine's Ship, fixing variables.
+// This script controls access to Ships, fixing variables.
-012-1,0,0,0 script HurnsShip NPC_HIDDEN,0,0,{
+012-1,157,65,0 script HurnsShip#M NPC_HIDDEN,0,0,{
OnTouch:
LOCATION$="Hurns";
goto L_Warp;
L_Warp:
- //warp "016-1", 0, 0;
- warp "016-6@"+LOCATION$, 31, 28;
+ /* Is Hurnscald already liberated? Precendence. */
+ if (!$HURNS_LIBDATE) {
+ warp "Save", 0, 0;
+ end;
+ }
+
+ warp "016-1@"+LOCATION$, 21, 26;
closedialog;
close;
}