From 04907b8af62d7724c4520956d4e31801e77d8f2b Mon Sep 17 00:00:00 2001 From: Revision Date: Sun, 3 Jul 2022 01:06:24 +0200 Subject: [PATCH] Reworked Reworked part of the module to be compatible with the latest version of AzerothCore, apparently. --- .github/README.md | 7 +++++++ .github/workflows/core-build.yml | 12 +++++++++++ README.md | 35 -------------------------------- 3 files changed, 19 insertions(+), 35 deletions(-) create mode 100644 .github/README.md create mode 100644 .github/workflows/core-build.yml delete mode 100644 README.md diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..28acab1 --- /dev/null +++ b/.github/README.md @@ -0,0 +1,7 @@ +# Weekend Bonus +This is a module for [AzerothCore](https://github.com/azerothcore/azerothcore-wotlk). + +# Features +This module will increase the experience, money and reputation gained on weekends. That means friday, saturday and sunday. It will announce the start and end of the weekend bonus. + +The multipliers can be changed using the configuration options. diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml new file mode 100644 index 0000000..921c9eb --- /dev/null +++ b/.github/workflows/core-build.yml @@ -0,0 +1,12 @@ +name: core-build +on: + push: + branches: + - 'master' + pull_request: + +jobs: + build: + uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main + with: + module_repo: ${{ github.event.repository.name }} diff --git a/README.md b/README.md deleted file mode 100644 index 34ef63b..0000000 --- a/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# Weekend Bonus -This is a module for [AzerothCore](https://github.com/azerothcore/azerothcore-wotlk). - -# Features -This module will increase the experience, money and reputation gained on weekends. That means friday, saturday and sunday. It will announce the start and end of the weekend bonus. - -The multipliers can be changed using the configuration options. - -# My other modules -**[Account Bound](https://github.com/tkn963/mod-accountbound)** -Binds any mount, companion and achievement that a character earns to their account, effectivly giving every character on that account the same collection of mounts, companions and achievements. - -**[Archmage Timear](https://github.com/tkn963/mod-archmage-timear)** -Gives Archmage Timear, located outside The Violet Hold in Dalaran, the ability to offer players daily heroic dungeon quests. - -**[Assistant](https://github.com/tkn963/mod-assistant)** -Players can obtain heirlooms, glyphs, gems, containers, utilities like name change and faction change from the npc added by this module. They can also increase the skill rank of professions they have for a cost. - -**[Group Quests](https://github.com/tkn963/mod-groupquests)** -Change all quest items that drop from creatures to allow all members of a group to loot them. Adds items that normally are looted from the ground to nearby creatures to make it easier for groups to complete those quests. Changes scripts to cause certain quest objectives to trigger for all members of a group. - -**[Learn Spells](https://github.com/tkn963/mod-learnspells)** -Teaches the player spells specific to their class, new talent ranks, proficiencies like weapon skills and mounts based on the players level. - -**[Level Reward](https://github.com/tkn963/mod-levelreward)** -Rewards the player with a specific amount of gold when they reach specific levels. - -**[Recruit-A-Friend](https://github.com/tkn963/mod-recruitafriend)** -Allows players to recruit other players and be rewarded for doing so on top of the usual increase of experience and so on. - -**[Spawn Points](https://github.com/tkn963/mod-spawnpoints)** -Changes a players default spawn point based on values set in the database table. - -**[Weekend Bonus](https://github.com/tkn963/mod-weekendbonus)** -Increases experience, reputation and money gained, profession and weapon and defense skill ups on friday, saturday and sunday.