How do I modify the dodge on my server I do not want it to be 95% for max
How do I modify the dodge on my server I do not want it to be 95% for max
Step 1) goto \Core Folder\trunk\src\arcemu-world
Step 2) open Player.cpp
Step 3) Press Crtl + F paste tmp = min( max ( tmp, 0.0f ), 95.0f );
and change 95.0f); to 35.of)
Step 3) 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
Now you're done.
from this guide:
http://www.mmowned.com/forums/emulat...re-needed.html
thank you for the help
no problem