Hey all,
I am making hero druid with bear form and i want to make cleaving attack skill which will give more effect while in bear form and less when in human form problem is this that trigger which disables cleaving attack bear or human form doesnt works, it disables both abillities and wont enable them again. Can anyone help me?
tried with "Casting unit" instead of "Triggering unit" same..
I am making hero druid with bear form and i want to make cleaving attack skill which will give more effect while in bear form and less when in human form problem is this that trigger which disables cleaving attack bear or human form doesnt works, it disables both abillities and wont enable them again. Can anyone help me?
-
Claws of the bear switch
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Bear Form
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Druid of the Claw
-
-
Then - Actions
-
Player - Disable Cleaving Attack Human for (Owner of (Triggering unit))
-
Player - Enable Cleaving Attack Bear for (Owner of (Triggering unit))
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Druid of the Claw 1
-
(Unit-type of (Triggering unit)) Equal to Druid of the Claw 2
-
(Unit-type of (Triggering unit)) Equal to Druid of the Claw 3
-
(Unit-type of (Triggering unit)) Equal to Druid of the Claw 4
-
-
-
-
Then - Actions
-
Player - Enable Cleaving Attack Human for (Owner of (Triggering unit))
-
Player - Disable Cleaving Attack Bear for (Owner of (Triggering unit))
-
-
Else - Actions
-
-
-