- Joined
- Mar 17, 2012
- Messages
- 582
Hi everyone!
I created an Item "Armlet of Mordiggian" like in d.o.t.a... I made a trigger that switches 2 different items when this item is used, but tell me please how to save the slot number where this item was? Because it always jumps to the first free slot....
Triggers:
Mordiggian
I created an Item "Armlet of Mordiggian" like in d.o.t.a... I made a trigger that switches 2 different items when this item is used, but tell me please how to save the slot number where this item was? Because it always jumps to the first free slot....
Triggers:
Mordiggian
- Events
- Unit - A unit Begins casting the ability
- Conditions
- (Ability being cast) Equal to Unholy Strength to
- Actions
- Set Mordiggian_Caster_1 = (Casting unit)
- Item - Remove (Item carried by Mordiggian_Caster_1 of type Armlet of Mordiggian)
- Hero - Create Armlet Of Mordiggian and give it to Mordiggian_Caster_1
- Events
- Unit - A unit Begins casting the ability
- Conditions
- (Ability being cast) Equal to Unholy Strength from
- Actions
- Set Mordiggian_Caster_2 = (Casting unit)
- Item - Remove (Item carried by Mordiggian_Caster_2 of type Armlet Of Mordiggian)
- Hero - Create Armlet of Mordiggian and give it to Mordiggian_Caster_2