Hey mate, I can confirm that this bugfix works as intended.
I'll try helping you.
Open the ses.kfs file with WinRar (Open WinRar as admin, then drag the file into it)
Find the file "spells_power.lua", just pressing "s" will help you, then scroll a bit and double click it. Open it with Notepad (Editor).
Press CTRL + F and insert
Quote:
local rage_can_give = math.ceil(mana_can_get/convert_mod)
|
You should be able to find it.
Close the search window.
Highlight / Mark the text above.
Paste the following
Quote:
local rage_can_give = math.floor(mana_can_get/convert_mod)
|
Close the editor and save the file (It'll ask you).
Then WinRar asks you to replace the file within ses.kfs and you agree.
Done.