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

I also need to know how to...

Status
Not open for further replies.
Level 4
Joined
Sep 1, 2005
Messages
73
Thanks for the help on the item thing, rearly appreciated, but could someone help me again please.

What are the triggers to make it so only certain "Classes" (heros) can pick up certain items.
Would also be appriciated...

Thanks :D
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
Events:
Unit acuires an item
Conditions:
Item = *a bow*
Actions:
If: unittype - hero manipulating item = *an archer class hero*
then: Do Nothing
Else: drop item for *hero*

PS: at the *an archer class hero* use a condition for every archer type hero in ur game
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
Events:
Unit acuires an item
Conditions:
Item = *a bow*
Actions:
If: unittype - hero manipulating item = *an archer class hero*
then: Do Nothing
Else: drop item for *hero*

PS: at the *an archer class hero* use a condition for every archer type hero in ur game

PSII: U can also make fake errors with the JASS system called *sim error* (or use WEU's advanced functions)
 
Status
Not open for further replies.
Top