Commit Graph

21 Commits

Author SHA1 Message Date
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
Revision
25b63590ec Modules
Marked some of my modules as deprecated as they don't serve the purpose I originally intended them to.
2021-12-29 02:14:38 +01:00
Revision
f8dfa98d90 Module 2021-12-28 14:47:00 +01:00
Revision
e33d1d83b4 Spaces
Removed some spaces.
2021-12-26 20:50:23 +01:00
Revision
de80b0202c Module
Added a link to my new module.
2021-12-25 18:30:29 +01:00
Revision
b6f6ef2c13 Changes
Changed the module to match my other modules. It's not as clean but it helps me.
2021-12-19 19:18:19 +01:00
Revision
e82118a58c Fixes
I renamed the recruit a friend module to refer a friend.
Changed the config options to fit the module.
2021-12-16 18:36:37 +01:00
Revision
79105c6a1e Config
Changed the name of the config file.
2021-12-12 23:46:54 +01:00
Revision
e120e7c5c6 Fix
Changed the default value to 2 since it makes more sense.
2021-12-12 18:21:57 +01:00
Revision
217eff00db Module
Added my new module to the list.
2021-12-11 18:34:36 +01:00
Revision
f69970a3fd Improvement
Changed the day to enum.
2021-12-10 18:24:49 +01:00
Revision
48d4d73d34 Updates
Changed the Get...Default to the proper GetOption<...>
2021-12-10 16:39:51 +01:00
Revision
6e0481e4e7 Module
Added my new module to the list.
2021-12-10 04:13:38 +01:00
Revision
7ce010eb82 Scheduled announcements
Added some scheduled announcements to tell players when the weekend bonus starts and ends.

I couldn't find a reliable way of doing this using the TaskScheduler, so I just made this for now. If I figure out a better way of doing it, I'll change it. If I find out this is plain horrible, I'll remove it.
2021-12-10 02:38:01 +01:00
Revision
c611a947ea Fixes
Fixed the issue loading the reputation multiplier.
2021-12-10 00:04:16 +01:00
Revision
4123b06e08 Merge branch 'master' of https://github.com/tkn963/mod-weekendbonus 2021-12-09 16:01:01 +01:00
Revision
d53250d535 Changes
Added the WorldScript to load config options into variables.

Changed the way the multipliers are handled. It will only print when options are actually increased from the default 1.
2021-12-09 16:01:00 +01:00
Revision
d98c9993f5 Update README.md 2021-12-08 23:38:39 +01:00
Revision
c91ca31116 Update README.md 2021-12-08 19:42:57 +01:00
Revision
4a2fd85f5d Initial commit
Added the script taken directly from the old assistant code.
2021-12-08 18:11:27 +01:00
Revision
341ec2cef1 Initial commit 2021-12-08 12:25:36 +01:00