• 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 - Bard TwistMed

Joined
Oct 31, 2019
RedCents
1,695¢
Version of KissAssist.mac?
12.001
When did your problem start?
not sure about that, likely after last kissassist-update
Character Role?
  1. Assist
What class is having this issue?
  1. Bard
How often does this issue occur?
Always
Can you reproduce the issue?
anytime bard is medding
Some days ago I noticed new behavior when bard should med

[General]
KissAssistVer=12.001
TwistOn=1
TwistMed=5

As far as I remember in the past, when bard was start medding with only 1 song declared at "TwistMed", he would twist it once and than sit down for med. As the bard has no need to "retwist" a song when only 1 song has to be sustained, he than would med until done.
New behavior I see regulary since I noticed it some days ago: while medding he keeps to stand up and retwist the one song, even ther's no need for it. My main problem is: if there is a player closeby knowing that's unneeded behavior, its very dubious to others.
Suggestion: when there is only 1 song declared for "TwistMed", go back to the former behavior and sing it only once at the start of the medding.
 
never noticed a message like : "You have something outside of Kissassist standing you."?
Presume it should appear in the MQ's window.
Will keep an close eye next med-round of bard and report back.
 
1627327085322.png
seems worse than I thought ... I am confident than last time I've seen this "cannidance" he was casting the supposed chorus.
This time he was cannidancing the aa-selos whereas the spell on slot 11 is "Chorus of Xigam" in the ini andalso in game.
Addendum: he is chaincasting while medding ... not recasting when chorus (or Selos in this case) has run its time.


here's the extraction of the bards ini
INI:
[General]
KissAssistVer=12.001
TwistOn=1
TwistMed=11
TwistWhat=1 2 3 4 5
Role=Assist
CampRadius=20
CampRadiusExceed=200
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=10
MedCombat=0
LootOn=0
RezAcceptOn=1|96
AcceptInvitesOn=1
GroupWatchOn=1
GroupWatchCheck=FALSE
EQBCOn=0
DanNetOn=1
DanNetDelay=20
IRCOn=0
CampfireOn=0
CharInfo=Bard|110|GOLD
DPSMeter=0
ScatterOn=0
XTSlot=1
MedStop=100
CorpseRecoveryOn=0
DefaultUI=TRUE

...

[Melee]
MeleeTwistOn=1
MeleeTwistWhat=9 6 10 1 2 3 4 5 6 11 12
AssistAt=98
MeleeDistance=50
AutoFireOn=0
FaceMobOn=0
MeleeOn=0
UseMQ2Melee=0
StickHow=moveback 80% loose
;StickHow=!front
TargetSwitchingOn=1

....

[Spells]
MiscGem=8
MiscGemLW=0
MiscGemRemem=1
CastingInterruptOn=0
LoadSpellSet=2
SpellSetName=KissAssist
Gem1=Aria of Begalru
Gem2=Arcane Ballad
Gem3=Travenro's Spiteful Lyric
Gem4=Travenro's Song of Suffering
Gem5=War March of Dekloaz
Gem6=Sathir's Insult
Gem7=Slumber of Jembel
Gem8=Wave of Somnolence
Gem9=Selo's Assonant Strain
Gem10=Qunard's Aria
Gem11=Chorus of Xigam
Gem12=Dissident Psalm
Gem13=Null
 
Last edited:
Addendum: the bard casts AA-Selos andalso after Selos the supposed Chorus each time ... when Selos is on cooldown only the chorus
Selos is on the Buffs section:
INI:
[Buffs]
BuffsOn=1
BuffsSize=20
Buffs1=Aura of Begalru|aura
Buffs2=Null
Buffs3=Rallying Call|managroup|30
Buffs4=Rallying Solo|end|29
Buffs5=Rallying Call|endgroup|30
Buffs6=NULL
Buffs7=NULL
Buffs8=NULL
Buffs9=Wand of Arcronite Modulation|Mana|82
Buffs10=Summoned: Glowing Modulation Shard|Mana|80
Buffs11=Summoned: Radiant Modulation Shard|Mana|85
Buffs12=Selo's Sonata|dual|Selo's Accelerato|me
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs16=NULL
Buffs17=NULL
Buffs18=NULL
Buffs19=NULL
Buffs20=Summoned: Radiant Modulation Shard|begfor|1|alias|modrods
RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL
 
Last edited:
@Dragonslayer

Characters don't stop buffing when in the Med routine. They buff and return to the the med routine and the med routine sits them back down again. You need to add a condition to your buffs to keep them from casting when medding.

Use the variable Medding or Me.Sitting

Cond1=!${Medding}
Cond2=!${Me.Sitting}

I would use Cond1.

The other thing I would check is if your bard is casting buffs before the song/buff expires, you need to add a check for the song/buff using a condition or use the Dual tag.
 
"Buffs12=Selo's Sonata|dual|Selo's Accelerato|me" is the AA-buff he's chaincasting when medding .. using alread the Dual tag. Will check if the buffs name is really the right one when logging in next time
 
"Buffs12=Selo's Sonata|dual|Selo's Accelerato|me" is the AA-buff he's chaincasting when medding .. using alread the Dual tag. Will check if the buffs name is really the right one when logging in next time
double check what selo's spell you have in your book - selo's accelerando or selo's accelerato --- Accelerato is purchased in Lceanium
 
Check 1 ... a view days ago, this bard got the aa-upgrade. So wrong name at the dual-tag.
INI:
double check what selo's spell you have in your book - selo's accelerando or selo's accelerato --- Accelerato is purchased in Lceanium
If I remember well, the level of the Selos AA defines, which of the selos in thr book is cast.

Fixed this in the ini and keeping an eye now, if this fixed the prob.
Will report back.
 
Last edited:
Problem was definetly the wrong tag "selo's accelerato" after dual, which didn't match anymore the level of the AA.
Bard is back to working as intended.

Conclusion: If your bard starts "cannidance" - like behavior while medding, check your buffs-section closely ... likely the problem can be found here.

Many thanks for the help.
 
I was having this problem with my level 80 bard (no AA casts/abilities). Just trying to use the song gem to continuously cast while medding.

The given sample code didn't seem to be working:
"Example: TwistMed=5 - Bard will sing the one song and sit."

So I tried a bunch of things but having this combo seems to work. I don't think the buffs are doing anything because its =0
So it must be the TwistOn=0 that stops the reset of singing while medding. (Also, be sure to have return to camp working)

(Edit: I learned that this info needs to go under the "General" section)
TwistOn=0
TwistMed=1
TwistWhat=1

[Buffs]
BuffsOn=0
BuffsSize=2
Buffs1=Chorus of Restoration
Buffs2=NULL
RebuffOn=0
CheckBuffsTimer=1

I also have my melee twist set to:

MeleeTwistOn=1
MeleeTwistWhat=2 3 1 2 3 4 1 2 3 1 2 3 1

(the extra numbers helps to skip #4, which for me casts an AE for lots of mana)
[CODE lang="ini" title="ini" highlight="30-32, 138-139"][General]
KissAssistVer=12.002
Role=Assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=true
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=40
MedStop=80
MedCombat=0
LootOn=0
RezAcceptOn=1|90
AcceptInvitesOn=1
GroupWatchOn=0
GroupWatchCheck=FALSE
CorpseRecoveryOn=0
EQBCOn=0
DanNetOn=0
DanNetDelay=20
IRCOn=0
CampfireOn=0
CharInfo=Bard|80|FREE
DefaultUI=TRUE
DPSMeter=0
ScatterOn=0
LOSBeforeCombat=0
XTSlot=1
TwistOn=0
TwistMed=1
TwistWhat=1
[Buffs]
BuffsOn=0
BuffsSize=2
Buffs1=Chorus of Restoration
Buffs2=NULL
RebuffOn=0
CheckBuffsTimer=1
PowerSource=NULL
[DPS]
DPSOn=1
DPSSize=20
DPSSkip=0
DPSInterval=2
DPS1=Kick|99
DPS2=Command:/doability Tracking|90
DPS3=NULL
DebuffAllOn=0
DPS4=NULL
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
[Heals]
HealsOn=0
HealsSize=5
Heals1=NULL
Help=NULL
HealInterval=0
AutoRezOn=0
Heals2=NULL
Heals3=NULL
Heals4=NULL
Heals5=NULL
XTarHeal=0
XTarHealList=Xtar slots here Example: 5|6|7
HealGroupPetsOn=0
RezMeLast=0
[Burn]
BurnSize=15
BurnAllNamed=0
UseTribute=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
[GoM]
GoMSize=3
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[SpellS]
MiscGem=8
MiscGemLW=0
MiscGemRemem=1
LoadSpellSet=0
SpellSetName=0
CastingInterruptOn=0
CheckStuckGem=0
Gem1=NULL
Gem2=NULL
Gem3=NULL
Gem4=NULL
Gem5=NULL
Gem6=NULL
Gem7=NULL
Gem8=NULL
Gem9=NULL
Gem10=NULL
Gem11=NULL
Gem12=NULL
Gem13=NULL
[Melee]
AssistAt=90
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=front
AutoFireOn=0
UseMQ2Melee=0
TargetSwitchingOn=0
PetTauntOverride=0
MeleeTwistOn=1
MeleeTwistWhat=2 3 1 2 3 4 1 2 3 1 2 3 1
[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
[Aggro]
AggroOn=0
AggroSize=5
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
Aggro4=NULL
Aggro5=NULL
[Cures]
CuresOn=0
CuresSize=5
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
[Pull]
PullWith=Melee
PullMeleeStick=0
MaxRadius=350
MaxZRange=50
UseWayPointZ=0
PullWait=5
PullRadiusToUse=90
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
PullPause=30|2
PullLevel=0|0
PullArcWidth=0
PullOnReturn=0
PullTwistOn=0
[PullAdvanced]
PullLocsOn=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
[Mez]
MezOn=0
MezRadius=50
MezMinLevel=Min Mez Spell Level
MezMaxLevel=Max Mez Spell Level
MezStopHPs=80
MezSpell=Your Mez Spell
MezDebuffOnResist=0
MezDebuffSpell=Your Debuff Spell
MezAESpell=Your AE Mez Spell|0[/CODE]
 
Last edited:
Problem - Bard TwistMed

Users who are viewing this thread

Back
Top
Cart