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

level 10 to equip an item

Status
Not open for further replies.
Level 5
Joined
Jan 13, 2008
Messages
96
hi...what can i do for level require for an item...i mean i want to put an item to sell at shop...when i buy it is in my inventory if i`m under level 10...i want an exactly trigger about this...if anyone can help me please :)
 

Vunjo

Hosted Project: SC
Level 19
Joined
Jul 1, 2010
Messages
1,340
I didn't get what you mean, but here is what you need to do.
[trigger=My Trigger]MyTrigger
Events
Unit - A unit Acquires an item
Conditions
And - All (Conditions) are true
Conditions
(Hero level of (Hero manipulating item)) Greater than 10
(Item-type of (Item being manipulated)) Equal to Claws of Attack +15
Actions
Hero - Drop (Item being manipulated) from (Hero manipulating item)[/trigger]

This will drop the item if the item is Claws of Attack, and if hero is greater level than 10.
Hope that helped.
 
Level 37
Joined
Mar 6, 2006
Messages
9,243
[trigger=My Trigger]MyTrigger
Events
Unit - A unit Acquires an item
Conditions
(Hero level of (Hero manipulating item)) Greater than 10
(Item-type of (Item being manipulated)) Equal to Claws of Attack +15
Actions
Hero - Drop (Item being manipulated) from (Hero manipulating item)[/trigger]

Don't use the extra AND there :)
 
Level 5
Joined
Jan 13, 2008
Messages
96
it doen`t work Maker...i did exactly how you said...when i buy the item from shop at level 1 it doen`t drop...it`s going in my inventory :(
 
Level 7
Joined
Jan 29, 2010
Messages
213
  • MyTrigger
  • Events
  • Unit - A unit Acquires an item
  • Conditions
  • (Hero level of (Hero manipulating item)) less than or equal to 9
  • (Item-type of (Item being manipulated)) Equal to Claws of Attack +15
  • Actions
  • Hero - Drop (Item being manipulated) from (Hero manipulating item)
...
 
Status
Not open for further replies.
Top