• 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

Config - Need help with a bard downshit

jyaku

New member
Joined
Jul 23, 2016
RedCents
96¢
I'm trying to make a downshit command for bard where after it sits down to med via kiss assist when low on mana it sings Pulse of Sionachie (currently in slot 3). I have TwistMed=3 in kiss assist but it doesn't seem to work.

So I'm trying this down command:

downshit6=/if (${Me.Sitting} && !${Me.Song[Pulse of Sionachie].ID}) /cast 3

But the problem is it keeps recasting and cancelling that.

Any suggestions on how to fix this?
 
Post the top part of bard's ini? It seems like KA is manually sitting to med which is interrupting your song, which is getting him to meet the downshit requirements which is getting him to stand up and try to cast, then KA sees he should be sitting, so it sits and interrupts your song, et cetera.

I don't recall issues using twistmed when I was boxing a bard, but something may have changed there.
 
Rich (BB code):
downshit6=/if (${Macro.Name.Equal[kissassist.mac]} && !${Me.Invis} && ${Me.Sitting} && !${Me.Song[Pulse of Sionachie].ID} && ${Me.PctMana}<=90) /twist hold 3


Not sure if this is correct:
Rich (BB code):
!${Me.Song[Pulse of Sionachie].ID}
 
Post the top part of bard's ini? It seems like KA is manually sitting to med which is interrupting your song, which is getting him to meet the downshit requirements which is getting him to stand up and try to cast, then KA sees he should be sitting, so it sits and interrupts your song, et cetera.

I don't recall issues using twistmed when I was boxing a bard, but something may have changed there.

Rich (BB code):
[General]
KissAssistVer=9.2.3
Role=Assist
CampRadius=30
CampRadiusExceed=450
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=10
MedCombat=0
LootOn=0
RezAcceptOn=1
AcceptInvitesOn=1
GroupWatchOn=0
CastingInterruptOn=1
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
CharInfo=Bard|105
TwistOn=1
TwistMed=3
TwistWhat=1 2 4 5 6 7 3
MiscGemRemem=8
DPSMeter=0
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[Buffs]
BuffsOn=1
BuffsSize=20
Buffs1=Symphony of Battle|Dual|Rapier of Somber Notes
Buffs2=NULL
Buffs3=NULL
Buffs4=NULL
Buffs5=NULL
Buffs6=NULL
Buffs7=NULL
Buffs8=NULL
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=1
PowerSource=NULL
[Melee]
AssistAt=99
MeleeOn=1
FaceMobOn=1
MeleeDistance=35
StickHow=snaproll rear
AutoFireOn=0
UseMQ2Melee=1
MeleeTwistOn=1
MeleeTwistWhat=Continuous
 
Just something to try, but it might be MeleeTwistOn=1 overriding what KA is trying to do. Try switching that to 0 and see if it behaves properly without using a downshit?
 
It does the same thing for me. Sometimes he will twist the song for med. other times he won't. I'm pretty positive turning off melee twist stops him twisting during fights. I play a bard all the time in my group. I've been manually doing it my self when I notice he's not.


Sent from my iPhone using Tapatalk
 
Config - Need help with a bard downshit

Users who are viewing this thread

Back
Top
Cart