Close
Showing results 1 to 10 of 17

Threaded View

  1. #5

    Default

    Are you dpsing fine untill you focus the target? or not dpsing at all?

    Doesnt isboxer's FTL not use focus in its assist mechanic?

    If your using Action Target Group (ATG) conditionals you might not have your ATG named and populated yet. isboxer doesnt inherently know what toons are what class/specs. Create and populate them to designate what toons get what macros.

    Code:
    /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
    /console Sound_EnableSFX 0
    /stopmacro [target=target,noexists] [noharm] [dead]
    !if (character in "Class Shaman Elemental")  /cast Chain Lightning
    !if (character in "Class Death Knight") /cast Blood Strike
    !if (character in "Class Priest") /cast Holy Fire
    !if (character in "Class Warlock") /cast Shadow Bolt
    !if (character in "Class Paladin") /cast Crusader Strike
    !if (character in "Class Mage") /cast Ice Lance
    /script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
    /console Sound_EnableSFX 1
    You can learn more about this here. And you can find even more macros like this here.

    Last edited by JackBurton : 05-01-2012 at 08:03 AM
    Just remember what ol' Jack Burton does when the earth quakes, and the poison arrows fall from the sky, and the pillars of Heaven shake. Yeah, Jack Burton just looks that big ol' storm right square in the eye and he says, "Give me your best shot, pal. I can take it"

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •