diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-06 12:01:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-06 12:01:16 -0300 |
commit | 7fe4716444954eb596aefc626dc66e1bfc9b252e (patch) | |
tree | ee9a018771ffd5ecb94a7cd8aa6dc20ee3298cb2 /npc/003-1 | |
parent | 9f0e80eab6ff4ef902de96f0191ec4db395cbe57 (diff) | |
download | serverdata-7fe4716444954eb596aefc626dc66e1bfc9b252e.tar.gz serverdata-7fe4716444954eb596aefc626dc66e1bfc9b252e.tar.bz2 serverdata-7fe4716444954eb596aefc626dc66e1bfc9b252e.tar.xz serverdata-7fe4716444954eb596aefc626dc66e1bfc9b252e.zip |
Update Sagratha notes. Sunday 18:00 is the server happy hour!
(Yes, I used GvG times to make this happy hour. Saturday/Sunday 21h are on sight.)
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aahna.txt | 8 |
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; |