• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[Trigger] Adding aura while under the effect of immolation

Status
Not open for further replies.
Level 9
Joined
Jan 23, 2008
Messages
384
Hi !
I have 2 questions first :

  • Ability
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Immolation
    • Actions
      • Unit - Do something
  • Ability DIS
    • Events
      • Unit - A unit Stops casting an ability
    • Conditions
      • (Ability being cast) Equal to Immolation
    • Actions
      • Unit - stop doing something
Is this going to work ? My question is what condition do i need to ask if the player actives the immolation and shuts it off ...

And my second question is how do i add a aura to a hero and the aura is hidden ... or more exactly whatever you do you cannot see its icon ... i want to add a aura to a hero while he is under the effect of immolation ... pls help me :cute:
 
Level 9
Joined
Jan 23, 2008
Messages
384
ok it works but it lags my comp as hell ... why ... on your map it doesn't

Edit: no more lagging i solved the problem but now a new one occur ... if i turn off immolation the aura disappear but if i run out of mana and immolation turned off on its own the aura does not disappear ... what do i do ?
 
Last edited:
Level 12
Joined
Aug 18, 2006
Messages
1,193
instead of adding the aura directly to the unit, add a spellbook to the unit that contains the aura, and then disable the spellbook. The unit will still be under the influence of the aura but it will not be visible in the UI
 
Status
Not open for further replies.
Top