• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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