View Single Post
Old 04-21-2009, 02:12 PM   #1
Ghryphen
Officer
PlanetSide Characters
 
Ghryphen's Avatar
 
Join Date: Aug 2002
Location: WA, USA
Posts: 4,733
Ghryphen RSS Feed
WoW Characters
ItemRack users and Dual specs

Here is information on how to create an event to auto switch your gear when you change your spec.

Quote:
Hello, I designed a small event that will automatically switch gear sets when you switch specs. To do it, open up itemRack and open up the Events tab, and click New, then fill in the following details:

-------------------------

Name Of Event: Spec Switch (anything really but this is what I used)
Type Of Event: Script
Event Trigger: ACTIVE_TALENT_GROUP_CHANGED
Event Script:

groupIndex = GetActiveTalentGroup()
if groupIndex==1 then
EquipSet("NAME OF SET FOR PRIMARY SPEC HERE")
elseif groupIndex==2 then
EquipSet("NAME OF SET FOR OFFSPEC HERE")
end

---------------------------------
Note: Replace the
NAME OF SET FOR PRIMARY SPEC HERE
and
NAME OF SET FOR OFFSPEC HERE
with the actual names of your primary spec set and your offspec set. Make sure to KEEP THE QUOTATIONS (so if your primary set is called Healing, it'd look like this: EquipSet("Healing")
Curse
Ghryphen is offline   Reply With Quote