Files
mod-weekendbonus/conf/mod_weekendbonus.conf.dist
Revision 6f037e6b28 Rewrite
Rewrote a huge chunk of the module. It will now use sWorld->setRate to handle bonuses instead of a what feels like a hacky way of doing it. It also supports giving a bonus to money looted and gained from quests.
2021-12-29 04:41:49 +01:00

11 lines
288 B
Plaintext

[worldserver]
# Multiplier for experience gains on weekends
WeekendBonus.Multiplier.Experience = 2
# Multiplier for money looted and rewarded from quests on weekends
WeekendBonus.Multiplier.Money = 2
# Multiplier for reputation gains on weekends
WeekendBonus.Multiplier.Reputation = 2