SC2Mapster Forums

Development > Data

Hero Items Dropping upon Instantly Move Trigger

  • 3 posts
    #1 Feb 25, 2013 at 20:16 UTC - 0 likes

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

    City of Horrors - Beta

    #2 Feb 25, 2013 at 20:39 UTC - 0 likes

    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

    #3 Feb 25, 2013 at 21:54 UTC - 0 likes

    Thanks, I'll try that. I do have a hero group var.

  • 3 posts

You must login to post a comment. Don't have an account? Register to get one!