• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

A realy newbie trigger question

Status
Not open for further replies.
Level 3
Joined
Nov 22, 2006
Messages
28
I'm trying to make a map but i want to do a abilitie that when a hero get a specific skill it add a bonus to his damage and stats but when i do the trigger and start doing the event :Unit - Specific Unit Event i set the unit event to Learns a skill but i can't set the unit to the one i like to be.... it doesnt appear neither in variables nor in presets... what do i do?? please help me.



Cheerz!
Arthas.
 
Level 2
Joined
Jun 25, 2008
Messages
14
If I understand you right, what you are looking for is in Conditions. Specifically, Unit Comparison or Unit-Type Comparison.
 
Level 12
Joined
Jan 16, 2008
Messages
1,037
Why not just do attribute bonus? Or give spells additional effects, this can be done on object editor
 
Level 11
Joined
Oct 20, 2007
Messages
342
dont use that event i suggested.
  • Unit - Specific Unit Event
Use
  • Unit - Generic Unit Event
like
  • Unit
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Footman
      • or
      • (Triggering unit) Equal to (Last created unit)
    • Actions
 
Status
Not open for further replies.
Top