Tanking - Peel Tank

Discussion in 'E3' started by Hive, Jan 31, 2018.

  1. Hive

    Hive Froglok Krup Watcher

    Messages:
    340
    Hello,

    I was going through the tanking code to try and get to know it better and I noticed something that I think is missing. In the peelTank sub when the peeltank is looking for healers being attacked I believe the line in green should be added. It has lines for war/pal to aggro but not SK. Unless this was left out intentionally?

    /if (${Select[${Me.TargetOfTarget.Class.ShortName},CLR,DRU,SHM]}) {
    /bc [+y+] ${peelTarget} ${Spawn[id ${peelTarget}].Name} is targeting ${Me.TargetOfTarget.Name} : peeling!
    /netfollow off
    /varset peelTankOriginalAssistTarget ${AssistTarget}
    /varset AssistTarget ${peelTarget}
    /varset doTaunt TRUE
    /stick 9 front
    /attack on
    /delay 2s ${Target.Distance} < 12
    /doability Taunt
    /if (${Me.CombatAbilityReady[Mock]}) /doability Mock
    /if (${Me.AltAbilityReady[Divine Stun]}) /casting "Divine Stun"
    /if (${Me.SpellReady[Terror of Discord]}) /casting "Terror of Discord"
    /return
     
  2. mackal

    mackal Pyrilen Fireblade

    Messages:
    2,267
    Update.