diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-03-06 16:50:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-03-06 16:50:04 -0300 |
commit | a88f98020f173164327432d36abeb88d9ef643a9 (patch) | |
tree | 87effa1e7ba3d3888f97ecd72475af91935e27ac /npc/003-1 | |
parent | e214279955c3ef0ce61a304b22c98966a03ddda6 (diff) | |
download | serverdata-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.txt | 11 |
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; |