• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Can't Equip Item trigger?

Status
Not open for further replies.
Level 15
Joined
Sep 27, 2009
Messages
669
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
669
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