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

Item no longer drops after owner change

Status
Not open for further replies.
Level 16
Joined
May 1, 2008
Messages
1,605
Seas =)

Hmm you mean something like that:

  • Trigger
    • Events
      • Unit - A unit Changes owner
    • Conditions
    • Actions
      • Item - Pick every item in (Region centered at (Position of (Ownership-changed unit)) with size (100.00, 100.00)) and do (Actions)
        • Loop - Actions
          • Item - Remove (Picked item)
You can add the conditions:
  • (Unit-type of (Ownership-changed unit)) Equal to (Your Changed Unit)
- if you want this action only by some special Units

1) Ok they will drop but remove instantly so noone can take them
 
Level 5
Joined
Apr 6, 2008
Messages
96
Yeah, well, now that I read my post again I can see that I wasn't totally clear, the problem is that the items do not drop, not that I can't make them disappear from the loot table.
 
Last edited:
Status
Not open for further replies.
Top