View Single Post
  #4  
Old 12-11-2009, 07:05 PM
The Rider The Rider is offline
Approved Member
 
Join Date: Jun 2008
Posts: 76
Default

so... any ideas where the resurrection skill is applied?
I need to add these two lines after that:
sub_units_dead=Logic.hero_lu_item("own_units_dead" ,"count")
Game.GVNumInc("own_units_dead", sub_units_dead-res_units)

this can be placed in the arena.lua but I dont have an idea what "res_units" is, I need to look at the original code to replace it.
Reply With Quote