Ok, trying to make a good aa click list for mage for higher sustained dps. I want to make sure stuff that doesent stack isent clicked at the same time.
The problem is it clicks everything straight away, even if nothing is targeted??- see below for ini and debug info
Any help/ idea is most welcomed
INI-
DEBUG-
The problem is it clicks everything straight away, even if nothing is targeted??- see below for ini and debug info
Any help/ idea is most welcomed

INI-
Rich (BB code):
[MQ2Rez]
Soundfile=C:\Users\RKS\Desktop\EQ\Release\mq2rez.wav
Accept=0
[MQ2Melee]
downflag0=1
downflag1=1
downflag2=1
downflag3=1
downflag4=1
downflag5=1
downflag6=1
downflag7=1
downflag8=1
downflag9=1
downflag10=1
downflag11=1
enrage=0
facing=0
infuriate=0
petassist=0
petengagehps=99
petmend=0
petrange=00
plugin=1
pothealover=0
resume=75
stickrange=75
downshit0=/if (${Me.AltAbilityReady[Heart of Flames]} && !${Me.Buff[Elemental Union]} && ${Target.PctHPs}<99) /casting "Heart of Flames"
downshit1=/if (${Me.AltAbilityReady[Focus of Arcanum]} && ${Target.PctHPs}<99) /casting "Focus of Arcanum"
downshit2=/if (${Me.AltAbilityReady[Virulent Talon]} && ${Target.PctHPs}<99) /casting "Virulent Talon"
downshit3=/if (${Me.AltAbilityReady[Frenzied Burnout]} && ${Target.PctHPs}<99) /casting "Frenzied Burnout"
downshit4=/if (${Me.AltAbilityReady[Fundament: First Spire of the Elements]} && ${Target.PctHPs}<99) /casting "Fundament: First Spire of the Elements"
downshit5=/if (${Me.AltAbilityReady[Improved Twincast]} && !${Me.Buff[Twincast]} && ${Target.PctHPs}<99) /casting "Improved Twincast"
downshit6=/if (${Cast.Ready[98735]} && ${Target.PctHPs}<99) /casting "Manifested Etheric Robe of the Conjuror"|Item
downshit7=/if (${Target.Named} && ${Me.AltAbilityReady[Servant of Ro]} && ${Target.PctHPs}<99) /casting "Servant of Ro"
downshit10=/if (${Target.Named} && ${Me.AltAbilityReady[Host of the Elements]} && ${Target.PctHPs}<98) /casting "Host of the Elements"
downshit11=/if (${Me.AltAbilityReady[Elemental Union]} && !${Me.Buff[Heart of Flames]} && ${Target.PctHPs}<99) /casting "Elemental Union"
[MQ2Log]
Enabled=1
[MQ2AASpend_Settings]
AutoSpend=0
BruteForce=0
BruteForceBonusFirst=0
BankPoints=0
[MQ2AASpend_AAList]
DEBUG-
[2016/10/25 14:37:15] Plugin 'mq2log' loaded.
[2016/10/25 14:37:18] MQ2Log Usage :: /mlog on|off
[2016/10/25 14:37:21] MQ2Log :: Logging is ON
[2016/10/25 14:38:10] [MQ2] DEBUGAll
[2016/10/25 14:38:19] Plugin 'mq2melee' loaded.
[2016/10/25 14:38:23] Unparsable in Calculation: 'H'
[2016/10/25 14:38:23] Failed to parse /if condition '(FALSE && !Heart of Flames XII && NULL<99)', non-numeric encountered
[2016/10/25 14:38:26] Unparsable in Calculation: 'H'
[2016/10/25 14:38:26] Failed to parse /if condition '(FALSE && !Heart of Flames XII && NULL<99)', non-numeric encountered
[2016/10/25 14:38:29] Unparsable in Calculation: 'H'
[2016/10/25 14:38:29] Failed to parse /if condition '(FALSE && !Heart of Flames XII && NULL<99)', non-numeric encountered
[2016/10/25 14:38:30] Plugin 'mq2melee' unloaded.



