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

[Solved] A burrow with units inside generate income gold

Status
Not open for further replies.
Level 13
Joined
Oct 28, 2019
Messages
523
The trigger is when a unit load in tranport generates income gold per x time.
The problem is if I click an unit to exit the burrow....

need one of two options:

1) A trigger thats fire when the unit UNLOAD, ive been searching and didnt find.
2) Make impossible the burrow to unload units, maybe changin its owner.

???
 
Level 30
Joined
Aug 29, 2012
Messages
1,390
Try this, seems to work for me:
  • Test
    • Events
      • Unit - A unit Is issued an order with no target
    • Conditions
      • (Issued order) Equal to (Order(unload))
    • Actions
      • -------- Your actions --------
You may want to add some conditions if your map contains other units that can use load/unload orders
 
Level 13
Joined
Oct 28, 2019
Messages
523
Try this, seems to work for me:
  • Test
    • Events
      • Unit - A unit Is issued an order with no target
    • Conditions
      • (Issued order) Equal to (Order(unload))
    • Actions
      • -------- Your actions --------
You may want to add some conditions if your map contains other units that can use load/unload orders
This not worked,
TY, I´ve installed and worked nice, what I was looking
 
Status
Not open for further replies.
Top