| 10-05-2003, 06:25 PM | #1 |
how would i got about doing this. I based the spell of Innerfire. I did some triggers but its not working. Anyone know whats wrong ![]() |
| 10-05-2003, 06:34 PM | #2 |
well I use WEU and do this: events- Advanced a unit is targeted by a spell. Cond- ability being cast equal blah blah Actions- Make (targeted unit) invulnerable. edit: and just do the time period of it, you know.... |
| 10-05-2003, 06:40 PM | #3 |
i tried that and this is what i get *Bolded part is what was highlighted" //=========================================================================== function InitTrig_Holy_Armour takes nothing returns nothing set gg_trg_Holy_Armour = CreateTrigger( ) call AUnitIsTargetedByASpell( gg_trg_Holy_Armour ) call TriggerAddCondition( gg_trg_Holy_Armour, Condition( function Trig_Holy_Armour_Conditions ) ) call TriggerAddAction( gg_trg_Holy_Armour, function Trig_Holy_Armour_Actions ) endfunction |
| 10-05-2003, 06:55 PM | #4 |
:bgrun: dunno then, I made a spell like that some time ago and it worked... |
