1. #1

    4.06 Shaman Macro Bug

    Running the following addons:

    _NPCScan
    _NPCScan.Overlay
    ACP
    AtlasLoot
    AtlasLoot_BurningCrusade
    AtlasLoot_Cataclysm
    AtlasLoot_ClassicWoW
    AtlasLoot_Crafting
    AtlasLoot_OriginalWoW
    AtlasLoot_WorldEvents
    AtlasLoot_WrathoftheLichKing
    Auc-Advanced
    Auc-Filter-Basic
    Auc-ScanData
    Auc-Stat-Histogram
    Auc-Stat-iLevel
    Auc-Stat-Purchased
    Auc-Stat-Simple
    Auc-Stat-StdDev
    Auc-Util-FixAH
    AuctionProfitMaster
    Auctionator
    Bagnon
    Bagnon_Config
    Bagnon_Forever
    Bagnon_GuildBank
    Bagnon_Tooltips
    BeanCounter
    BigWigs
    BigWigs_Baradin
    BigWigs_Blackwing
    BigWigs_Core
    BigWigs_Foreign
    BigWigs_Citadel
    BigWigs_Naxxramas
    BigWigs_Northrend
    BigWigs_OnyxiasLair
    BigWigs_Options
    BigWigs_Plugins
    BigWigs_Coliseum
    BigWigs_Bastion
    BigWigs_Throne
    BigWigs_Ulduar
    BonusScanner
    CantHealYou
    Capping
    Carbonite
    CarboniteItems
    CarboniteNodes
    CarboniteTransfer
    Clique
    Dominos
    Dominos_Cast
    Dominos_Config
    Dominos_Roll
    Dominos_Totems
    Dominos_XP
    Enchantrix
    Enchantrix-Barker
    FishingBuddy
    Gatherer
    Gatherer_HUD
    GearScore
    HealBot
    Informant
    InlineAura
    InlineAura_Config
    InlineAura_Defaults
    LilSparkysWorkshop
    MikScrollingBattleText
    MSBTOptions
    Omen
    OmniCC
    OmniCC_Config
    oRA3
    Outfitter
    Postal
    PowerAuras
    Prat-3.0
    Prat-3.0_Libraries
    Recount
    SlideBar
    Stubby
    !Swatter
    XPerl
    XPerl_ArcaneBar
    XPerl_CustomHighlight
    XPerl_Options
    XPerl_PartyPet
    XPerl_Party
    XPerl_PlayerBuffs
    XPerl_PlayerPet
    XPerl_Player
    XPerl_RaidAdmin
    XPerl_RaidHelper
    XPerl_RaidPets
    XPerl_RaidFrames
    XPerl_TargetTarget
    XPerl_Target


    This macro is supposed to set focus when its not existent and then cycle through unleach elements riptide and earthshield. For some reason since the patch it some times wont go all the way through and will stop at the first or 2nd spell and never reach ES and other times it will. any insight or maybe a better macro let me know.

    Code:
    #showtooltip
    /stopcasting
    /clearfocus [target=focus,noexists]
    /clearfocus [target=focus,dead]
    /focus [target=focus,noexists]
    /castsequence [target=focus] reset=6 unleash elements, riptide, earth shield

  2. #2
    Maybe lag.. Try changing it to 7 or more seconds on the reset?

  3. #3
    can u explain im not familiar with that.

  4. #4
    He's suggesting to change the reset on the castsequence to a little bit longer. The macro should work. Shortened up a bit.

    #showtooltip
    /stopcasting
    /clearfocus [@focus,dead]
    /focus [@focus,noexists]
    /castsequence [@focus]reset=7 Unleash Elements,Riptide,Earth Shield

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

Posting Permissions

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