- Joined
- Apr 1, 2017
- Messages
- 47
Whenever a unit drops item, the game creates 2 Ogre clubs. Loosing set part
-
Ogre set
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-type of (Item being manipulated)) Equal to Ogre club (|cff552200Set item|r)
-
((Hero manipulating item) has an item of type Gauntlets of Ogre Strength +3 (|cff552200Set item|r)) Equal to True
-
-
Then - Actions
-
Item - Remove (Item carried by (Hero manipulating item) of type Ogre club (|cff552200Set item|r))
-
Item - Create Ogre club (|cff552200Set item|r) 1 at (Position of (Hero manipulating item))
-
Hero - Give (Last created item) to (Hero manipulating item)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-type of (Item being manipulated)) Equal to Gauntlets of Ogre Strength +3 (|cff552200Set item|r)
-
((Hero manipulating item) has an item of type Ogre club (|cff552200Set item|r)) Equal to True
-
-
Then - Actions
-
Item - Remove (Item carried by (Hero manipulating item) of type Ogre club (|cff552200Set item|r))
-
Item - Create Ogre club (|cff552200Set item|r) 1 at (Position of (Hero manipulating item))
-
Hero - Give (Last created item) to (Hero manipulating item)
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-
-
Loosing set part
-
Events
-
Unit - A unit Loses an item
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-type of (Item being manipulated)) Equal to Ogre club (|cff552200Set item|r) 1
-
-
Then - Actions
-
Item - Remove (Item being manipulated)
-
Item - Create Ogre club (|cff552200Set item|r) at (Position of (Hero manipulating item))
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-type of (Item being manipulated)) Equal to Gauntlets of Ogre Strength +3 (|cff552200Set item|r)
-
((Hero manipulating item) has an item of type Ogre club (|cff552200Set item|r) 1) Equal to True
-
-
Then - Actions
-
Item - Remove (Item carried by (Hero manipulating item) of type Ogre club (|cff552200Set item|r) 1)
-
Item - Create Ogre club (|cff552200Set item|r) at (Position of (Hero manipulating item))
-
Hero - Give (Last created item) to (Hero manipulating item)
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-