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

How should i do so that 1 unit can pick up an item and another can't ?

Status
Not open for further replies.
Level 4
Joined
Apr 27, 2007
Messages
48
Hi there.
I wan't help with something
How should I do so that one unit can pick up an Item and another can't ?
Let's say that I want The Paladin to be able to pick up claws of attack and The Blademaster should not be able to pick it up, how should I be able to do that ?
 
Level 4
Joined
Apr 27, 2007
Messages
48
No dunno how to do that :/
and it is not that a unit should pick it up... I have 6 units who are able to pick up weapon models in my map, and 2 of 'em are Arthas and Grom, and neither of them fights with the weapon in the right hand and the shield in the left... both of them grab both of their hands on the weapon, and that makes the shield look ridiculous... I don't want them to be able to pick up shields
 
Level 7
Joined
Mar 12, 2006
Messages
407
Event:
Unit aquires item
condition:
And (unsing multiple conditions)
[Or (using multiple conditions)
Unit-type comparison - Unit-type of triggering unit equals to Arthas
Unit-type comparison - Unit-type of triggering unit equals to Grom]
Item comparison - Item being Manipulated equals to shield
Actions:
Issue drop item order - Order triggering unit to drop Item being manipulated

I actually cant access my we so i wrote it out of my mind
if you got problems with it i can give you a better description later aaah and works only with one shield ofc
but you can add multiple shield if you use another AND condition
 
Status
Not open for further replies.
Top