E3 - Fix: Allow bards to use combat abilities

Discussion in 'E3' started by chance, Mar 22, 2020.

  1. chance

    chance Enraged War Boar

    Messages:
    732
    FILE: e3 Includes/e3_Assists.inc

    REPLACE:
    Code:
    /if (!${Me.Casting.ID} && ${Me.Combat} && ${Defined[Abilities2D]}) /call CombatAbilities
    WITH:
    Code:
    /if ((!${Me.Casting.ID}||${Me.Class.ShortName.Equal[BRD]}) && ${Me.Combat} && ${Defined[Abilities2D]}) /call CombatAbilities
     
  2. trpling

    trpling Orc Centurion

    Messages:
    54
    If you ever put a combat ability that has a cast time it will affect songs.
     
  3. chance

    chance Enraged War Boar

    Messages:
    732
    Do you have a better suggestion for how to get Bard to use the Ability=Boastful Bellow ?
    Or any abilities for that matter?

    Or know of an ability the bard has that has a cast time to it which wouldn't go in self buff?