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

You don't need a recipe to build this item?

Status
Not open for further replies.
Level 12
Joined
Apr 16, 2010
Messages
584
Actually you do buy the item it just removed right after you bought it and then the massage is displayed that says: "You don't need a recipe to build this item"
  • Untitled Trigger 001
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Claws of Attack +15
    • Actions
      • Hero - Drop (Item being manipulated) from (Triggering unit)
      • Item - Remove (Last dropped item)
      • Set PlayerGroup = (Player group((Triggering player)))
      • Game - Display to PlayerGroup the text: |cfffed312You don't... //The right color is |cfffed312 |r
      • Custom script: call DestroyForce(udg_PlayerGroup) //remove the group leak
 
Actually you do buy the item it just removed right after you bought it and then the massage is displayed that says: "You don't need a recipe to build this item"
  • Untitled Trigger 001
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Claws of Attack +15
    • Actions
      • Hero - Drop (Item being manipulated) from (Triggering unit)
      • Item - Remove (Last dropped item)
      • Set PlayerGroup = (Player group((Triggering player)))
      • Game - Display to PlayerGroup the text: |cfffed312You don't... //The right color is |cfffed312 |r
      • Custom script: call DestroyForce(udg_PlayerGroup) //remove the group leak
Can I put all the recipes in just one trigger?
 
Status
Not open for further replies.
Top