Download
(885Kb)
Download
Updated: 07-21-18 10:57 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:07-21-18 10:57 AM
Created:unknown
Downloads:1,306,148
Favorites:2,694
MD5:

Outfitter  Popular! (More than 5000 hits)

Version: 5.20.3
by: mundocani [More]

About Outfitter

Outfitter is an equipment management addon which gives you fast access to multiple outfits to optimize your abilities in PvE and PvP, automated equip and unequip for convenience doing a variety of activities, or to enhance role-playing.

Outfitter includes an icon bar for fast access to your outfits, a minimap menu for fast compact access, support for LibDataBroker, scripting with a library of pre-made scripts for most common tasks, outfits optimized for a particular stat, item comparisons across outfits, quick access to items via the character sheet, and more.

Version 5.20.3 changes

* FIXED: Prevented more custom events from being registered with the system

Version 5.20.2 changes

* FIXED: Storing outfits on the server no longer gives an error

Version 5.20.1 changes

* FIXED: Outfitter's custom event types should longer give errors about being unknown

Version 5.20 changes

* FEATURE: Updated for patch 8.0
Post A Reply Comment Options
Unread 09-13-09, 10:19 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by dracula
Ever since the integration with the Equipment Manager the addon has become quite unreliable for me. It keeps losing outfits (effectively copying an existing outfit on to another, thereby overwriting it), and today I got some weird warning message about it being unable to equip a head item in a trinket slot.

Especially the outfits that are often suddenly overwritten is quite annoying. Last time I managed to do it like this:

- In the character window outfitter panel, click an outfit "X" (which is also an E.M. set) to equip and select it
- Now click the down-arrow behind another outfit "Y" (which is also an E.M. set) and choose "Change icon"
- Pick another icon and click OK
- Now outfit X was copied to outfit Y

But there are more scenarios that trigger it for me.
Thanks, I'll try that scenario.

I haven't had any reports of problems with traditional (non-EM) outfits btw, so if you have trouble you can always just turn off the EM icon for your outfits.

Keep in mind that this is a beta though, try not to get too annoyed at bugs.
Report comment to moderator  
Reply With Quote
Unread 09-13-09, 10:54 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by dracula
- In the character window outfitter panel, click an outfit "X" (which is also an E.M. set) to equip and select it
- Now click the down-arrow behind another outfit "Y" (which is also an E.M. set) and choose "Change icon"
- Pick another icon and click OK
- Now outfit X was copied to outfit Y

But there are more scenarios that trigger it for me. [/b]
Looks like the problem is that the EM can't update the icon for a set without also updating the set too. Since the outfit isn't equipped when you set the icon, Outfitter saves the icon which also saves the set which is your currently equipped gear (EM doesn't have any way to set items on an outfit without them being equipped).

I'll have to change it to either give you an error if you try to change an EM outfit's icon without equipping it on top first, or I'll have to have it equip the outfit when you try to set the icon. I'll probably opt for putting up an error message since I'm sure I'd be fielding bug reports about equip-on-set-icon into the next millennium otherwise.
Report comment to moderator  
Reply With Quote
Unread 09-14-09, 12:07 PM  
Generizer
A Kobold Labourer

Forum posts: 1
File comments: 11
Uploads: 0
I get the following error w Outfitter 4.8b11 and Baggins r433. I cannot open my bags anymore >_<

The mods both work fine when the other is disabled.

Code:
[11:00:22] Interface\AddOns\Outfitter\Outfitter.lua:8632: attempt to index field 'Items' (a nil value)
[C]: ?
Interface\AddOns\Outfitter\Outfitter.lua:8632: in function <Interface\AddOns\Outfitter\Outfitter.lua:8603>
(tail call): ?
Interface\AddOns\Outfitter\Outfitter.lua:8869: in function <Interface\AddOns\Outfitter\Outfitter.lua:8852>
(tail call): ?
...\modules\LibFilter_Outfitter\LibFilter_Outfitter.lua:557: in function <...\modules\LibFilter_Outfitter\LibFilter_Outfitter.lua:536>
(tail call): ?
(tail call): ?
Interface\AddOns\Baggins\Baggins-Filtering.lua:280: in function <Interface\AddOns\Baggins\Baggins-Filtering.lua:252>
Interface\AddOns\Baggins\Baggins-Filtering.lua:329: in function `OnSlotChanged'
Interface\AddOns\Baggins\Baggins-Filtering.lua:242: in function `CheckSlotsChanged'
Interface\AddOns\Baggins\Baggins-Filtering.lua:392: in function `ForceFullUpdate'
Interface\AddOns\Baggins\Baggins.lua:2766: in function `OpenBag'
Interface\AddOns\Baggins\Baggins.lua:2795: in function `OpenAllBags'
Interface\AddOns\Baggins\Baggins.lua:2876: in function <Interface\AddOns\Baggins\Baggins.lua:2872>
(tail call): ?
[string "TOGGLEBACKPACK"]:1: in function <[string "TOGGLEBACKPACK"]:1>
Also, in previous builds there was a rebuild for Max iLvl option. I can't find that anymore.
Last edited by Generizer : 09-14-09 at 12:07 PM.
Report comment to moderator  
Reply With Quote
Unread 09-14-09, 01:55 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by Generizer
Also, in previous builds there was a rebuild for Max iLvl option. I can't find that anymore.
The rebuild option for an outfit is only available if you selected an optimization for that outfit when you created it. For example, if you optimize for Frost Resistance then the outfit will have a "Rebuild for Frost Resistance" menu item. That setting can not be remembered on the server though, so if you use another machine then it won't appear.

A future version of Outfitter will have the ability to rebuild any outfit for any optimization at any time, but for now this how it works.

4.8b12 should fix the problem with nil Items, it's not a Baggins-specific conflict, just a general bug that shows up in various ways.
Report comment to moderator  
Reply With Quote
Unread 09-14-09, 01:55 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Version 4.8b12 changes

* FEATURE: Default for new outfits is to use your current gear instead of an empty outfit
* BUGFIX: Added warning dialog if you try to change the icon for an EM-based outfit without equipping it first
* BUGFIX: Fixed bug causing outfits to be re-saved when changing outfits using the main Outfitter UI
* BUGFIX: Fixed bugs with banked items on EM outfits (Blizzard changed the way they report banked items in patch 3.2)

This should finally fix the remaining major EM bugs. Turns out Blizzard changed the way the EM reports the location of banked items in patch 3.2 and Outfitter was trying to use their old location format. This caused weird errors about necks not being equipped in trinket slots and also caused the outfit coloring and tooltips to be wrong if there were banked items.

I also had a very old bug which was causing outfits to get saved when you equipped them. For classic outfits (non-EM) this was never a problem because saving had no side-effects. The EM has severe restrictions on saving outfits: you have to save the outfit to change the icon and you have to be wearing all of the gear in order to save the outfit. Because of the icon restriction, changing the icon when not wearing the outfit first causes the outfit to get updated with your current gear, overwriting whatever you had put in there before. Because you have to be wearing your gear, the unnecessary save would cause any slots that couldn't be equipped (banked items) to get changed to what you had equipped. Blech.
Report comment to moderator  
Reply With Quote
Unread 09-14-09, 02:42 PM  
Generizer
A Kobold Labourer

Forum posts: 1
File comments: 11
Uploads: 0
Originally posted by mundocani
The rebuild option for an outfit is only available if you selected an optimization for that outfit when you created it. For example, if you optimize for Frost Resistance then the outfit will have a "Rebuild for Frost Resistance" menu item. That setting can not be remembered on the server though, so if you use another machine then it won't appear. [/b]
Fair enough, but I can't even seem to find an option to build an ilvl set. I don't see it where it was in 4.7 nor under Scripts.
Report comment to moderator  
Reply With Quote
Unread 09-14-09, 03:40 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by Generizer
Fair enough, but I can't even seem to find an option to build an ilvl set. I don't see it where it was in 4.7 nor under Scripts.
It's in the Optimize For menu under the Stats section, it's the last one in the list right after Total Stats.
Report comment to moderator  
Reply With Quote
Unread 09-14-09, 03:41 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Version 4.8b13 changes

* BUGFIX: Fixed banking features for EM-based outfits stored in main bank window
* BUGFIX: Tooltip shows correctly in Odds 'n Ends list for items in main bank window

Sorry for the rapid-fire update but I'm going out of town for the rest of the week tomorrow morning and I discovered that the banking features still weren't working correctly for items in the main bank window, only for items in the bank bags. This update should take care of that.
Report comment to moderator  
Reply With Quote
Unread 09-14-09, 05:55 PM  
Generizer
A Kobold Labourer

Forum posts: 1
File comments: 11
Uploads: 0
Nevermind. I'm dumb.
Last edited by Generizer : 09-14-09 at 06:01 PM.
Report comment to moderator  
Reply With Quote
Unread 09-14-09, 08:09 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by Generizer
Nevermind. I'm dumb.
We all have our moments, glad you found it
Report comment to moderator  
Reply With Quote
Unread 09-15-09, 02:16 AM  
Miralen
A Rage Talon Dragon Guard
 
Miralen's Avatar

Forum posts: 341
File comments: 80
Uploads: 0
As far as my wow crashes I did delete my wtf file and it seemed to help as I havent had a wow crash since. HOWEVER! That could be pure coincidence I am not sure it was outfitter for all I know it could of been a fluke to get the two or three wow critical errors back to back. Who knows?
__________________
Never hold discussions with the monkey when the organ grinder is in the room.

- Winston Churchill
Report comment to moderator  
Reply With Quote
Unread 09-15-09, 08:05 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by Miralen
As far as my wow crashes I did delete my wtf file and it seemed to help as I havent had a wow crash since. HOWEVER! That could be pure coincidence I am not sure it was outfitter for all I know it could of been a fluke to get the two or three wow critical errors back to back. Who knows?
Yeah, it's hard to say. I've seen numerous reports of people clearing up crashes by deleting the WTF/cache data and I'm sure, as much as my ego would believe otherwise, that they're not all using Outfitter

My best guess is that there was something about a recent WoW patch that corrupts your WoW cache files, which may explain why resetting it all clears it up.
Report comment to moderator  
Reply With Quote
Unread 09-15-09, 07:31 PM  
Seyss
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 123
Uploads: 2
mundocani,

I don't know if I'm the only one having this problem but many times after I login I see a lua error (yes I set it to show me) and Outfitter ends up loading the default settings, and failing to fetch my server data for outfits.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 09-15-09, 11:31 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by Seyss
mundocani,

I don't know if I'm the only one having this problem but many times after I login I see a lua error (yes I set it to show me) and Outfitter ends up loading the default settings, and failing to fetch my server data for outfits.

Thanks.
If the error says something about "Items is nil" then it's a known issue and I'll be looking at it once I'm back home this weekend. If it isn't that one please post anything you can from the error message to help in diagnosing it.
Report comment to moderator  
Reply With Quote
Unread 09-17-09, 08:14 AM  
Kerecha
A Deviate Faerie Dragon
 
Kerecha's Avatar

Forum posts: 10
File comments: 196
Uploads: 0
Would it be possible to make some sort of buttonfacade support for skinning the outfit menu buttons?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.