summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
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;