I originally saw the below posted to fix the bard Mez performance issue, the thread was closed before I could comment. My bard is hella slow at detecting adds in camp and mezzing. I have camp to 40 as and I'm currently camping a very small room.
Is the below a fix to apply to the macro in general or only if it's only being used with a bard?
Quote Originally Posted by Maskoi View Post
find this line arounf line # 3378
Code: select all
| Test -> Is my single mez spell ready
/if (!${Me.SpellReady[${MezSpell}]}) {
change it too
Code: select all
| Test -> Is my single mez spell ready
/if (!${Me.SpellReady[${MezSpell}]} && !${IAmABard}) {
Is the below a fix to apply to the macro in general or only if it's only being used with a bard?
Quote Originally Posted by Maskoi View Post
find this line arounf line # 3378
Code: select all
| Test -> Is my single mez spell ready
/if (!${Me.SpellReady[${MezSpell}]}) {
change it too
Code: select all
| Test -> Is my single mez spell ready
/if (!${Me.SpellReady[${MezSpell}]} && !${IAmABard}) {

