I'm having some problems with my conditions in the new kiss. I'm pretty good with my holies/downs but I'm having an issue getting them working right and thinking maybe its a formatting issue so I'll post my configs / questions here and see if anyone can spot what my tired eyes cant.
105 Wiz
General and DPS section of main ini:
DPS section of my conditions file:
This is a pretty trimmed down version of the one posted with mules modded version. I honestly dont know how much is and isnt working but going through logs I'll just say everything casts but it seems like alot of the conditions are being ignored.
Example:
1. Forceful Rejuvenation will ALWAYS cast if its ready even when my mana is at 80% and gambit is NOT on cd. I tried removing the spaces in this check ${Me.PctMana}<45 with the same result.
2. Mana burn doesnt care if the target is named or not.
3. DPS15 and DPS16....DPS16 is supposed to check that it does not have the buff from DPS15 before it casts but it will cast it anyway, they cast back to back.
did I format the lines wrong?
does the whole statement need to be in ( ) when checking multiple conditions?
Am I high? ya!
105 Wiz
General and DPS section of main ini:
Rich (BB code):
[General]
KissAssistVer=10.0.0
Role=Assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=1
AcceptInvitesOn=1
GroupWatchOn=0
CastingInterruptOn=1
EQBCOn=1
IRCOn=0
MiscGem=12
HoTTOn=0
CampfireOn=0
CharInfo=Wizard|105|GOLD
GroupEscapeOn=0
DPSMeter=1
MiscGemRemem=1
ScatterOn=0
MiscGemLW=0
ConditionsOn=1
[DPS]
DPSOn=1
DPSSkip=10
DPSInterval=2
DPS1=Eradicate Magic|99
DPS2=Concussive Intuition|99
DPS3=Arcane Whisper|99
DPS4=Mind Crash|99
DPS5=Fury of Kerafyrm|99
DPS6=Fury of Ro|99
DPS7=Focus of Arcanum|99
DPS8=Forceful Rejuvenation|99
DPS9=Crypt-Hunter's Frostfire Robe|99
DPS10=Harvest of Druzzil|99
DPS11=Call of Xuzl|99
DPS12=Silent Casting|99
DPS13=Lower Element|99
DPS14=Mana Burn|97
DPS15=Frenzied Devastation|99
DPS16=Arcane Destruction|99
DPS17=Arcane Fury|99
DPS18=Improved Twincast|99
DPS19=Fundament: Second Spire of Arcanum|99
DPS20=Twincast|99
DPS21=Quiescent Gambit|99
DPS22=Magmatic Burst|97
DPS23=Cloudburst Stormstrike|97
DPS24=Wildflash Barrage|97
DPS25=Chaos Scintillation|97
DPS26=Shocking Vortex|97
DPS27=Dichotomic Fire|97
DPS28=Ethereal Fuse|97
DPS29=Ethereal Skyblaze|97
DPS30=Ethereal Rimeblast|97
DPS31=Claw of the Flameweaver|97
DPS32=Ethereal Fuse|97
DPS33=Ethereal Skyblaze|97
DPS34=Cloudburst Stormstrike|97
DebuffAllOn=0
DPSSize=34
DPSCOn=1
DPS section of my conditions file:
Rich (BB code):
[DPS]
DPSCOn=1
DPS1=Eradicate Magic|99
DPSCond1=${Target.Beneficial.ID} && ${Target.Beneficial.ID} != 49665
DPS2=Concussive Intuition|99
DPSCond2=${Me.PctAggro} > 50
DPS3=Arcane Whisper|99
DPSCond3=${Target.Named} && ${Target.PctHPs} > 10
DPS4=Mind Crash|99
DPSCond4=${Target.Named} && ${Target.PctHPs} > 10
DPS5=Fury of Kerafyrm|99
DPSCond5=!${Me.Buff[Fury of Ro].ID}
DPS6=Fury of Ro|99
DPSCond6=!${Me.Buff[Fury of Kerafyrm].ID}
DPS7=Focus of Arcanum|99
DPSCond7=TRUE
DPS8=Forceful Rejuvenation|99
DPSCond8=${Me.PctMana} < 45 && !${Me.SpellReady[Quiescent Gambit]}
DPS9=Crypt-Hunter's Frostfire Robe|99
DPSCond9=${Me.PctMana} < 85
DPS10=Harvest of Druzzil|99
DPSCond10=${Me.PctMana} < 75 && !${Me.Song[Quiescent Gambit].ID} && !${Me.Song[Evoker's Synergy I].ID}
DPS11=Call of Xuzl|99
DPSCond11=${Target.Named} || ${Me.XTarget} > 2
DPS12=Silent Casting|99
DPSCond12=${Target.Named} || ${Me.XTarget} > 2
DPS13=Lower Element|99
DPSCond13=!${Target.Buff[Lower Element III].ID}
DPS14=Mana Burn|97
DPSCond14=${Target.Named} && !${Target.Buff[Mana Burn].ID}
DPS15=Frenzied Devastation|99
DPSCond15=!${Me.Song[Arcane Destruction].ID}
DPS16=Arcane Destruction|99
DPSCond16=!${Me.Song[Frenzied Devastation].ID} && (${Target.Named} || ${Me.XTarget} > 2)
DPS17=Arcane Fury|99
DPSCond17=${Target.Named} && !${Me.Song[Chromatic Haze].ID} && !${Me.Song[Gift of Chromatic Haze].ID} && (${Me.Song[Arcane Destruction].ID} || ${Me.Song[Frenzied Devastation].ID})
DPS18=Improved Twincast|99
DPSCond18=${Target.Named} && !${Me.Buff[Twincast].ID}
DPS19=Fundament: Second Spire of Arcanum|99
DPSCond19=${Me.Song[Frenzied Devastation].ID} || ${Me.Song[Arcane Destruction].ID}
DPS20=Twincast|99
DPSCond20=!${Me.Buff[Twincast].ID} || !${Me.Buff[Improved Twincast].ID}
DPS21=Quiescent Gambit|99
DPSCond21=${Me.PctMana} < 75
DPS22=Magmatic Burst|97
DPSCond22=${Me.XTarget} < 2 && ${Me.Song[Quiescent Gambit].ID}
DPS23=Cloudburst Stormstrike|97
DPSCond23=${Me.Song[Quiescent Gambit].ID} || ${Me.Song[Evoker's Synergy I].ID}
DPS24=Wildflash Barrage|97
DPSCond24=${Me.Song[Quiescent Gambit].ID}
DPS25=Chaos Scintillation|97
DPSCond25=${Me.Song[Quiescent Gambit].ID}
DPS26=Shocking Vortex|97
DPSCond26=!${Me.Song[Evoker's Synergy I].ID} || !${Target.Buff[Shocking Vortex Effect].ID}
DPS27=Dichotomic Fire|97
DPSCond27=${Me.Song[Gift of Mana (105)].ID} && !${Me.Song[Quiescent Gambit].ID} && !${Me.Buff[Twincast].ID} && !${Me.Buff[Improved Twincast].ID}
DPS28=Ethereal Fuse|97
DPSCond28=${Me.Song[Gift of Mana (105)].ID} || ${Target.Named}
DPS29=Ethereal Skyblaze|97
DPSCond29=${Me.Song[Gift of Mana (105)].ID} || ${Target.Named}
DPS30=Ethereal Rimeblast|97
DPSCond30=${Me.Song[Gift of Mana (105)].ID} || ${Target.Named}
DPS31=Claw of the Flameweaver|97
DPSCond31=TRUE
DPS32=Ethereal Fuse|97
DPSCond32=!${Me.Song[Quiescent Gambit].ID}
DPS33=Ethereal Skyblaze|97
DPSCond33=!${Me.Song[Quiescent Gambit].ID}
DPS34=Cloudburst Stormstrike|97
DPSCond34=TRUE
This is a pretty trimmed down version of the one posted with mules modded version. I honestly dont know how much is and isnt working but going through logs I'll just say everything casts but it seems like alot of the conditions are being ignored.
Example:
1. Forceful Rejuvenation will ALWAYS cast if its ready even when my mana is at 80% and gambit is NOT on cd. I tried removing the spaces in this check ${Me.PctMana}<45 with the same result.
2. Mana burn doesnt care if the target is named or not.
3. DPS15 and DPS16....DPS16 is supposed to check that it does not have the buff from DPS15 before it casts but it will cast it anyway, they cast back to back.
did I format the lines wrong?
does the whole statement need to be in ( ) when checking multiple conditions?
Am I high? ya!


