summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-20 00:31:26 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-20 00:31:26 -0300
commit412c455e9e76dc009fa47bdd26579e5472721612 (patch)
treefad3fdc48d2197f0b255b71a98742f4667440b50 /npc/functions/util.txt
parentf2913172f93c23a24a95c1ce31465d4c95cf5b78 (diff)
downloadserverdata-412c455e9e76dc009fa47bdd26579e5472721612.tar.gz
serverdata-412c455e9e76dc009fa47bdd26579e5472721612.tar.bz2
serverdata-412c455e9e76dc009fa47bdd26579e5472721612.tar.xz
serverdata-412c455e9e76dc009fa47bdd26579e5472721612.zip
Sorry, I forgot one more handler
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt10
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";