summaryrefslogtreecommitdiff
path: root/npc/003-1/aahna.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/aahna.txt')
-rw-r--r--npc/003-1/aahna.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt
index fa35bfa57..b08d175ce 100644
--- a/npc/003-1/aahna.txt
+++ b/npc/003-1/aahna.txt
@@ -22,6 +22,14 @@ OnInit:
.distance = 5;
end;
+// Server Happy Hour
+OnSun1800:
+ $@EXP_EVENT=rand(110, 115);
+ if ($@EXP_EVENT > 111 && $@EXP_EVENT != 115)
+ $@EXP_EVENT=rand(110, 115);
+ donpcevent "@exprate::OnPlayerCall";
+ end;
+
OnSun0000:
disablenpc .name$;
end;