Hi there,
You probably have event like Any Unit Enters Region => Instantly move (Triggering Unit) to Point.
The problem is that items are also units, and they also enter this region together with your hero.
Solution would be to add condition like:
(Triggering Unit) = heroUnit (some variable)
or change your action to:
Instantly move heroUnit to Point.
Regards
Development > Data
Hero Items Dropping upon Instantly Move Trigger
- 3 posts
-
maticpl Author
- Join date
- May 17, 2010
- Location
- Poland
- Reputation
- 3
- Posts
- 37
- Projects
- 1
- Last login
- May 23, 2013
-
Uzurak Author
- Battle.net
- Uzurak
- #446 NA
- Join date
- Jan 20, 2012
- Location
- United States
- Reputation
- 4
- Posts
- 159
- Projects
- 1
- Team
- Last login
- May 23, 2013
Thanks, I'll try that. I do have a hero group var.
- 3 posts
Uzurak AuthorI know this is a mix of problems, but I figured it would be in the Data Editor more than the Trigger Editor.
I have a problem where whenever my Heroes use the Teleports (Instantly Move Unit to Point), all of their items drop. It's not just equipped items.
Note I am using the Hero Backpack and such above the Command Card.
I'd really appreciate help.