• 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.

heeeeeeeeeeeeeeeelp!!!

Status
Not open for further replies.
Level 5
Joined
Jun 21, 2004
Messages
129
When you use the action Unit Group - pick unit..... ect.

You could always do a bunch of if / then / else actions

ex:
If picked unit is a Hero equal to true then skip remainng actions else do nothing

If picked unit is an ally of owner of triggering equal to true then skip remainng actions else do nothing
 
Level 11
Joined
Jul 20, 2004
Messages
2,760
Depends... If you want you can give the unit bonus damage using item ability (look at special... items I think and search for attack bonus or something). Give the ability to teh unit you want. THEN, you can just wait 15 seconds and then remove the ability from the unit. Obviously, you can do a OR condition if using buff to have the condition BEFORE the 15 seconds if the buff was dispelled.
 
Level 13
Joined
May 5, 2004
Messages
1,330
ElfWarfare said:
I want to make a dummy spell,Iwant it to suck mana of units in small region around the caster(500-550) but I dont want it to efect frendly units and heroes and my units and heroes.How to do that.

Someone just gave me another idea. Perhaps you can use the mana scroll's ability, using negative values and changing target to enemy / not hero. but not sure about that.
 
Daelin said:
Depends... If you want you can give the unit bonus damage using item ability (look at special... items I think and search for attack bonus or something). Give the ability to teh unit you want. THEN, you can just wait 15 seconds and then remove the ability from the unit. Obviously, you can do a OR condition if using buff to have the condition BEFORE the 15 seconds if the buff was dispelled.

sry i didn't read well :D
 
Status
Not open for further replies.
Top