-
Couldn't load subscription status.
- Fork 51
SpellPowerBonus now scales with gear bonus instead of level #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Ciao 👋 ! Are you sure that is better to scale it based on gear instead of level? |
|
Hi @Helias. I tested this on a private server with two other people. I'm fixing it right away. |
|
The scaling at low levels due to this change is horrendous. It is better just to wand everything down since your wand DPS scales significantly better. |
|
Hi @tlewis17, can you please provide some more details? Cheers. |
Priest and its been this way since lvl 15 to now 26. Default config I wonder if the GetBaseSpellPowerBonus() doesn't count spell power bonus of gear. Is there a way to debug this using console commands? |
|
File path looks correct. |
|
Yes, it is 120. Sorry I was performing the /100 operation just for the post. It is interesting that the config respects the XP Balancing set to disabled, but the class balance weight is not taking the 120 value. I purged my Solocraft.conf* files and rebuilt the core. It installed the default .dist file. I made no customizations and attempted again in Stockades: I wonder if another mod is interfering with it. Maybe I'll pull out SoloLFG and try again. |
|
Yeah still no luck. I'm trying to find docs around GetBaseSpellPowerBonus() |
|
I have a theory. The function expects a number, with no number provided it might be defaulting to 0. 1 is physical. 2 is holy. I'm going to make a local mod to the Solocraft to hard code holy into it, rebuild and test again. |
|
To my understanding, it should reference https://www.azerothcore.org/doxygen/d2/d4b/classPlayer.html#a3cc6c9196759f6693140bface0841733 |
|
Yeah you're right. No number required. I'm at a loss then. |
|
I'll open a new issue and keep on investigating |
|
It appears there is something with gear, too. Any additional feedback is more than welcome. |
|
I've swapped over to documenting in the new issue you created. Thanks for your help on this. |







Changes Proposed:
Tests Performed:
How to Test the Changes: