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

Trigger to make an item undropable

Status
Not open for further replies.
Level 4
Joined
Feb 26, 2010
Messages
42
So , hi everyone.As i said i need a trigger to make an item udropable for a period of time.Lets make it clear.I have an item with an item avatar adility that when is casted it lasts for 5 seconds.It is very important the unit to be unable to drop the item at the time of avatar effect.After that 5 seconds i want the item to become dropable again.Any suggestions??

P.S. When the item avatar skill is activated there is a cooldown of 40 second BUT this cooldown it is not shown on the item icon...why ?
 
Level 8
Joined
Aug 21, 2009
Messages
408
  • dropped
    • Events
      • Unit - A unit Uses an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Kelen's Dagger of Escape
    • Actions
      • Item - Make (Item being manipulated) Undroppable
      • Wait 5.00 seconds
      • Item - Make (Item being manipulated) Droppable

I think that would work just fine
 
Level 4
Joined
Feb 26, 2010
Messages
42
  • dropped
    • Events
      • Unit - A unit Uses an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Kelen's Dagger of Escape
    • Actions
      • Item - Make (Item being manipulated) Undroppable
      • Wait 5.00 seconds
      • Item - Make (Item being manipulated) Droppable

I think that would work just fine

Thank very much.It works.Have you any idea how to make the item icon to have a cooldown??
 
Level 5
Joined
Sep 1, 2010
Messages
168
Check the boxes in your object editor under objects
> uncheck ignore cooldown
> add to a cooldown group, if not in any yet
> under abilities, make the to the item added ability an item ability if not done yet and give it a cooldown.
 
Status
Not open for further replies.
Top