This trigger works with just 1 or 2 conditions but not with OR conditions, what could cause that?
-
Replace trigger
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
-
((Triggering unit) has an item of type Shadow Orb +1) Equal to True
-
((Triggering unit) has an item of type Shadow Orb +2) Equal to True
-
((Triggering unit) has an item of type Shadow Orb +3) Equal to True
-
((Triggering unit) has an item of type Shadow Orb +4) Equal to True
-
((Triggering unit) has an item of type Shadow Orb +5) Equal to True
-
((Triggering unit) has an item of type Shadow Orb +6) Equal to True
-
Or - Any (Conditions) are true
-
Conditions
-
-
((Triggering unit) has an item of type Claws of Attack +15) Equal to True
-
((Triggering unit) has an item of type Claws of Attack +3) Equal to True
-
((Triggering unit) has an item of type Frostguard) Equal to True
-
((Triggering unit) has an item of type Assassin's Blade) Equal to True
-
((Triggering unit) has an item of type Sturdy War Axe) Equal to True
-
((Triggering unit) has an item of type Rusty Mining Pick) Equal to True
-
-
Actions
-
For each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
-
Set UnitsItems[(Integer A)] = (Item carried by (Triggering unit) in slot (Integer A))
-
Hero - Drop the item from slot (Integer A) of (Triggering unit)
-
-
-
Unit - Replace (Triggering unit) with a Mountain King using The old unit's relative life and mana
-
For each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
-
Hero - Give UnitsItems[(Integer A)] to (Last replaced unit)
-
-
-
-