Download
(60Kb)
Download
Updated: 06-08-08 07:12 AM
Addon for:
ItemRack.
Pictures
File Info
Updated:06-08-08 07:12 AM
Created:unknown
Downloads:199,436
Favorites:315
MD5:

ItemRack 2.16 (Old version don't download)  Popular! (More than 5000 hits)

Version: 2.16
by: Gello [More]

ItemRack 2 is out of beta! Thanks to everyone for using this, helping to make it better and most of all your patience.

This "Plugin-Ins & Patches" version of the mod is being depreciated as 2.x becomes the primary version of the mod. The official version of ItemRack is at:

http://www.wowinterface.com/downloads/info4148.html

2.2 and future versions will be posted there.

This 2.16 version will remain for some time mostly to keep comments, but please post new comments on the primary link above.

Thanks!

Post A Reply Comment Options
Unread 05-07-08, 07:07 PM  
Thorlin
A Defias Bandit

Forum posts: 2
File comments: 36
Uploads: 0
ButtonFacade

Any chance of you adding support for ButtonFacade?
Report comment to moderator  
Reply With Quote
Unread 05-08-08, 06:27 AM  
romracer
A Murloc Raider
 
romracer's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 49
Uploads: 1
Originally posted by Vashar
I have a save durability (partially nude) set that I hit when I know there's a wipe or I know that I will die. When I try to re-equip, it always gets stuck that the point of equipping my 2Her and leaves my ranged weapon in my bag.

I'm reverting back to the old outdated ItemRack as it has not given me any trouble and the lag it causes is only for the split second that I swap sets.
I believe I fixed this in the "2.1e" and various versions before it. To test it, I have a priest with a staff (2h obviously) and a wand (ranged). I have the option "Allow empty slots" enabled. I have a set that includes all of my gear, except the staff and wand slots are set to empty and included in the set (thus unequiping them if I pick this set).

I can go from my DPS set to this temp set and it will successfully take my 2h weapon and wand off. I can then go back and click my DPS set and it will successfully re-equip both my staff and my wand, without getting stuck.

This seems to be what you describe, and it works fine in 2.1e for me. Please let me know if my test scenario is missing something.

I have not had a chance to see if Gello included my fixes in 2.11 yet, but I will check this afternoon. Gello, please contact me if you would like my assistance with incorporating my changes into the "official" version.


Edit: 2.1e can be found here for those that miss it - http://athanyel.net/wow/mods/ItemRack-2.1e.zip

If 2.11 does not include my fixes, I'll be "backporting" the 2.4.2 fixes into a 2.1f.
Last edited by romracer : 05-08-08 at 06:28 AM.
Report comment to moderator  
Reply With Quote
Unread 05-08-08, 09:56 AM  
Buio
A Kobold Labourer

Forum posts: 0
File comments: 150
Uploads: 0
Thanks romracer. As 2.4.2 isn't out yet I'll wait with upgrading to 2.11.
Report comment to moderator  
Reply With Quote
Unread 05-08-08, 10:22 AM  
Gello
A Molten Giant
AddOn Author - Click to view AddOns

Forum posts: 522
File comments: 582
Uploads: 75
If I don't have the new set equip done by tuesday I'll definitely incorporate the fix Romracer thanks!

edit: Just did a diff on the files and definitely see the problem.

I'm curious on the %-?%d+ bit tho. Are there negative item id's? I know the later fields can be negative but the base id was always positive I thought.
Last edited by Gello : 05-08-08 at 10:44 AM.
Report comment to moderator  
Reply With Quote
Unread 05-08-08, 06:25 PM  
Avitus
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 33
Uploads: 3
Hello Gello, any chance set based hide/show helm will make a comeback at some point? It's the only missing (significant) feature of Itemrack 1.9x

Thanks
Last edited by Avitus : 05-08-08 at 06:25 PM.
Report comment to moderator  
Reply With Quote
Unread 05-08-08, 06:43 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 Gello
If I don't have the new set equip done by tuesday I'll definitely incorporate the fix Romracer thanks!

edit: Just did a diff on the files and definitely see the problem.

I'm curious on the %-?%d+ bit tho. Are there negative item id's? I know the later fields can be negative but the base id was always positive I thought.

As far as set equipping goes, I think 2.2 or so implemented some new API functions to make equipping items to specific slots much easier. I was going to rewrite ItemRack's function to use this, but I like you, don't have much free time :P

Regarding item IDs, I believe it is technically possible for a base ID to be negative. WoWWiki only lists suffixID and uniqueIDs explicitly as being able to be negative though. I'm not sure exactly which line you're referring to, but there are certainly some situations in ItemRack where it does not support negative uniqueIDs without my patch, such as:

Code:
string.match(itemLink or "","item:(.+):%d+") or 0
which I believe my version has changed to:

Code:
string.match(itemLink or "","item:(.+):%-?%d+") or 0

I have not had a chance to reconcile my changes with your 2.11 yet, but please, if you are interested in including my fixes and have any more questions, please let me know. I'd much rather not have to maintain my own fork anymore :P
Report comment to moderator  
Reply With Quote
Unread 05-08-08, 07:54 PM  
Gello
A Molten Giant
AddOn Author - Click to view AddOns

Forum posts: 522
File comments: 582
Uploads: 75
Yeah I've incorporated your changes in the one I'll post this Monday (holding out hope for a character copy for more thorough testing). They work great. I'm able to equip and unequip my tuxedo without messing with the 2h afterward lol

I experimented with the new equip functions but it doesn't lock items nor skip over already moving items (ie, equipping two identical rings for resist gear). I've got what hopefully is a solid enough set equip now to handle events and all (the one posted for patch will handle multi-pass swaps where an item needs to unequip to move instead of "Another swap in progress"), so we'll see.

Oh I also indirectly incorporated the Spanish bag fix with the new GetItemFamily function.

Thanks again Romracer, you definitely get credit for those fixes.

re: show/hide helm and cloak. I carry a monocle around now also so it's definitely on my todo list.
Report comment to moderator  
Reply With Quote
Unread 05-08-08, 07:58 PM  
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member

Forum posts: 143
File comments: 433
Uploads: 0
Re: ButtonFacade

Originally posted by Thorlin
Any chance of you adding support for ButtonFacade?
Second that.
Report comment to moderator  
Reply With Quote
Unread 05-09-08, 07:20 AM  
rawoul
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
It would be nice if the 'Tiny tooltips' option applied on set buttons, to hide the list of items in the set.
Report comment to moderator  
Reply With Quote
Unread 05-11-08, 12:50 AM  
Steil
A Cliff Giant
 
Steil's Avatar

Forum posts: 77
File comments: 49
Uploads: 0
So, I'm wondering if this patch is an update of the working (til 2.4.2) 1.992 file or is this based off of the buggy 2.x series?
Report comment to moderator  
Reply With Quote
Unread 05-11-08, 02:28 AM  
adino
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
so...does 2.11 work on the current live realms or only on the 2.4.2 test realm?
Report comment to moderator  
Reply With Quote
Unread 05-12-08, 12:23 AM  
Gello
A Molten Giant
AddOn Author - Click to view AddOns

Forum posts: 522
File comments: 582
Uploads: 75
1.992 shouldn't need an update for 2.4.2. (I never caught character copy up so I can't confirm this) This update is for 2.x and should fix most of the set equip problems.

2.12 will work on live and in 2.4.2.

There may be another update tuesday if patch happens and other bugs are found.

I'm anxious to remove 1.9x so if anyone sees problems with the set equip or any other bugs please post them here. The only known issues right now is TrinketMenu mode isn't working correctly and doing two EquipSets in a macro with overlapping gear can abort one of them. (the fix for this exists but there's a chicken-before-the-egg bit that will go in with events)
Report comment to moderator  
Reply With Quote
Unread 05-12-08, 01:37 AM  
Zyonin
Coffee powered Kaldorei
 
Zyonin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1443
File comments: 62
Uploads: 2
I am glad this mod is still alive and kicking as it is one of my more important mods. Since I am a Druid and normally carry three complete gear sets (Tanking, Kitty "Rip your face off" DPS/PvP, and Healing), this mod really helps.

The only thing I would ask for is ButtonFacade support (as others already have)
__________________
Twitter
Report comment to moderator  
Reply With Quote
Unread 05-12-08, 12:41 PM  
Vashar
A Defias Bandit

Forum posts: 3
File comments: 8
Uploads: 0
Originally posted by romracer
I believe I fixed this in the "2.1e" and various versions before it. To test it, I have a priest with a staff (2h obviously) and a wand (ranged). I have the option "Allow empty slots" enabled. I have a set that includes all of my gear, except the staff and wand slots are set to empty and included in the set (thus unequiping them if I pick this set).

I can go from my DPS set to this temp set and it will successfully take my 2h weapon and wand off. I can then go back and click my DPS set and it will successfully re-equip both my staff and my wand, without getting stuck.

This seems to be what you describe, and it works fine in 2.1e for me. Please let me know if my test scenario is missing something.

I have not had a chance to see if Gello included my fixes in 2.11 yet, but I will check this afternoon. Gello, please contact me if you would like my assistance with incorporating my changes into the "official" version.


Edit: 2.1e can be found here for those that miss it - http://athanyel.net/wow/mods/ItemRack-2.1e.zip

If 2.11 does not include my fixes, I'll be "backporting" the 2.4.2 fixes into a 2.1f.
Thanks! The latest version fixed the 2H equipping problem. I actually kept the prior version, except I'd just live with the bug by right clicking an empty spot to drop the 2Her, equip my 1H+Shield, and then equip my raid set again.
Report comment to moderator  
Reply With Quote
Unread 05-12-08, 03:18 PM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
I hate to ask Gello.Up until this last patch I was still able to use the Fubar ItemRack, but now it throws a few errors and of course don't work.I have relied too much on it . Is it possible for you to take it under your wing, up until the last update it worked fine for me .

http://www.wowinterface.com/download...p?id=5510#info
Last edited by fred : 05-12-08 at 05:47 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: