[Trigger] how i make a trigger like this

Status
Not open for further replies.
Level 19
Joined
Feb 15, 2008
Messages
2,174
its for a command aura..... passive one

so can some one show me how to do the trigger?
Leadership - Nearby allies gain +50% armor and +50% damage output.

and one like this aswell but its not gona be passive Blade Master - He gains +100% armor and ?
 
i made devotion aura....
and this trigger so far

  • Leadership
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • (Learned Hero Skill) Equal to LEADERSHIP LOTRDevotion Aura Orig
    • Actions
how i do next i gona give the command aura to the hero how i do this show me the complete trigger with no leaks thnx :) and if i need variable tell me what variable ok :D
 
Aaah
use for actions
  • Unit - Add *spellbook* to (Triggering Unit)
in which you have stored the damage addition aura.
To make the spellbook not to be shown, go to any trigger which is ran at map initialization (or create a new one) and put in the following:
  • Player Group - Pick every Player in (all players) and do: Player - Disable *spellbook* for (Picked Player)
In case you don't know about spellbooks, i'd recommend this one: https://www.hiveworkshop.com/forums/f279/mysteries-spellbook-33039/
 
Status
Not open for further replies.
Back
Top