Enhance VIP System: Automatic Summoning Item Delivery, Expanded Reward Multipliers, and QoL Improvements#6
Open
FableCraze wants to merge 3 commits intoazerothcore:mainfrom
Open
Enhance VIP System: Automatic Summoning Item Delivery, Expanded Reward Multipliers, and QoL Improvements#6FableCraze wants to merge 3 commits intoazerothcore:mainfrom
FableCraze wants to merge 3 commits intoazerothcore:mainfrom
Conversation
Provide full reward multiplier support for VIP players when completing quests. Quest gold: Gold rewards from completed quests are now correctly multiplied based on the VIP configuration, in addition to the existing loot multiplier. Quest honor: Honor rewards from quests are now correctly multiplied, using AzerothCore's native CalculateHonorGain() method for accuracy.
…on & Similar) Introduces VIP support for honor point rewards granted directly by spell casts, such as Wintergrasp Commendation (spell ID 61700).
Ensures that VIP players always receive their exclusive summoning item automatically
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes Proposed:
Improve VIP quest reward multipliers (gold & honor)
Enhances quest completion rewards for VIP players by applying configurable multipliers to both gold and honor points earned from quests.
Add Honor Points Multiplier for Spell Rewards (Wintergrasp Commendations)
Enhances the VIP system by applying an honor points multiplier when a VIP player receives rewards from specific spells linked to Wintergrasp commendation items. For example, when a player uses an item like the Wintergrasp Commendation, it casts a particular spell (ID 61700) to grant honor points.
Add automatic VIP item delivery on login
Implements a feature that automatically grants VIP players their exclusive summoning item (ID 44824) when they log in, if they don't already have it. If their inventory is full, the system notifies them to free up space and relog to receive the item.
Issues Addressed:
SOURCE:
Tests Performed:
How to Test the Changes: