- Joined
- Jul 5, 2014
- Messages
- 551
I have some odd issue which I don't understand especially because earlier this trigger seemed to work. My goal would be to make certain Dragon unit vulnerable to magic attack, yet making it immune to buffs/debuffs. This is the trigger I'm trying to use, but it doesn't work for some reason.
-
Dragon magic immunity
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Unit-type of (Target unit of ability being cast)) Equal to Dragon
-
-
Actions
-
Wait 2.00 seconds
-
Unit - Remove All buffs from (Target unit of ability being cast)
-
-