+ Reply to Thread
Results 1 to 5 of 5
  1. #1

    Dual-spec Macro / Itemrack

    I've found myself using dual-spec so often on my DK that I thought a single button macro to switch everything would be handy...

    /cast [spec:2] Frost Presence; Blood Presence
    /usetalents [spec:2] 1; 2

    With spec 1 being my primary tanking spec, and 2 being dps. You could easily replace Frost Presence with Defensive Stance etc., for Warriors.

    To change to appropriate gear based on spec I used the following event in Itemrack (found this on Itemrack comments on Curse):

    Name Of Event: SwitchSpec
    Type Of Event: Script
    Event Trigger: ACTIVE_TALENT_GROUP_CHANGED
    Event Script:

    groupIndex = GetActiveTalentGroup()
    if groupIndex==1 then
    EquipSet("Tanking")
    elseif groupIndex==2 then
    EquipSet("DPS")
    end

    replacing Tanking and DPS with whatever your sets are called (leave the quotes).

  2. #2
    copied, pasted, and changed the gear names to reflect my gear sets - no dice.

  3. #3
    strange, works fine for me... do you have Events enabled under Itemrack options?

  4. #4
    Nice, it's working for me.

    Edit: Although I am having a problem with Itemrack equipping two 2H weapons. Has that always been a problem?

  5. #5
    Although I am having a problem with Itemrack equipping two 2H weapons. Has that always been a problem?
    looks like that should be fixed in the latest version of Itemrack:

    __ New in 2.25 __

    * Fix for Titan's Grip and dual spec
    * Fix for Shaman's dual wield
    * Updated .toc for 3.1

    ItemRack : WoWInterface Downloads : Bags, Bank, Inventory Mods

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Privacy Policy
World of Warcraft and Blizzard Entertainment are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment.