From 2532624d48665b07a2d89812274613885f9ae70f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Mar 2021 02:33:13 -0300 Subject: Captain Nard is now responsible for Artis<->Tulimshar route. The Artis<->Candor route is also allowed. --- npc/functions/util.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 0c6453634..4f0761b41 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -577,6 +577,8 @@ function script nard_time { if (LOCATION$ == "Candor") { if (getarg(0) == "Tulim") return 22000; + if (getarg(0) == "Artis") + return 60000; } // From Tulimshar @@ -587,6 +589,8 @@ function script nard_time { return 28000; if (getarg(0) == "Nival") return 52000; + if (getarg(0) == "Artis") + return 60000; } // From Hurnscald -- cgit v1.2.3-70-g09d2