This is not really a fix. all it does is cap the dodge rating at a certain percent. so you do not get 95
Step 1) you must compile your own core.
Step 2) goto \Core Folder\trunk\src\arcemu-world
Step 3) open Player.cpp
Step 4) Press Crtl + F paste tmp = min( max ( tmp, 0.0f ), 95.0f );
and change 95.0f); to 35.of)
Step 5) Press Ctrl + F paste tmp = min( max( tmp, 0.0f ), 95.0f );
do the same then search for tmp = min( max( tmp, 0.0f ), 95.0f );
again and do the same
Step 6) Compile your core!
Step 7) Enjoy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
link for other useful core edits:
http://www.mmowned.com/forums/emulat...re-needed.html