View Single Post
  #6  
Old 01-01-2012, 12:26 AM
Ancentre Ancentre is offline
Approved Member
 
Join Date: May 2010
Posts: 11
Default

sorry made a mistake its in
logic_hero.lua

local cur_rage=Logic.hero_lu_item("rage","limit")
local cur_mana=Logic.hero_lu_item("mana","limit")
Logic.hero_lu_item("rage","limit",cur_rage+1)
Logic.hero_lu_item("mana","limit",cur_mana+1)

add the above four lines under

function calc_levelup()

this should give u +1 to max mana and rage at lv up
Reply With Quote