#Help me make WA
18 messages · Page 1 of 1 (latest)
i got WA. i need add condition with logic:
When spell1(SUMMON DEMOIC TYRANT) is NOT ON COOLDOWN - spell2 must show timer like in my Conditions.
Problem is:
I dont know how to check spell1 CD or add it to this aura to make some logic without Custom lua code.
So if tyrant is not on cd you want an icon with a countdown timer for a separate spell..?
nope. i want to show timer if tyrant is not on CD. thats all. if on CD - not show.
sounds simple.but i cant make it =[
So. If trigger 1 is on cooldown then show the cooldown timer for trigger 1 if trigger 1 is NOT on Cooldown then show the timer for trigger 2?
nope. i need show timer for spell2(with Condition tab rule: if <4sec remaining) if spell1 NOT on CD. Thats all.
I tryed trigger check spell <spell2> "ON COOLDOWN" function and others...then try it use in Conditions tab..probably i dont know how it works...but results strange: it shows CD of spell 2 when spell1 now shows...
Sound like a custom trigger activation that only activates when trigger 1 is true, and shows dynamic information from trigger 2
If All of
- Trigger 1 On Cooldown = false
- Trigger 2 Progress remaining < 4
i did like u said. still wrong results.
i donw know what that mean. but i changed that and all start working:
You used the wrong comparison for Remaining Duration < 4
yes. i changed that.
ty
now that icon works like a charm... but i cant do it with other 2 pet icons:
why? because it has more then 1 trigger on pet...Let me explain:
i have 3 diffrent dogs(normal/fire/purple) from talants(depends of talant.they replace each other.) so i make an icon for that:
i can place there one more trigger for my Tyrant like in 1st WA and then copy-paste Conditions. BUT there is a problem: i need setup "Required for Activation" - All or Any triggers... and then "Dynamic information" and i can choose only 1 trigger there =[
Okey. i know. probably i need make separate 3 icons for each dog and all will work like a charm, but perhaps you can tell me if there are options