Search results

  1. Deele

    Need help in creating spell!

    Ok, I am trying to make a new spell, but I have run into couple of problems: How to make hero immune to melee (like flying units)? AND How to replace hero with other hero? I know, there is Unit - Replace, but it resets all learned skills for hero... Only thing why I need to replace one hero with...
  2. Deele

    Setting of raw data

    Any way to set data for unit/item using raw data names?
  3. Deele

    Additional parameters at call

    Is there any chance to add any additional parameters when declaring trigger: set gg_trg_Auto_balance_AtOrange = CreateTrigger( ) call TriggerRegisterEnterRectSimple( gg_trg_Auto_balance_AtOrange, gg_rct_300 ) call TriggerAddCondition( gg_trg_Auto_balance_AtOrange, Condition( function...
Top