Prupet
DivineDivine
LEVEL 1
105 XP
Server error 255 problem with Dodge.
As the title says.
I tell you about my problem, I have a server in AzerothCore level 255 with very high statistics. I touched the source a lot but still everything seems to indicate that nothing can solve it, I was asking to see if someone has a solution to this
Example
Player.cpp DODGE BASE = 0
StatSystem.cpp
As the title says.
I tell you about my problem, I have a server in AzerothCore level 255 with very high statistics. I touched the source a lot but still everything seems to indicate that nothing can solve it, I was asking to see if someone has a solution to this
Example
Player.cpp DODGE BASE = 0
const float dodge_base[MAX_CLASSES] =
{
0.0f, // Warrior
0.0f, // Paladi
-0.040873f, // Hunter
0.0f, // Rogue
0.0f, // Priest
0.0f, // DK
0.0f, // Shaman
0.0f, // Mage
0.0f, // Warlock
0.0f, // ??
0.0f // Druid
};
StatSystem.cpp
value = 0.0f;
SetStatFloatValue(PLAYER_DODGE_PERCENTAGE, value);