Commit Graph

49 Commits

Author SHA1 Message Date
Revision
06767e418f Derp 2023-06-23 23:15:21 +02:00
Revision
10cb84fd15 Restructured
Restructured the code layout to match my other modules.
2023-06-22 21:41:41 +02:00
Revision
8cfe97dcf9 Update README.md 2023-02-01 23:06:08 +01:00
Revision
f40e3069d2 Build status
Removed the build status because I'm sick of being spammed via email whenever I update something. It's because it can't configure the OS, the code runs as it should without any warnings or errors but I can't stand the emails anymore. I don't think there's anything I can do on my end to fix it so I'm removing it.
2022-12-26 00:12:28 +01:00
Revision
2a067d013b Update README.md 2022-07-26 01:37:33 +02:00
Revision
a8e97c3c84 README 2022-07-05 23:37:18 +02:00
Revision
bf874d1abe README
Added a README in the root directory to, hopefully, show the information in the AzerothCore catalogue.
2022-07-05 23:35:52 +02:00
Revision
2fab9294ed Create README.md 2022-07-05 23:30:34 +02:00
Revision
04907b8af6 Reworked
Reworked part of the module to be compatible with the latest version of AzerothCore, apparently.
2022-07-03 01:06:24 +02:00
Revision
6798271028 Files
Renamed the files to match my other modules.
2022-06-11 04:14:31 +02:00
Revision
d185c27541 Start time
Updated the script to trigger the weekend bonus on Friday at 18:00 (6 PM) instead of midnight.
2022-06-06 23:55:28 +02:00
Revision
1c56fdbdf0 Standard
Updated the code standard to match AzerothCore.
2022-06-06 01:58:46 +02:00
Revision
aba34c44e7 Update README.md 2022-05-30 02:42:18 +02:00
Revision
2824445094 Update README.md 2022-04-23 17:05:08 +02:00
Revision
645e82d41d Fix
Fixed an issue that caused Monday to also count as the weekend.
2022-03-21 16:10:15 +01:00
Revision
98829f3d46 Float
Fixed some issues I created by switching certain features to float. I did forget a few things.
2022-03-16 01:51:11 +01:00
Revision
e0023ef8bb Fix
Support the recent changes to the core.
2022-03-06 17:24:41 +01:00
Revision
b50532e1f0 Create LICENSE 2022-03-02 03:43:53 +01:00
Revision
bfacde599e Config
The config options should be loaded as float, not uint32.
2022-02-23 01:22:50 +01:00
Revision
16f0753fcf Update README.md 2022-01-23 05:47:16 +01:00
Revision
9a5930df20 Fix
Attempt to fix any possible issue that might creep up when setting the multipliers to their default values.
2022-01-10 00:28:30 +01:00
Revision
46a7c22e53 Spaces
Added some spaces I forgot.
2022-01-07 03:19:11 +01:00
Revision
3cab6b9f37 Fixes
Changed a large chunk of the module to support reloading config options.
2022-01-07 03:18:25 +01:00
Revision
cd536885b8 Module
Added my new module to the list. The name is not permanent, I will most likely be changing it in the near future.
2022-01-02 01:25:01 +01:00
Revision
722a269b19 Fixed
Fixed a warning about unused variable.
2021-12-31 06:02:35 +01:00
Revision
d8bfa4333a Added: More bonuses!
Added support for giving bonuses to weapons and defense skill as well as professions on weekends.
2021-12-30 00:38:34 +01:00
Revision
f2e666c37e Fixed
Removed some useless ifs.
2021-12-29 05:08:14 +01:00
Revision
15d12d821b Update README.md 2021-12-29 04:48:56 +01:00
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