From ca653a73ba2f0dc8697ecd522531c0dd2103896b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Mar 2021 03:00:13 -0300 Subject: Traveling from Artis is quick (~10s), but to Artis is slow (60s) --- npc/functions/util.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index ffe472dd1..a95bdad76 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -612,6 +612,14 @@ function script nard_time { if (getarg(0) == "Hurns") return 28000; + } + // From Artis + if (LOCATION$ == "Artis") { + if (getarg(0) == "Tulim") + return 10000; + if (getarg(0) == "Candor") + return 10000; + } // Error -- cgit v1.2.3-60-g2f50