- Joined
- Jun 2, 2009
- Messages
- 1,233
This trigger not working in my map and since 3 days we haven't found the issue. Do you have any idea?
When we learn Q yetenegi 2 times and using R yetenegi (transforms into another unit) it is not changing it's level
Example: When you level up your Q yetenegi, it also counts for Lightning shield and Forked Lightning.
It works well but not works within my map.
I can provide any extra information you need.
When we learn Q yetenegi 2 times and using R yetenegi (transforms into another unit) it is not changing it's level
Example: When you level up your Q yetenegi, it also counts for Lightning shield and Forked Lightning.
It works well but not works within my map.
I can provide any extra information you need.
-
Q W E R Yetenegi Learn
-
Events
-
Unit - A unit Learns a skill
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Learned Hero Skill) Equal to Q Yetenegi
-
-
Then - Actions
-
If ((Unit-type of (Learning Hero)) Equal to Shaman (Adam olmayan)) then do (Unit - Increase level of Lightning Shield [|cffffcc00Q|r] for (Learning Hero)) else do (Do nothing)
-
If ((Unit-type of (Learning Hero)) Equal to Shaman (Adam olan)) then do (Unit - Increase level of Forked Lightning [|cffffcc00Q|r] for (Learning Hero)) else do (Do nothing)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Learned Hero Skill) Equal to W Yetenegi
-
-
Then - Actions
-
If ((Unit-type of (Learning Hero)) Equal to Shaman (Adam olmayan)) then do (Unit - Increase level of Dash [|cffffcc00W|r] for (Learning Hero)) else do (Do nothing)
-
If ((Unit-type of (Learning Hero)) Equal to Shaman (Adam olan)) then do (Unit - Increase level of Totem [|cffffcc00W|r] for (Learning Hero)) else do (Do nothing)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Learned Hero Skill) Equal to E Yetenegi
-
-
Then - Actions
-
If ((Unit-type of (Learning Hero)) Equal to Shaman (Adam olmayan)) then do (Unit - Increase level of Wolf Adept [|cffffcc00E|r] for (Learning Hero)) else do (Do nothing)
-
If ((Unit-type of (Learning Hero)) Equal to Shaman (Adam olan)) then do (Unit - Increase level of Shaman Adept [|cffffcc00E|r] for (Learning Hero)) else do (Do nothing)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Learned Hero Skill) Equal to R Yetenegi
-
-
Then - Actions
-
If ((Unit-type of (Learning Hero)) Equal to Shaman (Adam olmayan)) then do (Unit - Increase level of Transform [|cffffcc00R|r] for (Learning Hero)) else do (Do nothing)
-
If ((Unit-type of (Learning Hero)) Equal to Shaman (Adam olan)) then do (Unit - Increase level of Transform [|cffffcc00R|r] for (Learning Hero)) else do (Do nothing)
-
-
Else - Actions
-
-
-
-
-
-
-
-
-
Last edited: