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

Sell Tower Trigger

Status
Not open for further replies.
Level 19
Joined
Apr 10, 2010
Messages
2,789
Well do these steps:
1. Create a Sell Tower based on an ability like Wind Walk. Empty all fields except the tooltips and such.
2. Add ability to all towers.
3. Make the point value of the tower the same as its pricing.
4. Create something like this:
  • Sell Towers
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Sell Tower
    • Actions
      • Set TempLoc = (Position of (Casting unit))
      • Player - Add ((Point-value of (Casting unit)) / 2) to (Owner of (Casting unit)) Current gold
      • Special Effect - Create a special effect at TempLoc using ...
      • Unit - Remove (Casting unit) from the game
You still need to make it MUI though.
 
Status
Not open for further replies.
Top