• 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] that trigger does not work

Status
Not open for further replies.
Level 9
Joined
Aug 15, 2007
Messages
261
  • Item
    • Events
      • Unit - A unit Dies
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Dying unit) has Key To ????? 0016 <gen>) Equal to True
        • Then - Actions
          • Item - Move (Last dropped item) to (Center of Rect 541 <gen>)
        • Else - Actions
          • If (((Triggering unit) has Key To ????? 0016 <gen>) Equal to True) then do (Item - Move Key To ????? 0016 <gen> to (Center of Rect 541 <gen>)) else do (Do nothing)
tryed evvrything and I have the same resylt
 
Level 9
Joined
Aug 15, 2007
Messages
261
Then do it like this:
Actions
A unit drops an item.
Conditions
Item-type of (last dropped item) is equal to (x)
(Unit dropping item) is dead
Actions
Move (last dropped item) to (y)

  • Untitled Trigger 033
    • Events
      • Unit - A unit Loses an item
    • Conditions
      • (Item-type of (Last dropped item)) Equal to Key To ?????
    • Actions
      • Item - Move Key To ????? 0016 <gen> to (Center of Rect 541 <gen>)
that does not work too
can you make a demo map so I coud see how it works for you ????
 
Status
Not open for further replies.
Top