- Joined
- Feb 27, 2016
- Messages
- 617
so i used a item drop system but it does not work :-( here is the trigger:
-
Item system
-

Events
-


Unit - A unit Acquires an item
-
-

Conditions
-


(Item carried by (Hero manipulating item) in slot (Integer A)) Not equal to (Item being manipulated)
-
-

Actions
-


For each (Integer A) from 1 to 6, do (Actions)
-



Loop - Actions
-




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





If - Conditions
-






((Hero manipulating item) has (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to True
-






(Item carried by (Hero manipulating item) in slot (Integer A)) Not equal to (Item being manipulated)
-






(Item-class of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to (Item-class of (Item being manipulated))
-
-





Then - Actions
-






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







If - Conditions
-








(Item-class of (Item being manipulated)) Equal to Permanent
-
-







Then - Actions
-








Game - Display to (All players) the text: |cffff0000 you cant...
-








Hero - Drop (Item being manipulated) from (Hero manipulating item)
-
-







Else - Actions
-








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









If - Conditions
-










(Item-class of (Item being manipulated)) Equal to Artifact
-
-









Then - Actions
-










Game - Display to (All players) the text: |cffff0000 you cant...
-










Hero - Drop (Item being manipulated) from (Hero manipulating item)
-
-









Else - Actions
-










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











If - Conditions
-












(Item-class of (Item being manipulated)) Equal to Miscellaneous
-
-











Then - Actions
-












Game - Display to (All players) the text: |cffff0000 you cant...
-












Hero - Drop (Item being manipulated) from (Hero manipulating item)
-
-











Else - Actions
-
-
-
-
-
-
-





Else - Actions
-
-
-
-
-
-
[TRIGGER/]
Last edited:










