- Joined
- Sep 6, 2012
- Messages
- 19
Hello, I'm trying to set up some triggers that makes it so only certain units can pick up certain items. This is what I have.
Sorry i dont know how to link the codes very well :/
-
Bryntroll
-

Events
-


Unit - A unit Acquires an item
-
-

Conditions
-

Actions
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




Or - Any (Conditions) are true
-





Conditions
-






((Item-type of (Item being manipulated)) Equal to Bryntroll, the Bone Arbiter) and ((Unit-type of (Hero manipulating item)) Equal to Arms Warrior)
-






((Item-type of (Item being manipulated)) Equal to Bryntroll, the Bone Arbiter) and ((Unit-type of (Hero manipulating item)) Equal to Death Knight)
-
-
-
-



Then - Actions
-



Else - Actions
-




Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to Player 1 (Red)).) the text: That Item Belongs T...
-




Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to Player 2 (Blue)).) the text: That Item Belongs T...
-




Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to Player 3 (Teal)).) the text: That Item Belongs T...
-




Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to Player 4 (Purple)).) the text: That Item Belongs T...
-




Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to Player 5 (Yellow)).) the text: That Item Belongs T...
-




Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to Player 6 (Orange)).) the text: That Item Belongs T...
-




Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to Player 7 (Green)).) the text: That Item Belongs T...
-




Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to Player 8 (Pink)).) the text: That Item Belongs T...
-




Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to Player 9 (Gray)).) the text: That Item Belongs T...
-




Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to Player 10 (Light Blue)).) the text: That Item Belongs T...
-




Hero - Drop (Item being manipulated) from (Triggering unit).
-
-
-
-
Sorry i dont know how to link the codes very well :/
Last edited:

