![]() |
|
|
|
#1
|
|||
|
|||
|
its in hero.lua
just add the 4 lines of code under if level < 50 i think it might be 51 now, instead of 50 after the patching should work, havent checked back in a while so gl |
|
#2
|
|||
|
|||
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|