Where at in the core would I be able to do this? I've searched almost every file found nothing of this liking. :confused:
Could someone forward me into the right direction?
Where at in the core would I be able to do this? I've searched almost every file found nothing of this liking. :confused:
Could someone forward me into the right direction?
What is the dodge cap?
Player.cpp or Player.h or else :P
Dodge cap global is 95%. I want to lower it so that rogues cant solo everything.
Up. ^
-filler-
in player.cpp
use search and search for
// dodge
then find this line
SetFloatValue( PLAYER_DODGE_PERCENTAGE, min( tmp, 95.0f ) );
edit like this
SetFloatValue( PLAYER_DODGE_PERCENTAGE, min( tmp, [%].0f ) );
Lunar Gaming - Reaching For The Stars