diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-26 10:44:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-26 10:44:59 -0300 |
commit | 0baaf2674734e59ddaf27c326a6bdf07d34896eb (patch) | |
tree | a60b89f2518dfd04e6d5f6df0e4b2786283c805c /npc/commands/event.txt | |
parent | bcd58850a721a39dcf538aea2a14f009810c6cf9 (diff) | |
download | serverdata-0baaf2674734e59ddaf27c326a6bdf07d34896eb.tar.gz serverdata-0baaf2674734e59ddaf27c326a6bdf07d34896eb.tar.bz2 serverdata-0baaf2674734e59ddaf27c326a6bdf07d34896eb.tar.xz serverdata-0baaf2674734e59ddaf27c326a6bdf07d34896eb.zip |
De-hardcode the battle configuration flags (BCONF)
Reason: Automatize and protect the EXP Bonus on TMW2 Day Event.
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 907997b81..0e4ccd621 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -54,6 +54,12 @@ function script sClear { enablenpc "Demure#ValentineFinal"; } + // Longer EXP rate controls + if ($EVENT$ == "Anniversary") { + $BCONFB_EXPR-=50; + kamibroadcast("EXP Rate changed from %d%% to %d%%", $BCONFB_EXPR+50, $BCONFB_EXPR); + } + // Simpler events $PATRICK_DAYCTRL=0; $PATRICK_DAYMAX=0; |