Warcraft III resources & community, 2003–2006 · archived

Unit actions triggers!

6 posts
#1

Unit actions triggers!

Units trained = heroes are bought from a hero Tavern. Units enter region and move instantly to another region.

How could this be possible. Please let me know.
------------------------------------------------------
Unit drops item = Flag, instantly create PING on last dropped unit. Wait 3 seconds move last dropepd item instantly to this region.

How could this be possible. Please let me know.
------------------------------------------------------
Unit picks up an item. Instantly PING on unit. Create comment for all players for 10seconds " -- Flag has been taken!"

How could this be possible. Please let me know.
------------------------------------------------------

These are all of the triggers I need to be finally complete with my CTF (other than the heroes and abilities for them, still waiting on other people for an answer.). If you can answer them please let me know and I will finally be done and post my game on the site!
#2
using the Unit Loses/Aquires item events.
#3
hmm.... :idea: :D
EVENT: unit is trained

CONDITION: Trained unit equal to beastmaster

ACTION: Move trained unit to <region 001>

:arrow: sometimes, the UNIT thing means u must select either
particular unit on the map, a type of unit, or it will just say unit. if its Unit on the map, make it a unit-type event, but if u do get this, the condition is not needed.
----------------------------------------------
EVENT: unit drops an item

CONDITION: Item being manipulated equal to flag 001

ACTION: Move item to <region 001>

:arrow: when the event says DROPs an item, it also means if the unit dies.
#4
If he is BYING unit at TAVERN,than Event is:

Unit Sold
ConditioN:
Sold Unit type equal to :
Action
Move (sold unit) to position ("A")
#5
Yeah that's pretty much it

but you'll get a good explanation from that dhk-dork (that his name? I think so)
#6
dhk_undead_lord

and neways, i COULD write a good explanation, but then i wouldnt have time to write several, so i write concise when there are alot of questions.