diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-19 15:34:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-19 15:34:02 -0300 |
commit | 4b5e053d633139c6aeb03aac7059d44433fe9028 (patch) | |
tree | a626409512938cf29dee9d71e1dbde63c62954cd /npc/commands | |
parent | aec6c27ea77ed637693ba65c9c92c889c5ed15c6 (diff) | |
download | serverdata-4b5e053d633139c6aeb03aac7059d44433fe9028.tar.gz serverdata-4b5e053d633139c6aeb03aac7059d44433fe9028.tar.bz2 serverdata-4b5e053d633139c6aeb03aac7059d44433fe9028.tar.xz serverdata-4b5e053d633139c6aeb03aac7059d44433fe9028.zip |
Increase server-wide exp happy hour bonus in 5%, and duration have some chance
to be two hours
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/rate-management.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index aab0d9cd8..8a95bfdef 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -90,7 +90,7 @@ OnPlayerCall: SeasonReload(1); initnpctimer; // start counting - .@msg$="Experience Rate was modified to "+$@EXP_EVENT+"% for "+$@EXP_EVENT_TIME+" hours!"; + .@msg$="Experience Rate was modified to "+$@EXP_EVENT+"% for "+$@EXP_EVENT_TIME+" hour(s)!"; announce .@msg$, bc_all; channelmes("#world", .@msg$); |