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



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).
copied, pasted, and changed the gear names to reflect my gear sets - no dice.
strange, works fine for me... do you have Events enabled under Itemrack options?
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?
looks like that should be fixed in the latest version of Itemrack:Although I am having a problem with Itemrack equipping two 2H weapons. Has that always been a problem?
__ 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