• 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 is Selected ?

Status
Not open for further replies.
Level 3
Joined
Sep 13, 2008
Messages
63
  • Untitled Trigger 004
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Claws of Attack +15
    • Actions
      • -------- Stuff --------
or
  • Untitled Trigger 004
    • Events
      • Unit - A unit Acquires an item
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Item-type of (Item being manipulated)) Equal to Tome of Experience
        • Then - Actions
          • -------- Do stuffs --------
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Item-type of (Item being manipulated)) Equal to Claws of Attack +15
        • Then - Actions
          • -------- Do stuffs --------
        • Else - Actions
      • -------- rinse and repeat --------
 
Level 4
Joined
Mar 15, 2008
Messages
71
make a dummy unit that replaces the item(set his model to the model of an item ,and his name and everything) then make it so when he is selected :
  • roflcakes!
    • Events
      • Unit - A Unit is selected
    • Conditions
      • [[Triggering Unit] unit-type equal to [w/e] ] equal to true
    • Actions
      • Item - Do some crazy shit ftw!
 
Last edited:
Status
Not open for further replies.
Top