View Single Post
  #103  
Old 09-09-2011, 12:52 AM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

I think i managed to fix hp%, for unit lvlup. In exp exp_system.lua file find this string
Code:
 Attack.act_attach_modificator(attacker,"health","expa_health_"..tostring(chp_health),chp_health * expa_hp_par,0,0,duration,false)
and replace it with this one (just copy over it)
Code:
 Attack.act_apply_par_spell("health","expa_health_"..tostring(chp_health),chp_health*expa_hp_par,0,0,duration,false)
How to make some unit to strenghten healing ability? My legendary phoenix have +4% healer, but still heal same amount hp as they dont have bonus I havent used other healing units, so have no idea does it work on them either (priest, runemage, demonologist . . . ) Any1 idea how to fix it?

Last edited by Fatt_Shade; 09-09-2011 at 06:59 AM.
Reply With Quote