Statsssssss

12/05/2017 14:40 khemomo#1
Hi guys,

just wanted to know how can i edit the Sta Equivalent to HP?

For example 1 STA = 200 HP
same with the other stats (DEX , INT, and STR)

Thank you in advance
12/05/2017 15:02 xTwiLightx#2
You might check out the following functions, since there is no "STAT_A <-> STAT_B" equivalent as far as I know:
Code:
CMover::GetMaxOriginHitPoint
Code:
CMover::GetMaxOriginManaPoint
Code:
CMover::GetMaxOriginFatiguePoint
12/07/2017 12:37 FlyffDeveloper#3
For seeing how STR and DEX affects the damage you deal look at

GetWeaponATK in MoverAttack.cpp
12/08/2017 00:24 khemomo#4
how about the dex? i wanted to increase the given blockrate and hit rate per dex how can I change it?
12/08/2017 08:55 Valron#5
Check

Code:
float CMover::GetBlockFactor
and

Code:
int CMover::GetCriticalProb
But if you want to increase or reduce these rates, you should just edit your propJob.inc.

For example, if you increase the Max HP Factor you'll increase the HP you get per STA.
Same for Blocking and Crits etc.
12/08/2017 19:51 Hekmatyar#6
AttackArbiter, MoverParam and MoverAttack contains most of the information regarding damage, stats, etc. Follow the damage calculation and you'll meet a lot of things :P
12/09/2017 13:51 khemomo#7
Thank you everyone :D i really appreciate all your reply's, #CloseRequest