Just wanted to say that this macro runs my bard very smoothly. Bards have been near impossible to get a reliable macro for over the years and KissAssist has finally provided what was lacking.
There is one small bug though. Sometimes, I don't want the bard to physically melee.
If
MeleeOn=0
And
DPSOn=0
The bard will not start the combat twist for the group when mobs are pulled into camp and will also not mez any adds.
There is a work around for this. If you activate DPSOn=1 and add a single DPS1=X, where X is a DPS Skill, combat songs and mezing will activate again during combat.
This is a small issue. However, when new bards set up for the first time, if MeleeOn=0 and DPSOn=0 they are going to run into problems.
There is one small bug though. Sometimes, I don't want the bard to physically melee.
If
MeleeOn=0
Rich (BB code):
[Melee]
AssistAt=95
MeleeOn=0
FaceMobOn=0
MeleeDistance=50
StickHow=behindonce
AutoFireOn=0
UseMQ2Melee=1
MeleeTwistOn=1
MeleeTwistWhat=1 2 3 4 5
And
DPSOn=0
Rich (BB code):
[DPS]
DPSOn=0
DPSSize=20
DPSSkip=20
DPSInterval=2
DPS1=NULL
DPS2=NULL
...
The bard will not start the combat twist for the group when mobs are pulled into camp and will also not mez any adds.
There is a work around for this. If you activate DPSOn=1 and add a single DPS1=X, where X is a DPS Skill, combat songs and mezing will activate again during combat.
Rich (BB code):
[DPS]
DPSOn=1
DPSSize=20
DPSSkip=20
DPSInterval=2
DPS1=Boastful Bellow|94
DPS2=NULL
DPS3=NULL
...
This is a small issue. However, when new bards set up for the first time, if MeleeOn=0 and DPSOn=0 they are going to run into problems.

