mirror of
https://github.com/noisiver/mod-weekendbonus.git
synced 2026-01-13 00:58:36 +00:00
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.
11 lines
288 B
Plaintext
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
|