summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-28 17:38:18 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-28 17:38:18 -0300
commitd50cb8eff8d4f143b553cc33401f60baa6b03873 (patch)
tree84cc44bc983201b82ce96de00eaa1e8ee261d429 /npc/003-1
parent6f018e8ed2d501d266ef47e7449a3fff939548ea (diff)
downloadserverdata-d50cb8eff8d4f143b553cc33401f60baa6b03873.tar.gz
serverdata-d50cb8eff8d4f143b553cc33401f60baa6b03873.tar.bz2
serverdata-d50cb8eff8d4f143b553cc33401f60baa6b03873.tar.xz
serverdata-d50cb8eff8d4f143b553cc33401f60baa6b03873.zip
System-based EXP UP events are now compatible with GM calls.
GM calls still override system-based experience changes. New syntax for how system-based EXP UP events are to be used. Cap is x2.
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/aahna.txt11
1 files changed, 3 insertions, 8 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt
index 9273e3955..94fff454a 100644
--- a/npc/003-1/aahna.txt
+++ b/npc/003-1/aahna.txt
@@ -24,14 +24,9 @@ OnInit:
// Server Happy Hour
OnSun1800:
- /*
- $@EXP_EVENT=rand(110, 115);
- if ($@EXP_EVENT > 111 && $@EXP_EVENT != 115)
- $@EXP_EVENT=rand(110, 115);
- */
- $@EXP_EVENT=rand(115, 120);
- if ($@EXP_EVENT > 115 && $@EXP_EVENT != 120)
- $@EXP_EVENT=rand(115, 120);
+ $@EXP_EVENT=rand2(15, 20);
+ if ($@EXP_EVENT > 15 && $@EXP_EVENT != 20)
+ $@EXP_EVENT=rand2(15, 20);
$@EXP_EVENT_TIME=any(1,1,1,2);
donpcevent "@exprate::OnPlayerCall";
end;