View Single Post
  #1  
Old 11-23-2010, 09:06 PM
Ancentre Ancentre is offline
Approved Member
 
Join Date: May 2010
Posts: 11
Default add stats at levelup

anyone know how to add mana and rage at levelup?

for attack, defense, intellect, it works by adding this line into logic_hero.lua after
Levelup.add( 0, "leadership", leadership*(level))
Levelup.add( 0, "attack", 1)

but i tried that for mana and rage, and it did not add mana or rage at levelup

anyone know how to change that? thanks
Reply With Quote