i was wondering is there a special way to make the item trigger a lot more shorter because currently i have down this. the trigger is working correctly however once i finish with them there will be more than 100 active item combinations due to items such as
Angelic robe Lvl 1 - gives the wearer 20 HP
all the way to
Angelic Robe Lvl 20 - gives the wearer 400 HP
Angelic robe Lvl 1 - gives the wearer 20 HP
all the way to
Angelic Robe Lvl 20 - gives the wearer 400 HP
- Events - Unit Aquires and Item
- Conditions - Wait 0.01 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Hero manipulating item) has an item of type Angelic Robe Level 1) Equal to True
- ((Hero manipulating item) has an item of type Angelic Robe Level 1) Equal to True
-
Then - Actions
- Special Effect - Create a special effect attached to the overhead of (Buying unit) using Abilities\Spells\Other\Charm\CharmTarget.mdl
- Item - Remove (Item carried by (Hero manipulating item) of type Angelic Robe Level 1)
- Item - Remove (Item carried by (Hero manipulating item) of type Angelic Robe Level 1)
- Hero - Create Angelic Robe Level 2 and give it to (Hero manipulating item)
- Else - Actions
-
If - Conditions