• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Help on conquest maps........

Status
Not open for further replies.
Level 2
Joined
Mar 15, 2014
Messages
10
How do i make like when you last hit a structure it becomes yours and also your income will increase for taking that structure.(Example:You last hit a lumber mill the lumber mill becomes yours and your lumber income will increase.)
 
  • Events:
    • Unit - A unit dies
  • Conditions:
    • Unit type - Unit type of Dying unit equal to Lumber Mill
  • Actions:
    • Set Point = Position of Dying unit
    • Set Player = Owner of Dying unit
    • Set Real = Facing of Dying unit
    • Unit - Remove Dying unit from the game
    • Unit - Create 1 Lumber Mill for Player at Point facing Real
    • Custom script: call RemoveLocation(udg_Point)
 
Level 4
Joined
Jan 5, 2014
Messages
79
you could also set its owner to the new one and set its HP to max, but whats stated above works perfectly well
 
Status
Not open for further replies.
Top