• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Problem - Kiss Buffing Error "No such 'int' member 'Child' spam"

Joined
Apr 8, 2019
RedCents
30¢
Version of KissAssist.mac?
KissAssist v12.002 Maintained for RedGuides by Ctaylor22 11/2/2021
When did your problem start?
as soon as i started running it
Character Role?
  1. Assist
  2. Tank
  3. Puller
  4. Hunter
What class is having this issue?
  1. Warrior
How often does this issue occur?
Always
Can you reproduce the issue?
just by starting the macro
Any idea how to fix the macro so I don't get this spamming my MQ window every couple seconds?
it happens on every toon, no matter what class.

spam.PNG
 
Solution
so where kissassist is trying to check something like ${Window[BuffWindow].Child[BW_Buff1_Button].Child[Buff1]} that isn't a thing anymore because the buffwindow looks like


This is what the old would have looked like, and what the error is showing
1646884089889.png

This is how the new BuffWindow is designed, with BW_Buttons
1646884105067.png

and BW_Labels
you can see here how you could access buff 1 (slot 2 since 0 indexing) here with
${Window[BuffWindow].Child[BW_Labels].Child[BW_Buff1]}
1646884162348.png


obligatory showing some of the cool MQ stuff not requiring .child
you can access with just using /
1646884526849.png


Kissassist will get some updates to that portion of the code

in the meantime if you turn UseDannetOn=1 you will skip that part of the code
I have a lot of weird entries on my MQ window, for exemple :

(in red) no such 'int' member 'child'
Kissassist.mac@16002 (WriteBuffs): /varset BuffList ${Window[BuffWindow].Child[BW_Buff${i}.Kissassist.mac@385 (main): /call WriteBuffs

Is it normal ?
 
I have a lot of weird entries on my MQ window, for exemple :

(in red) no such 'int' member 'child'
Kissassist.mac@16002 (WriteBuffs): /varset BuffList ${Window[BuffWindow].Child[BW_Buff${i}.Kissassist.mac@385 (main): /call WriteBuffs

Is it normal ?
you can turn danneton=1 to make it go away for the time being.
 
I have a lot of weird entries on my MQ window, for exemple :

(in red) no such 'int' member 'child'
Kissassist.mac@16002 (WriteBuffs): /varset BuffList ${Window[BuffWindow].Child[BW_Buff${i}.Kissassist.mac@385 (main): /call WriteBuffs

Is it normal ?
 
I posted an updated copy of kiss to fix the BuffWindow problem.
The Ctaylor 5 step fix method (patent pending!):

Ctaylor customer service ... step 1...
The It Crowd Chris Odowd GIF


Ctaylor step 2...sympathy
[BGCOLOR=initial]
Frustrated Beavis And Butthead GIF by Stotes
[/BGCOLOR]

Ctaylor step 3...honesty
customer service i hate people GIF


Ctaylor step 4...motivation
X Files Coffee GIF by The X-Files


Ctaylor step 5...code fix
Coding Monkey Business GIF by Checkmate Digital


Thanks for the fix!
 
Hey all,
As of late, my Paly is going a bit buggy with his Kissassist. For the last week or so, he's not auto attacking mobs in camp, then today, I'm getting a scrolling error through the MQ window that has kissassist.mac@15999 (WriteBuffs):/if blah blah blah blah.
He is however targeting my Merc quite often instead of the mob in camp. I am set to main tank, main assist, and puller.
What am I missing or doing wrong after having worked for months with no issue?



[General]
KissAssistVer=12.002
Role=Tank
CampRadius=30
CampRadiusExceed=700
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=1|90
AcceptInvitesOn=1
GroupWatchOn=0
GroupWatchCheck=FALSE
EQBCOn=0
DanNetOn=0
DanNetDelay=20
IRCOn=0
CampfireOn=0
CharInfo=Paladin|100|GOLD
DefaultUI=TRUE
DPSMeter=0
ScatterOn=0
XTSlot=1
MedStop=100
CorpseRecoveryOn=0
LOSBeforeCombat=0
[Spells]
MiscGem=8
MiscGemLW=0
MiscGemRemem=1
CastingInterruptOn=0
LoadSpellSet=1
SpellSetName=KissAssist
Gem1=Demand for Honor
Gem2=Crush of the Iceclad
Gem3=Reverent Force
Gem4=Ostracize
Gem5=Wave of Sorrow
Gem6=Reverent Touch
Gem7=Splash of Cleansing
Gem8=Protective Allegiance
Gem9=Armor of Formidable Grace
Gem10=Divine Aura
Gem11=Steadfast Stance
Gem12=Reverent Fury
CheckStuckGem=1
[Buffs]
BuffsOn=1
BuffsSize=20
Buffs1=Holy Aura
Buffs2=Brell's Steadfast Bulwark
Buffs3=Armor of Formidable Grace
Buffs4=Preservation of Iceclad
Buffs5=NULL
Buffs6=Direwolf Totem of Battle|dual|Stoic Wolf Familiar
Buffs7=Summon Stoic Wolf Familiar|remove
Buffs8=Reverent Fury
Buffs9=NULL
Buffs10=NULL
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs16=NULL
Buffs17=NULL
Buffs18=NULL
Buffs19=NULL
Buffs20=NULL
RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL
[Melee]
AssistAt=100
MeleeOn=1
FaceMobOn=1
MeleeDistance=55
StickHow=snaproll
AutoFireOn=0
UseMQ2Melee=1
TargetSwitchingOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSize=3
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[GMail]
GMailHelp=Events currently support - Dead,Drag,GM,Level,Named,Leftgroup,Tells
GMailOn=0
GMailSize=5
GMail1=NULL
GMail2=NULL
GMail3=NULL
GMail4=NULL
GMail5=NULL
[AE]
AEOn=0
AESize=10
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
AE6=NULL
AE7=NULL
AE8=NULL
AE9=NULL
AE10=NULL
[DPS]
DPSOn=1
DPSSize=20
DPSSkip=20
DPSInterval=2
DPS1=Crush of Tides
DPS2=Force of Iceclad
DPS3=Reverent Force
DPS4=Ostracize
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
DPS16=NULL
DPS17=NULL
DPS18=NULL
DPS19=NULL
DPS20=NULL
DebuffAllOn=0
[Aggro]
AggroOn=1
AggroSize=10
Aggro1=Demand for Honor
Aggro2=Crush of the Iceclad
Aggro3=Ostracize
Aggro4=Reverent Force
Aggro5=Null
Aggro6=NULL
Aggro7=NULL
Aggro8=NULL
Aggro9=NULL
Aggro10=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=0
HealsSize=15
Heals1=Splash of Purification RK. II|55
Heals2=Wave of Contrition|70
Heals3=Zealous Touch|50
Heals4=NULL
Heals5=NULL
Heals6=NULL
Heals7=NULL
Heals8=NULL
Heals9=NULL
Heals10=NULL
Heals11=NULL
Heals12=NULL
Heals13=NULL
Heals14=NULL
Heals15=NULL
XTarHeal=0
XTarHealList=Xtar slots here Example: 5|6|7
HealGroupPetsOn=0
AutoRezOn=0
RezMeLast=0
HealInterval=0
[Cures]
CuresOn=0
CuresSize=5
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Burn]
BurnSize=15
BurnAllNamed=0
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
Burn7=NULL
Burn8=NULL
Burn9=NULL
Burn10=NULL
Burn11=NULL
Burn12=NULL
Burn13=NULL
Burn14=NULL
Burn15=NULL
UseTribute=0
[Pull]
PullWith=Demand for Honor
PullMeleeStick=0
MaxRadius=200
MaxZRange=250
UseWayPointZ=0
PullWait=5
PullRadiusToUse=1100
PullRoleToggle=0
ChainPull=0
ChainPullHP=5
PullPause=30|2
PullLevel=0|0
PullArcWidth=0
PullOnReturn=0
[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=1
AFKGMAction=1
AFKPCRadius=500
CampOnDeath=0
ClickBacktoCamp=0
[KConditions]
ConOn=0
CondSize=5
Cond1=TRUE
Cond2=TRUE
Cond3=TRUE
Cond4=TRUE
Cond5=TRUE
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
[KissError]
LastCMD:=/endmacro
ErrorDateTime:=03/05/2022 16:13:45
ErrorMsg:=DoCommand - Couldn't parse '/afollow off'
DataError:=NULL
SyntaxError:=Could not find channel group
RunningTime:=104503986
BuildDate:=20220304
CurrentUI:=Default
[Pet]
PetOn=0
PetSpell=YourPetSpell
PetFocus=NULL
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=0
PetBuffsSize=8
PetBuffs1=NULL
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetAssistAt=95
PetAttackDistance=115
PetToysSize=6
PetToysOn=0
PetToys1=NULL
PetToys2=NULL
PetToys3=NULL
PetToys4=NULL
PetToys5=NULL
PetToys6=NULL
PetToysGave=NULL
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=0
PetHoldOn=1
PetForceHealOnMed=0
[PullAdvanced]
PullLocsOn=0
 
Hey all,
As of late, my Paly is going a bit buggy with his Kissassist. For the last week or so, he's not auto attacking mobs in camp, then today, I'm getting a scrolling error through the MQ window that has kissassist.mac@15999 (WriteBuffs):/if blah blah blah blah.
He is however targeting my Merc quite often instead of the mob in camp. I am set to main tank, main assist, and puller.
What am I missing or doing wrong after having worked for months with no issue?



[General]
KissAssistVer=12.002
Role=Tank
CampRadius=30
CampRadiusExceed=700
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=1|90
AcceptInvitesOn=1
GroupWatchOn=0
GroupWatchCheck=FALSE
EQBCOn=0
DanNetOn=0
DanNetDelay=20
IRCOn=0
CampfireOn=0
CharInfo=Paladin|100|GOLD
DefaultUI=TRUE
DPSMeter=0
ScatterOn=0
XTSlot=1
MedStop=100
CorpseRecoveryOn=0
LOSBeforeCombat=0
[Spells]
MiscGem=8
MiscGemLW=0
MiscGemRemem=1
CastingInterruptOn=0
LoadSpellSet=1
SpellSetName=KissAssist
Gem1=Demand for Honor
Gem2=Crush of the Iceclad
Gem3=Reverent Force
Gem4=Ostracize
Gem5=Wave of Sorrow
Gem6=Reverent Touch
Gem7=Splash of Cleansing
Gem8=Protective Allegiance
Gem9=Armor of Formidable Grace
Gem10=Divine Aura
Gem11=Steadfast Stance
Gem12=Reverent Fury
CheckStuckGem=1
[Buffs]
BuffsOn=1
BuffsSize=20
Buffs1=Holy Aura
Buffs2=Brell's Steadfast Bulwark
Buffs3=Armor of Formidable Grace
Buffs4=Preservation of Iceclad
Buffs5=NULL
Buffs6=Direwolf Totem of Battle|dual|Stoic Wolf Familiar
Buffs7=Summon Stoic Wolf Familiar|remove
Buffs8=Reverent Fury
Buffs9=NULL
Buffs10=NULL
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs16=NULL
Buffs17=NULL
Buffs18=NULL
Buffs19=NULL
Buffs20=NULL
RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL
[Melee]
AssistAt=100
MeleeOn=1
FaceMobOn=1
MeleeDistance=55
StickHow=snaproll
AutoFireOn=0
UseMQ2Melee=1
TargetSwitchingOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSize=3
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[GMail]
GMailHelp=Events currently support - Dead,Drag,GM,Level,Named,Leftgroup,Tells
GMailOn=0
GMailSize=5
GMail1=NULL
GMail2=NULL
GMail3=NULL
GMail4=NULL
GMail5=NULL
[AE]
AEOn=0
AESize=10
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
AE6=NULL
AE7=NULL
AE8=NULL
AE9=NULL
AE10=NULL
[DPS]
DPSOn=1
DPSSize=20
DPSSkip=20
DPSInterval=2
DPS1=Crush of Tides
DPS2=Force of Iceclad
DPS3=Reverent Force
DPS4=Ostracize
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
DPS16=NULL
DPS17=NULL
DPS18=NULL
DPS19=NULL
DPS20=NULL
DebuffAllOn=0
[Aggro]
AggroOn=1
AggroSize=10
Aggro1=Demand for Honor
Aggro2=Crush of the Iceclad
Aggro3=Ostracize
Aggro4=Reverent Force
Aggro5=Null
Aggro6=NULL
Aggro7=NULL
Aggro8=NULL
Aggro9=NULL
Aggro10=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=0
HealsSize=15
Heals1=Splash of Purification RK. II|55
Heals2=Wave of Contrition|70
Heals3=Zealous Touch|50
Heals4=NULL
Heals5=NULL
Heals6=NULL
Heals7=NULL
Heals8=NULL
Heals9=NULL
Heals10=NULL
Heals11=NULL
Heals12=NULL
Heals13=NULL
Heals14=NULL
Heals15=NULL
XTarHeal=0
XTarHealList=Xtar slots here Example: 5|6|7
HealGroupPetsOn=0
AutoRezOn=0
RezMeLast=0
HealInterval=0
[Cures]
CuresOn=0
CuresSize=5
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Burn]
BurnSize=15
BurnAllNamed=0
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
Burn7=NULL
Burn8=NULL
Burn9=NULL
Burn10=NULL
Burn11=NULL
Burn12=NULL
Burn13=NULL
Burn14=NULL
Burn15=NULL
UseTribute=0
[Pull]
PullWith=Demand for Honor
PullMeleeStick=0
MaxRadius=200
MaxZRange=250
UseWayPointZ=0
PullWait=5
PullRadiusToUse=1100
PullRoleToggle=0
ChainPull=0
ChainPullHP=5
PullPause=30|2
PullLevel=0|0
PullArcWidth=0
PullOnReturn=0
[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=1
AFKGMAction=1
AFKPCRadius=500
CampOnDeath=0
ClickBacktoCamp=0
[KConditions]
ConOn=0
CondSize=5
Cond1=TRUE
Cond2=TRUE
Cond3=TRUE
Cond4=TRUE
Cond5=TRUE
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
[KissError]
LastCMD:=/endmacro
ErrorDateTime:=03/05/2022 16:13:45
ErrorMsg:=DoCommand - Couldn't parse '/afollow off'
DataError:=NULL
SyntaxError:=Could not find channel group
RunningTime:=104503986
BuildDate:=20220304
CurrentUI:=Default
[Pet]
PetOn=0
PetSpell=YourPetSpell
PetFocus=NULL
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=0
PetBuffsSize=8
PetBuffs1=NULL
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetAssistAt=95
PetAttackDistance=115
PetToysSize=6
PetToysOn=0
PetToys1=NULL
PetToys2=NULL
PetToys3=NULL
PetToys4=NULL
PetToys5=NULL
PetToys6=NULL
PetToysGave=NULL
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=0
PetHoldOn=1
PetForceHealOnMed=0
[PullAdvanced]
PullLocsOn=0
You can either download the update or turn usedannet=1 in your ini
 
find old code in your kissassist mac


[CODE title="Old CODE"] /for i 0 to 40
/if (${Window[BuffWindow].Child[BW_Buff${i}_Button].Child[Buff${i}].Tooltip.Find[(]}) {
/varset BuffList ${Window[BuffWindow].Child[BW_Buff${i}_Button].Child[Buff${i}].Tooltip.Arg[1,(].Left[-1]}
} else {
/varset BuffList ${Window[BuffWindow].Child[BW_Buff${i}_Button].Child[Buff${i}].Tooltip}
}
/if (${BuffList.Length}) {
DEBUGN WriteBuffs: ${i}-${BuffList}
/if (${BuffList.Find[:Permanent]}>1) /varset BuffList ${BuffList.Left[${Math.Calc[${BuffList.Find[:Permanent]}-1]}]}
/varset Writebufflist ${Writebufflist}${BuffList}|
}
/next i
[/CODE]

replace with new code

[CODE title="new code"]
/for i 1 to 41
/varset BuffList ${Me.Buff[${i}].Name}
/if (${BuffList.Length}) {
DEBUGN WriteBuffs: ${i}-${BuffList}
/if (${BuffList.Find[:Permanent]}>1) /varset BuffList ${BuffList.Left[${Math.Calc[${BuffList.Find[:Permanent]}-1]}]}
/varset Writebufflist ${Writebufflist}${BuffList}|
}
/next i[/CODE]

fixed

This did it and was so easy even I could do it.
 
I still have the int member Child problem on TEST server eeven with Danneton=1. My worst problem is than they dont assist at all when i pull. My enchanter buff but do nothing else. My monk dont assist. Here is my ini:

In fact, they assist sometimes lol but they are slow to.

[General]
KissAssistVer=12.002
[SpellSet]
LoadSpellSet=2
Role=Assist
CampRadius=30
CampRadiusExceed=700
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=1|90
AcceptInvitesOn=1
GroupWatchOn=0
GroupWatchCheck=FALSE
EQBCOn=0
DanNetOn=1
[Buffs]
BuffsOn=1
BuffsSize=20
Buffs1=Six Breaths|end|50
Buffs2=Master's Aura
Buffs3=Sixth Wind|end|30
Buffs4=Reprieve|end|20
RebuffOn=1
CheckBuffsTimer=10
[DPS]
DPSOn=1
DPSSize=20
DPSSkip=20
DPSInterval=2
DPS1=Celestial Fist|100|Cond2
DPS2=${InvSlot[Chest].Item.Name}|99
DPS3=Disarm|98|Mash
DPS4=Fists of Wu|90|me|Cond1
DPS5=Seven-Step Pattern|90
DPS6=Five Point Palm|98
DPS7=Infusion of Thunder|99
DPS8=Vehement Rage|99
DPS9=Cloud of Fists|99
DPS10=Spire of the Sensei|99
DPS11=Zan Fi's Whistle|99
DPS12=Lucid Forcestruck Chestwraps|99
DPS13=Intimidation|99
DPS14=Crane Stance|99
DebuffAllOn=0
[Heals]
HealsOn=1
HealsSize=7
Heals1=Impenetrable Discipline Rk. II|30
Heals2=Mend|60|Me
Heals3=Defer Death|40
Heals4=Feign Death|30|Feign
Heals5=Imitate Death|15
Heals6=Transcended Fistwraps of Immortality|50
Heals7=Void Step|60
[Cures]
CuresOn=1
CuresSize=5
Cures1=Purify Body
Cures2=Shield of the Immaculate|disease
[Burn]
BurnSize=15
BurnAllNamed=1
Burn2=Focus Destructive Force
Burn3=Five Point Palm
Burn4=Heel of Kojai
Burn5=Ironfist Discipline
Burn6=Diamondpalm Discipline
Burn7=Tiger's Balance
[KConditions]
ConOn=0
CondSize=5
Cond1=!${Me.Song[Fists of Wu].ID}
Cond2=!${Me.Song[Celestial Tranquility].ID} && ${Spell[Celestial Tranquility].Stacks} && ${Me.FreeBuffSlots} > 0
Cond3=TRUE
Cond4=TRUE
Cond5=TRUE
 
Last edited:
Hey all,
As of late, my Paly is going a bit buggy with his Kissassist. For the last week or so, he's not auto attacking mobs in camp, then today, I'm getting a scrolling error through the MQ window that has kissassist.mac@15999 (WriteBuffs):/if blah blah blah blah.
He is however targeting my Merc quite often instead of the mob in camp. I am set to main tank, main assist, and puller.
What am I missing or doing wrong after having worked for months with no issue?



[General]
KissAssistVer=12.002
Role=Tank
CampRadius=30
CampRadiusExceed=700
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=1|90
AcceptInvitesOn=1
GroupWatchOn=0
GroupWatchCheck=FALSE
EQBCOn=0
DanNetOn=0
DanNetDelay=20
IRCOn=0
CampfireOn=0
CharInfo=Paladin|100|GOLD
DefaultUI=TRUE
DPSMeter=0
ScatterOn=0
XTSlot=1
MedStop=100
CorpseRecoveryOn=0
LOSBeforeCombat=0
[Spells]
MiscGem=8
MiscGemLW=0
MiscGemRemem=1
CastingInterruptOn=0
LoadSpellSet=1
SpellSetName=KissAssist
Gem1=Demand for Honor
Gem2=Crush of the Iceclad
Gem3=Reverent Force
Gem4=Ostracize
Gem5=Wave of Sorrow
Gem6=Reverent Touch
Gem7=Splash of Cleansing
Gem8=Protective Allegiance
Gem9=Armor of Formidable Grace
Gem10=Divine Aura
Gem11=Steadfast Stance
Gem12=Reverent Fury
CheckStuckGem=1
[Buffs]
BuffsOn=1
BuffsSize=20
Buffs1=Holy Aura
Buffs2=Brell's Steadfast Bulwark
Buffs3=Armor of Formidable Grace
Buffs4=Preservation of Iceclad
Buffs5=NULL
Buffs6=Direwolf Totem of Battle|dual|Stoic Wolf Familiar
Buffs7=Summon Stoic Wolf Familiar|remove
Buffs8=Reverent Fury
Buffs9=NULL
Buffs10=NULL
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs16=NULL
Buffs17=NULL
Buffs18=NULL
Buffs19=NULL
Buffs20=NULL
RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL
[Melee]
AssistAt=100
MeleeOn=1
FaceMobOn=1
MeleeDistance=55
StickHow=snaproll
AutoFireOn=0
UseMQ2Melee=1
TargetSwitchingOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSize=3
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[GMail]
GMailHelp=Events currently support - Dead,Drag,GM,Level,Named,Leftgroup,Tells
GMailOn=0
GMailSize=5
GMail1=NULL
GMail2=NULL
GMail3=NULL
GMail4=NULL
GMail5=NULL
[AE]
AEOn=0
AESize=10
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
AE6=NULL
AE7=NULL
AE8=NULL
AE9=NULL
AE10=NULL
[DPS]
DPSOn=1
DPSSize=20
DPSSkip=20
DPSInterval=2
DPS1=Crush of Tides
DPS2=Force of Iceclad
DPS3=Reverent Force
DPS4=Ostracize
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
DPS16=NULL
DPS17=NULL
DPS18=NULL
DPS19=NULL
DPS20=NULL
DebuffAllOn=0
[Aggro]
AggroOn=1
AggroSize=10
Aggro1=Demand for Honor
Aggro2=Crush of the Iceclad
Aggro3=Ostracize
Aggro4=Reverent Force
Aggro5=Null
Aggro6=NULL
Aggro7=NULL
Aggro8=NULL
Aggro9=NULL
Aggro10=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=0
HealsSize=15
Heals1=Splash of Purification RK. II|55
Heals2=Wave of Contrition|70
Heals3=Zealous Touch|50
Heals4=NULL
Heals5=NULL
Heals6=NULL
Heals7=NULL
Heals8=NULL
Heals9=NULL
Heals10=NULL
Heals11=NULL
Heals12=NULL
Heals13=NULL
Heals14=NULL
Heals15=NULL
XTarHeal=0
XTarHealList=Xtar slots here Example: 5|6|7
HealGroupPetsOn=0
AutoRezOn=0
RezMeLast=0
HealInterval=0
[Cures]
CuresOn=0
CuresSize=5
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Burn]
BurnSize=15
BurnAllNamed=0
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
Burn7=NULL
Burn8=NULL
Burn9=NULL
Burn10=NULL
Burn11=NULL
Burn12=NULL
Burn13=NULL
Burn14=NULL
Burn15=NULL
UseTribute=0
[Pull]
PullWith=Demand for Honor
PullMeleeStick=0
MaxRadius=200
MaxZRange=250
UseWayPointZ=0
PullWait=5
PullRadiusToUse=1100
PullRoleToggle=0
ChainPull=0
ChainPullHP=5
PullPause=30|2
PullLevel=0|0
PullArcWidth=0
PullOnReturn=0
[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=1
AFKGMAction=1
AFKPCRadius=500
CampOnDeath=0
ClickBacktoCamp=0
[KConditions]
ConOn=0
CondSize=5
Cond1=TRUE
Cond2=TRUE
Cond3=TRUE
Cond4=TRUE
Cond5=TRUE
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
[KissError]
LastCMD:=/endmacro
ErrorDateTime:=03/05/2022 16:13:45
ErrorMsg:=DoCommand - Couldn't parse '/afollow off'
DataError:=NULL
SyntaxError:=Could not find channel group
RunningTime:=104503986
BuildDate:=20220304
CurrentUI:=Default
[Pet]
PetOn=0
PetSpell=YourPetSpell
PetFocus=NULL
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=0
PetBuffsSize=8
PetBuffs1=NULL
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetAssistAt=95
PetAttackDistance=115
PetToysSize=6
PetToysOn=0
PetToys1=NULL
PetToys2=NULL
PetToys3=NULL
PetToys4=NULL
PetToys5=NULL
PetToys6=NULL
PetToysGave=NULL
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=0
PetHoldOn=1
PetForceHealOnMed=0
[PullAdvanced]
PullLocsOn=0

Yeah this is a known issue but to my knowledge it isn't being acknowledged fully yet. Infest has recently made a post about this as well. Basically if you have UseMQ2Melee=1 your toons won't engage, but they'll target the mob and do all regular KA stuff to it. This affects both DPS and Casters. My work around is to UseMQ2Melee=0 and let KA handle engaging mobs. It's probably more important for you to do this on your casters because other routines aren't getting hit, for example checking XTar heals etc.
 
Guys,

It just happened today (was working fine 2 days ago). When I typed /mac kissassist assist <target>, I got a bunch of messages saying "No such 'int' member Child' as in the attached pictures. After that, nothing works for kissassist. Any idea?? :(
 

Attachments

  • 2022-03-12_1-59-48.jpg
    2022-03-12_1-59-48.jpg
    66.7 KB · Views: 1
Guys,

It just happened today (was working fine 2 days ago). When I typed /mac kissassist assist <target>, I got a bunch of messages saying "No such 'int' member Child' as in the attached pictures. After that, nothing works for kissassist. Any idea?? :(
please update kissassist or turn on danneton=1
 
So, I did this quick fix. Added to the watch list. Reloaded all 6 toons and my chanter is still doing the error. Thoughts?
Pulling doesn't seem to work either. Just sits and looks for Mobs to Respawn...
 
Last edited:
The latest version showing in the RedGuides launcher is 2022-03-01 9:20:15 PM in my install. According to this thread, a patch was pushed out yesterday (March 10), and I am seeing the buffing error. Where was the fix pushed to? Am I getting from the wrong repo?
 
Yeah this is a known issue but to my knowledge it isn't being acknowledged fully yet. Infest has recently made a post about this as well. Basically if you have UseMQ2Melee=1 your toons won't engage, but they'll target the mob and do all regular KA stuff to it. This affects both DPS and Casters. My work around is to UseMQ2Melee=0 and let KA handle engaging mobs. It's probably more important for you to do this on your casters because other routines aren't getting hit, for example checking XTar heals etc.

Confirmed things are working back to normal now. Should be safe to switch UseMQ2Melee=1 if that was the value it was at before. Melee and casters are engaging properly and casters are healing xtars again, thanks! @ctaylor22 & @Maskoi
 
Hello,

I am getting the following spammed in my EQBS window on toons running Kissassist (Cleric and Enchanter)
EQ000017.jpg
I am not getting this message on the Toons that run CWTN plugins (Mage, Beastlord, and Zerker)

I am running Next and have tried doing an update. The problem started yesterday. I had previously updated on 10 March and did not have any issues on 10 or 11 March. Then it just started spamming yesterday.
 
Hello,

I am getting the following spammed in my EQBS window on toons running Kissassist (Cleric and Enchanter)
View attachment 38695
I am not getting this message on the Toons that run CWTN plugins (Mage, Beastlord, and Zerker)

I am running Next and have tried doing an update. The problem started yesterday. I had previously updated on 10 March and did not have any issues on 10 or 11 March. Then it just started spamming yesterday.
I merged your post into the existing issue about the matter

you can update your kissassist macro and the issue will go away
 
Problem - Kiss Buffing Error "No such 'int' member 'Child' spam"

Users who are viewing this thread

Back
Top
Cart