• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Can't Equip Item trigger?

Status
Not open for further replies.
Level 15
Joined
Sep 27, 2009
Messages
676
Is this possible to do???
-I wanted to make my system for item equip like this:
Warrior - Sword
Paladin - Hammer
blabla...
And I tried to set all swords in Item Type Array variable and then if the hero manipulating item isn't Warrior and if Item Type is Swords 1 to 10, hero drops the item...
I'm not sure how to do:
If the ITEM TYPE is SWORDS 1 to 10??
What condition should i use and how?
 
Level 3
Joined
Dec 24, 2008
Messages
63
Maybe something like:
  • Events - unit aquires a item
  • Action -
  • if manipulating equal to Hero
  • then item - create your item and give it to hero
  • else - drop item, cant remember trigger
writing on phone, so cant copy triggers
 
Level 15
Joined
Sep 27, 2009
Messages
676
Maybe something like:
  • Events - unit aquires a item
  • Action -
  • if manipulating equal to Hero
  • then item - create your item and give it to hero
  • else - drop item, cant remember trigger
writing on phone, so cant copy triggers

wow, you should really try to read what i need again :wink:...

I wanted to make Item Classes like (Sword, Hammer, Staff, Bow, etc...)
And to be Acquired only by 1 Class (Warrior, Paladin, Mage, Archer, etc...)
I need only condition...
If i set:
Swords (1) - Big sword 1
Swords (2) - Big sword 2
Swords (3) - Big sword 3
And if item type is Swords 1-3 hero will drop it if it's not a Warrior !
 
Status
Not open for further replies.
Top