i have this server and there is a weapon bug on it which it would get stuck at 375 instead of the normal skill. i am wondering if there is anything to do to fix it?
i have this server and there is a weapon bug on it which it would get stuck at 375 instead of the normal skill. i am wondering if there is anything to do to fix it?
375 is the highest weapon skill bud![]()
ya only 375
I have the same problem, for all the repacks i have tryed.. i know the skill hasn't always been limited to 375, there must be a fix for it :S its imposible to have a server with lets say level 200 mobs, its impossible to kill with melee with such crappy skill, i think it mite of happened in the official 2.4.3 patch.
you can do it i don't know how to i have the same problem.
Raise the professions and skill caps in the core from 375 to 1275.
You have to go into the compilation of your server and manualy change it sorry bub :/
Done by piersd
Gamer tag - Midnight133
What i said only takes a minor core edit to the, SpellEffects.cpp.
uint32 val = damage * 75;
if( val > 375 )
val = 375;
Should be the section.