From b9cf2f7f9cfeaa90a80311b4b6ec9ec65915959e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Jun 2018 21:47:54 -0300 Subject: Fix some crazy bugs. With this, travel Tulim->Hurns should be fine. --- npc/016-1/doors.txt | 2 +- npc/016-6/main.txt | 2 +- npc/functions/util.txt | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/016-1/doors.txt b/npc/016-1/doors.txt index 62759c83a..271e5fb64 100644 --- a/npc/016-1/doors.txt +++ b/npc/016-1/doors.txt @@ -14,7 +14,7 @@ OnTouch: close; } if (LOCATION$ == "Tulim") { - warp "003-1", 81, 68; + warp "003-1", 119, 25; close; } mes col("Oh noes! The door is locked!! Quick! Call a GM!!!", 1); diff --git a/npc/016-6/main.txt b/npc/016-6/main.txt index 8c67a59a5..8573283c6 100644 --- a/npc/016-6/main.txt +++ b/npc/016-6/main.txt @@ -16,7 +16,7 @@ L_Hurns: PC_DEST$ = ""; LOCATION$ = "Hurns"; @timer_navio_running = 0; - warp "014-1", 141, 65; + warp "012-1", 141, 65; message strcharinfo(0), l("@@ disembarks at Hurnscald.", strcharinfo(0)); end; diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 1558fb4b7..5449ca97a 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -100,16 +100,18 @@ function script nard_reputation { function script nard_time { // Estimates time to move by ship from LOCATION$ to getarg(0) - // Candor + // From Candor if (LOCATION$ == "Candor") { if (getarg(0) == "Tulim") return 22000; } - // Candor + // From Tulimshar if (LOCATION$ == "Tulim") { if (getarg(0) == "Candor") return 22000; + if (getarg(0) == "Hurns") + return 19000; } -- cgit v1.2.3-60-g2f50