Download
(91Kb)
Download
Updated: 05-07-24 07:44 PM
Pictures
File Info
Compatibility:
Dark Heart (10.2.7)
Plunderstorm (10.2.6)
Fractures in Time (10.1.5)
Embers of Neltharion (10.1.0)
Updated:05-07-24 07:44 PM
Created:unknown
Downloads:763,546
Favorites:1,969
MD5:
10.2.7

ItemRack  Updated this week!  Popular! (More than 5000 hits)

Version: 3.30
by: Kharthus, Gello

This is a mod to make swapping equipment easier through popout slot menus, equip slot buttons, gear sets and automated swaps.

__ Quick Start Guide __

Minimap button:
* Right-click the minimap button to open options or create sets
* Left-click the minimap button to choose a set
* Shift-click the minimap button to unequip the last set equipped
* Alt-click the minimap button to toggle events on/off

Dockable buttons:
* Alt+click slots on the character sheet to create/remove buttons
* Alt+click yourself in the character sheet to create/remove a set button
* Alt+click the created buttons to toggle their auto-queue status
* Shift+drag buttons to break them apart if they're docked to each other
* Drag the menu's border around to dock it to a different side of buttons
* Right-click the menu's border to rotate the menu
* Size, alpha, spacing, etc are in options

Creating/equipping sets:
* You create sets in the Sets tab after right-clicking the minimap button
* Select slots for the set, choose a name and icon and click Save
* Once a set is saved, there are several ways to equip it:
1. Left-click the minimap button and choose the set
2. Mouseover a set button you've created (Alt+click yourself in character sheet)
3. Use a key binding you define in the set ("Bind Key" button)
4. In macros with /itemrack equip setname
5. In events or scripts that use EquipSet("setname")

Popout menus:
* Click an item or set in a menu to equip it
* Shift+click a set in a menu to unequip it
* Alt+click an item in a menu to hide/unhide it
* Hold Alt as you mouseover a slot to show all hidden items

While at a bank:
* Items/sets in the bank have a blue border.
* Selecting an item or set that's in the bank will pull it from the bank to your bags.
* Selecting an item or set that's not in the bank will attempt to put it all into the bank.

__ Slash Commands __

/itemrack : list the most common slash commands
/itemrack opt : summon the options GUI
/itemrack equip setname : equips a set
/itemrack reset : resets buttons
/itemrack reset everything : wipes all settings, sets and events
/itemrack lock/unlock : locks and unlocks the buttons
/itemrack toggle set name[, second set name] : equips/unequips "set name" (or swaps between two sets if a second set given)

__ Macro Functions __

EquipSet("setname") -- equips "setname"
UnequipSet("setname") -- unequips "setname"
ToggleSet("setname") -- toggles (equips then unequips) "setname"
IsSetEquipped("setname") -- returns true if "setname" is equipped

In the unlikely event that another mod (or default UI in the future) uses these function names, you can use their long version ItemRack.EquipSet(), ItemRack.UnequipSet(), etc. This mod only commandeers the shortened names if they appear to be unused.

__ Events __

2.2 (re)introduces events. These are scripts to automatically equip and unequip gear as things happen in game.

To use an event:
1. In the 'Sets' tab, create or make sure you have a set you'd like to equip when the event happens.
2. In the 'Events' tab, click the red ? icon beside the event you want to use.
3. Choose the set for this event.
4. Ensure the event has a check beside it.

As events are enabled, a separate process watches for those events and equips (and unequips if chosen) as they happen.

If you want to create or edit an event, there are four types of events:

Buff: These events equip gear as you gain buffs. ie, Evocation, Drinking and being on a mount.
Stance: These events equip gear when you change stances or forms. ie, Battle Stance, Moonkin Form, Shadowform
Zone: These events equip gear when you're in one of a list of zones. ie, the PVP event includes all arena and BG maps.
Script: For those with lua knowledge, you can create your own event based on a game event. A couple examples are in the default events.

When dealing with events, it's good to keep some things in mind:
* You'll get the most predictable behavior by having sets that don't overlap. If you're a warrior with a Tanking, DPS and PVP set, consider not including weapons in those sets. If you decide to make an event to swap in a 2H when you go into Berserker Stance and a 1h+shield when you go into Defensive Stance, you won't step on the toes of events that swap in PVP gear in a BG/arena or a tuxedo in a city.
* A gold gear icon on the minimap button (and on the sets button if you've created one) means that events are enabled. If you decide you want to temporarily shut down all events, Alt+click the minimap button or the sets button. (You can disable events in options also)
* For non-English users, you might want to edit the events that have English text within them. I try to keep it locale-independant when possible (ie, warrior and most druid stances use the numbers instead of names), but you'll never enter "Stormwind City" on a deDE client for the city event.
* Script Events do not have a "set" defined to them like other events do. They need to EquipSet("setname") explicitly. Its set button will always be the macro keys icon.
* Advanced users of 1.9x may notice the lack of a delay option in scripted events. I've decided to pull this down into the scripting system to streamline the event process. For now, you can use ItemRack.CreateTimer and ItemRack.StartTimer defined in ItemRack.lua.

__ New in 3.30 - By Kharthus __

* TOC update for 10.2.7 patch

__ New in 3.29 - By Kharthus __

* TOC update for 10.2.6 patch

__ New in 3.28 - By Kharthus __

* TOC update for 10.1.5 patch

__ New in 3.27 - By Kharthus __

* TOC update for 10.1.0 patch
* Addon compartment support
* Clickthrough buttons once again work on mouseUp
* Fix for addons collecting buttons (thanks sfmict)

__ New in 3.26 - By Kharthus __

* Fixed set icon list (thanks SlavKnightGeto)
* Fixed inventory icon sizing in Options window

__ New in 3.25 - By Kharthus __

* Fixed clickthrough on floating buttons that use inventory items.

__ New in 3.24 - By Kharthus __

* TOC update for 10.0.7 patch

__ New in 3.23 - By Kharthus __

* TOC update for 10.0.5 patch

__ New in 3.22 - By Kharthus __

* Fix for errors when mousing over item slots

__ New in 3.21 - By Kharthus __

* Updates for 10.0.2 patch

__ New in 3.20 - By Kharthus __

* Updates for 10.0 patch

__ New in 3.17 - By Kharthus __

* TOC update for 9.2.5 patch

_ New in 3.16 - By Kharthus __

* TOC update for 9.2 patch

__ New in 3.15 - By Kharthus __

* TOC update for 9.1.5 patch

__ New in 3.14 - By Kharthus __

* TOC update for 9.1 patch

__ New in 3.13 - By Kharthus __

* TOC update for 9.0.5 patch

__ New in 3.12 - By Kharthus __

* TOC update for 9.0.2 patch

__ New in 3.11 - By Kharthus __

- Updates to support Shadowlands Pre-Patch

- Change log up to this version removed from hosting site and archived in Change Log.txt
Optional Files (0)


Archived Files (14)
File Name
Version
Size
Author
Date
3.29
91kB
Kharthus
05-05-24 10:53 PM
3.28
91kB
Kharthus
07-18-23 01:31 PM
3.27
91kB
Kharthus
05-07-23 11:56 AM
3.26
91kB
Kharthus
04-02-23 08:20 PM
3.25
91kB
Kharthus
03-27-23 07:37 AM
3.24
91kB
Kharthus
03-26-23 02:22 PM
3.23
91kB
Kharthus
02-24-23 12:56 PM
3.22
91kB
Kharthus
12-02-22 02:32 AM
3.21
91kB
Kharthus
11-15-22 08:29 PM
3.20
91kB
Kharthus
11-04-22 11:17 AM
3.17
91kB
Kharthus
06-01-22 10:36 PM
3.16
91kB
Kharthus
02-22-22 10:36 PM
3.15
91kB
Kharthus
01-28-22 09:56 AM
3.14
91kB
Kharthus
07-03-21 08:50 AM


Post A Reply Comment Options
Unread 05-02-09, 01:23 PM  
dismaljester
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Unable to create set buttons

* Alt+click yourself in the character sheet to create/remove a set button
I can't get this to work, I can make buttons for each slot but can't make a set button. Is it just me?
Report comment to moderator  
Reply With Quote
Unread 04-27-09, 03:57 PM  
Yewbacca
A Murloc Raider

Forum posts: 6
File comments: 34
Uploads: 0
I've come across a solution to what's arguably the most sought-after feature in ItemRack right now.

With the advent of Dual Specs, everybody and their mother wants to have ItemRack auto-switch sets when the spec is swapped.

Well, until ItemRack allows something such as "When selecting this set, first apply the talents, then swap gear (because if gear is attempted to swap BEFORE respeccing, it will fail if some of the gear requires a talent to use)".

The solution to the above scenario is to set up an event "when talent spec has changed (meaning new talents are applied), look at which talent spec we are using (primary or secondary), and load a different set depending on which spec we're in". It avoids the problem of trying to equip gear that requires some talent before having changed spec, and it's automatic because it happens as soon as you swap spec.

And this page has all about how to do that, including a pretty image!

http://community.livejournal.com/wor...t/7771430.html

I was pretty much grinning from ear to ear when I found that. No more "change talent tree, then click an itemrack set". :-) Streamlined, baby!
Last edited by Yewbacca : 04-27-09 at 03:59 PM.
Report comment to moderator  
Reply With Quote
Unread 04-27-09, 03:29 PM  
romracer
A Murloc Raider
 
romracer's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 49
Uploads: 1
Originally posted by sensory
Doesn't work I'm afraid. Switches half my gear but is unable to re-equip some of the gear.

The other version posted in these comments that fixes the prismatic issues still works.
Hi guys, my apologies. I'm still leveling JC so I wasn't able to verify my port worked. Blame me for trying to make it more "future proof" because I believe that broke the prismatic part.

Try the following if you'd like. Both zips are the same (version 2.25+JC prismatic gem fix). They are two separate URLs in case any of you guys have problems with your browser caching the old one. You only need to download one of them (make sure the file dates are Apr 27th):

http://server1.underpants-gnomes.biz...temRack.jc.zip
http://server1.underpants-gnomes.biz...emRack.jc2.zip


Edit: Okay, I've been able to test this and verified it does indeed work. I was able to swap between two sets of gear (PvP and PvE) each with three prismatic gems in them.
Last edited by romracer : 04-30-09 at 06:05 AM.
Report comment to moderator  
Reply With Quote
Unread 04-26-09, 10:25 AM  
pinokkio44
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Suggestion: Dockable buttons for "mounts", "companions".
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 07:55 AM  
freimensch
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally posted by sensory
Doesn't work I'm afraid. Switches half my gear but is unable to re-equip some of the gear.

The other version posted in these comments that fixes the prismatic issues still works.
Confirmed.

New version, posted here for prismatic, doesn't work. But old version still works.
Report comment to moderator  
Reply With Quote
Unread 04-24-09, 07:46 PM  
Burnkim
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I couldn't equip some items

Actually I changed my profession from enchant to engineering.
So, my rings are still enchanted but don't work anymore.

I think those once-enchanted items which don't work are not detected in your addon automatically and couldn't make the sets with these rings.

Plz fix this
Last edited by Burnkim : 04-24-09 at 07:48 PM.
Report comment to moderator  
Reply With Quote
Unread 04-23-09, 08:05 PM  
Jerricka
An Aku'mai Servant
 
Jerricka's Avatar

Forum posts: 30
File comments: 178
Uploads: 0
I'm an elemental shaman with a Resto offspec. Why is it when I switch item sets the Voice of Reason Shield (elemental) Keeps switching itself back into the offhand? I need the Shield of Assimilation in there and it won't stay in with Itemrack enabled!
Report comment to moderator  
Reply With Quote
Unread 04-23-09, 07:13 PM  
sensory
A Fallenroot Satyr
 
sensory's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 46
Uploads: 1
Originally posted by romracer
Here's a version 2.25 of ItemRack that includes the prismatic gem fix. I can't take credit for the fix as I didn't write it; I just merely ported it to the new version of ItemRack.

This version also includes the nitro boot fix with the item queues:

http://server1.underpants-gnomes.biz...temRack.jc.zip

I'll see if I can figure out the other issues mentioned in the comments eventually (assuming Gello doesn't beat us to it).
Doesn't work I'm afraid. Switches half my gear but is unable to re-equip some of the gear.

The other version posted in these comments that fixes the prismatic issues still works.
Report comment to moderator  
Reply With Quote
Unread 04-23-09, 08:30 AM  
Athanyel
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Originally posted by sacrife
Does the latest itemrack have an event to check talentspec?
GetActiveTalentGroup()
Not yet, but Hindsight on the Curse forums posted how to set it up. From (http://wow.curse.com/downloads/wow-a...86.aspx#447070):

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")
Combined with a simple macro (literally: /usetalents [spec:2] 1; [spec:1] 2), I am able to press one button to swap between specs and ItemRack is changing my gear accordingly.

Hopefully the event will make it in as a default at some point.
Last edited by Athanyel : 04-23-09 at 02:18 PM.
Report comment to moderator  
Reply With Quote
Unread 04-22-09, 06:31 AM  
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view AddOns

Forum posts: 384
File comments: 144
Uploads: 3
Event.

Does the latest itemrack have an event to check talentspec?
GetActiveTalentGroup()
Report comment to moderator  
Reply With Quote
Unread 04-21-09, 08:22 AM  
romracer
A Murloc Raider
 
romracer's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 49
Uploads: 1
Here's a version 2.25 of ItemRack that includes the prismatic gem fix. I can't take credit for the fix as I didn't write it; I just merely ported it to the new version of ItemRack.

This version also includes the nitro boot fix with the item queues:

http://server1.underpants-gnomes.biz...temRack.jc.zip

I'll see if I can figure out the other issues mentioned in the comments eventually (assuming Gello doesn't beat us to it).
Report comment to moderator  
Reply With Quote
Unread 04-20-09, 12:50 AM  
freimensch
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally posted by uncaringbear
Does the latest version of Itemrack address the problem of armor sets with Prismatic gems, or do we just keep on using the version put out by gergemaine (which did fix the problem)?
No, this update doesn't contain this fix. Just checked the source.
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 05:26 PM  
Azza2
A Deviate Faerie Dragon

Forum posts: 10
File comments: 29
Uploads: 0
While Titan's grip appears fixed, it doesn't put back on the Mainhand weapon when going back to protection spec, only the shield goes on.
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 07:28 PM  
Mightydre
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Originally posted by Gello
Today's update is just a minor one, it just recognizes if you gain/lose Titan's Grip when you switch specs with dual specs.

If you don't play a warrior or shaman then no need to download the update there's no functional difference.
Please update on curse.com.
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 12:49 AM  
uncaringbear
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 0
Does the latest version of Itemrack address the problem of armor sets with Prismatic gems, or do we just keep on using the version put out by gergemaine (which did fix the problem)?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: