diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/util.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index d48c59999..3eee8cac3 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -243,6 +243,16 @@ function script nard_time { return 24000; } + // From Nivalis + if (LOCATION$ == "Nival") { + if (getarg(0) == "Candor") + return 46000; + if (getarg(0) == "Tulim") + return 48000; + if (getarg(0) == "Hurns") + return 24000; + + } // Error debugmes "ERROR, INVALID LOCATION AND DESTINATION"; |