summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-03-06 16:50:04 -0300
committerJesusaves <cpntb1@ymail.com>2022-03-06 16:50:04 -0300
commita88f98020f173164327432d36abeb88d9ef643a9 (patch)
tree87effa1e7ba3d3888f97ecd72475af91935e27ac /npc/003-1
parente214279955c3ef0ce61a304b22c98966a03ddda6 (diff)
downloadserverdata-a88f98020f173164327432d36abeb88d9ef643a9.tar.gz
serverdata-a88f98020f173164327432d36abeb88d9ef643a9.tar.bz2
serverdata-a88f98020f173164327432d36abeb88d9ef643a9.tar.xz
serverdata-a88f98020f173164327432d36abeb88d9ef643a9.zip
Replace the Sunday EXP Happy Hour with a +10% weekend campaign
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/aahna.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt
index 4ad2bdd10..8d88923a1 100644
--- a/npc/003-1/aahna.txt
+++ b/npc/003-1/aahna.txt
@@ -25,13 +25,12 @@ OnInit:
// Server Happy Hour
// Used to be Sunday 18:00~20:00
-// Now it is Sunday 16:00~20:00
-OnSun1600:
+// Then it is Sunday 16:00~20:00
+// Currently it is the whole weekend
+OnSat0000:
if (debug) end;
- $@EXP_EVENT=rand2(15, 20);
- if ($@EXP_EVENT > 15 && $@EXP_EVENT != 20)
- $@EXP_EVENT=rand2(15, 20);
- $@EXP_EVENT_TIME=any(2,2,2,3,3,4);
+ $@EXP_EVENT=10;
+ $@EXP_EVENT_TIME=48;
donpcevent "@exprate::OnPlayerCall";
end;