Thread: Bugfixes
View Single Post
  #5  
Old 02-17-2013, 11:18 PM
jmil0302 jmil0302 is offline
Registered Member
 
Join Date: Feb 2013
Posts: 1
Default

"Calm Rage fix - The spell could attempt to calm more rage than you currently possessed, resulting in loss of total rage amount
in spells_power.lua, line 990:
Code:

local rage_can_give = math.ceil(mana_can_get/convert_mod)

local rage_can_give = math.floor(mana_can_get/convert_mod)"



Is there anyway to recode this bug to give me a HIGHER rage amount. I just got dropped to 37 max rage again, (this happened several times before I figured out what was going on) and i am wondering if there is anyway i can manipulate my max rage manually or by creating the inverse of this bug.

Going back to a previous save is too long past to be a good option.
Reply With Quote