You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buff from tavern - Life tasting (+10%skill exp) seems not work.
Mb some tweaks or changes break it.
I try to change buff value via cheat engine to 1, 10, 100, 1000.
In description to buff value changes, but not affect any skill exp gain.
The text was updated successfully, but these errors were encountered:
Tldr buff power value doesn't affect the fixed 110% growth modifier.
In skillexp function in 'module.hsp', it checks if cdata(STARTING_CDATA_FOOD_EXP + SKILL_ATTR_LUC - RANGE_CDATA_FOOD_EXP, skillexp_charid) > 0
If the growth value is modified, it times the exp gained by 110% locvar_skillmod_exp = locvar_skillmod_exp * 11 / 10
Which is set by the following line in LIFE_TASTING section in calcbuff in buff.hsp: cdata(270 + 19 - 10, calcbuff_charid) = locvar_calcbuff_p
If you enabled 'revert post 190 exp changes', this will be disabled.
Buff from tavern - Life tasting (+10%skill exp) seems not work.
Mb some tweaks or changes break it.
I try to change buff value via cheat engine to 1, 10, 100, 1000.
In description to buff value changes, but not affect any skill exp gain.
The text was updated successfully, but these errors were encountered: