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

[Trigger] I Will Need A Lot of Trigger Help

Status
Not open for further replies.
Okay first of all,


I need the trigger to:


A. When I am casting it on the item - Remove the Item
B. Build a Building at Center of Location that hhas been centered over the area of the casting spell.
C. Complete the building and remove whatever was needed to build it.


If you can help me with this please post the trigger here.


_________________________

And I will most likely need much more help, because this map is a long working progress.
 
Okay, I need it to Use the items at location to build the building, such as, when they use the ability on the set ammount of Items, it builds the building.


Heres the trigger I thought would work.

  • Hut
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Construct (this one)
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • WoodAmmount Equal to 6
        • Then - Actions
          • Item - Remove (Target item of ability being cast)
          • Region - Center Create Buildingd <gen> on (Target point of ability being cast)
          • Unit - Create 1 Peon for (Triggering player) at (Center of Create Buildingd <gen>) facing Default building facing degrees
          • Wait 5.00 seconds
          • Unit - Order (Last created unit) to build a Hut at (Center of (Create Buildingd <gen> offset by (0.00, 0.00)))
        • Else - Actions
 
Last edited:
Level 4
Joined
Apr 7, 2009
Messages
108
can you put this in TRIGGER wrap, then i coud probably figure it out, i do better with it
(how you do trigger wrap [TRIGER](paste here)[/TRIGER] ( but spell trigger right)
 
Status
Not open for further replies.
Top