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

Item targeting item ability for combining, how?

Status
Not open for further replies.
Level 6
Joined
Jan 8, 2009
Messages
140
Is it possible to give an item and ability that when used you target other items? If so how do I go about the trigger for that, would the event be the item being used or the ability or?
 
Level 6
Joined
Jan 8, 2009
Messages
140
Its like a Dota's Bottles?

perhaps, i'm unfamiliar with dota though. an example of how it would work would be having an empty bottle item and a bug or something, using the bug would give the target cursor and if the bottle was selected triggers would remove the bug and bottle adding the bug bottle. that isn't what it's being used for but thats the sort of thing I need to accomplish.
 
Level 13
Joined
Jul 16, 2012
Messages
679
ah.. you need to know how to target the item..
Okay.. just use i STORM BOLT

and change the Target Allowed into Item, Invulnerable, vulnerable

And in the trigger
  • Untitled Trigger 001
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Storm Bolt
    • Actions
      • -------- Do action --------
 
Status
Not open for further replies.
Top