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,338
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 08-24-09, 10:00 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by ChaosInc
Got dc'd from server. Came back and one of my outfits was deleted.
Was it stored in the equipment manager? If so, double-check that it didn't get moved to the "Accessories" category. If not, any details would be great - version of Outfitter of course, but also was it created recently or have you had that outfit for a long time before it got deleted?

Two reports of outfits being deleted is disconcerting, hopefully any common thread between both instances can be found quickly.
Report comment to moderator  
Reply With Quote
Unread 08-24-09, 04:19 PM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Originally posted by mundocani
Was it stored in the equipment manager? If so, double-check that it didn't get moved to the "Accessories" category. If not, any details would be great - version of Outfitter of course, but also was it created recently or have you had that outfit for a long time before it got deleted?

Two reports of outfits being deleted is disconcerting, hopefully any common thread between both instances can be found quickly.
Mine was using Current version, with Server Stored Feature enabled. Outfit's have been used i'd say for a month, and always been updated
Report comment to moderator  
Reply With Quote
Unread 08-26-09, 03:10 AM  
Lexiter
A Kobold Labourer
 
Lexiter's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: Outfitter hates Nightmare Tears...

Originally posted by mundocani
That gem was added in patch 3.2, but I wasn't aware of it and never added it to Outfitter's list of unique-equipped gems. I'll get it in the next build, but if you want to make it work in the meantime you can open Outfitter.lua in any text editor and search for

[45987] = "STORMJEWEL", -- Rigid Stormjewel

Then add this line right after it

[49110] = 49110, -- Nightmare Tear
Had this same problem with the +6 stats gem. Had one in boots on healgear and one in belt on tankgear. Outfitter couldnt deal with it and kept telling me no more the ... of same gems can be installed.

I then Put the gem on belt for both gear and worked fine.
Pity though cause couldnt install the third JC gem anomore.
Report comment to moderator  
Reply With Quote
Unread 08-28-09, 01:22 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Re: Re: Outfitter hates Nightmare Tears...

Originally posted by Lexiter
Had this same problem with the +6 stats gem.
I checked and I did fix the Enchanted Tear (+6 stats) in an earlier 4.8 beta, so it should be working fine currently.

If anyone encounters a unique-equipped gem that Outfitter isn't handling, please let me know. I have to manually add each gem to a list in my code so that my equipment engine knows to take special care with those gems. If it isn't working correctly with a particular gem it just means I haven't added it or I added it incorrectly (typos).
Report comment to moderator  
Reply With Quote
Unread 09-09-09, 04:44 AM  
soki
A Kobold Labourer
 
soki's Avatar

Forum posts: 0
File comments: 17
Uploads: 0
I'm using 4.8b9 and I'm having a problem with dual-spec and script settings. I have 2 item sets on my warlock, PvE and PvP. I used it set to to automatically switch to the PvE when I activated my secondary talents, but I've now turned it off (it says Script (None)) but it still switches the gear.. any ideas?
__________________
WTB Skill
Report comment to moderator  
Reply With Quote
Unread 09-09-09, 11:03 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by soki
I'm using 4.8b9 and I'm having a problem with dual-spec and script settings. I have 2 item sets on my warlock, PvE and PvP. I used it set to to automatically switch to the PvE when I activated my secondary talents, but I've now turned it off (it says Script (None)) but it still switches the gear.. any ideas?
If your PvE or PvP sets are Complete outfits then my guess is that another script is causing them to be equipped as a side-effect. This happens if you script a Complete outfit and that script unequips that Complete outfit. When you unequip a Complete outfit, Outfitter has to find another one for you to wear instead so that you aren't left naked. If you don't have a script activating another Complete outfit for you when the other outfit is unequipped then Outfitter will pick your most recently used Complete outfit and equip it for you. So my guess is that Outfitter is choosing your PvP or PvE set for you as a side-effect, which gives the appearance that those outfits are still scripted.
Report comment to moderator  
Reply With Quote
Unread 09-09-09, 03:08 PM  
soki
A Kobold Labourer
 
soki's Avatar

Forum posts: 0
File comments: 17
Uploads: 0
Originally posted by mundocani
If your PvE or PvP sets are Complete outfits then my guess is that another script is causing them to be equipped as a side-effect. This happens if you script a Complete outfit and that script unequips that Complete outfit. When you unequip a Complete outfit, Outfitter has to find another one for you to wear instead so that you aren't left naked. If you don't have a script activating another Complete outfit for you when the other outfit is unequipped then Outfitter will pick your most recently used Complete outfit and equip it for you. So my guess is that Outfitter is choosing your PvP or PvE set for you as a side-effect, which gives the appearance that those outfits are still scripted.
Thanks for the quick reply. Sorry for the stupid follow-up question, but how would I solve this problem then? =X Perhaps there's aw ay to write a custom script that activates my PvP set (you were right, they're both complete sets) when both my primary or secondary talents are activated?
__________________
WTB Skill
Report comment to moderator  
Reply With Quote
Unread 09-09-09, 11:54 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by soki
Thanks for the quick reply. Sorry for the stupid follow-up question, but how would I solve this problem then? =X Perhaps there's aw ay to write a custom script that activates my PvP set (you were right, they're both complete sets) when both my primary or secondary talents are activated?
I think the best solution, and the one I'm trying out for Warrior and Druid stance/shapeshift scripts in 4.8, is to have the script be "equip only" if the outfit is Complete. For the talent scripts, that would be something like this:

-- $EVENTS ACTIVE_TALENT_GROUP_CHANGED

if GetActiveTalentGroup() == 1 then
equip = true
end

That's for the primary talents, change the 1 to a 2 to make it work off your Secondary talents instead. It will only equip the outfit and never unequip it automatically. Once you equip another Complete outfit (manually or via script) it'll unequip like you'd expect since equipping a Complete outfit always unequips other Complete outfits.

The quick-and-dirty alternative to this problem is to make those outfits accessories instead (remove the shirt slot for example) and use a static Complete outfit as your base. Then they can be equipped and unequipped at-will without the side-effects that Complete outfits have since they'll just overlay onto your base outfit.

I'm working on changing the way I handle that so in a future version you should be able to set how an outfit behaves without it being based on the outfit's Complete-ness.
Last edited by mundocani : 09-09-09 at 11:55 PM.
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 10:21 AM  
soki
A Kobold Labourer
 
soki's Avatar

Forum posts: 0
File comments: 17
Uploads: 0
Originally posted by mundocani
I think the best solution, and the one I'm trying out for Warrior and Druid stance/shapeshift scripts in 4.8, is to have the script be "equip only" if the outfit is Complete. For the talent scripts, that would be something like this:

-- $EVENTS ACTIVE_TALENT_GROUP_CHANGED

if GetActiveTalentGroup() == 1 then
equip = true
end

That's for the primary talents, change the 1 to a 2 to make it work off your Secondary talents instead. It will only equip the outfit and never unequip it automatically. Once you equip another Complete outfit (manually or via script) it'll unequip like you'd expect since equipping a Complete outfit always unequips other Complete outfits.

The quick-and-dirty alternative to this problem is to make those outfits accessories instead (remove the shirt slot for example) and use a static Complete outfit as your base. Then they can be equipped and unequipped at-will without the side-effects that Complete outfits have since they'll just overlay onto your base outfit.

I'm working on changing the way I handle that so in a future version you should be able to set how an outfit behaves without it being based on the outfit's Complete-ness.
Worked for me! Thanks!
__________________
WTB Skill
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 12:52 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by soki
Worked for me! Thanks!
Cool, glad to hear it - have fun
Report comment to moderator  
Reply With Quote
Unread 09-11-09, 01:21 AM  
Generizer
A Kobold Labourer

Forum posts: 1
File comments: 11
Uploads: 0
b10 errors

Installed b10 and getting a couple errors:

Code:
[00:19:49] Interface\AddOns\Outfitter\OutfitterInventory.lua:1565: bad argument #1 to 'pairs' (table expected, got nil)
[C]: ?
[C]: in function `pairs'
Interface\AddOns\Outfitter\OutfitterInventory.lua:1565: in function `ItemList_CompiledUnusedItemsList'
Interface\AddOns\Outfitter\Outfitter.lua:2710: in function `Update'
Interface\AddOns\Outfitter\Outfitter.lua:1700: in function `ShowPanel'
Interface\AddOns\Outfitter\Outfitter.lua:1027: in function `OnShow'
[string "*:OnShow"]:1: in function <[string "*:OnShow"]:1>
[C]: in function `Show'
Interface\AddOns\Outfitter\Outfitter.lua:1010: in function `ToggleOutfitterFrame'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>
&
Code:
[00:19:46] Interface\AddOns\Outfitter\Outfitter.lua:3807: bad argument #1 to 'pairs' (table expected, got nil)
[C]: ?
[C]: in function `pairs'
Interface\AddOns\Outfitter\Outfitter.lua:3807: in function `GetCompiledOutfit'
Interface\AddOns\Outfitter\OutfitterEquipment.lua:648: in function `RestoreSavedStack'
Interface\AddOns\Outfitter\OutfitterEquipment.lua:628: in function `Initialize'
Interface\AddOns\Outfitter\Outfitter.lua:5035: in function `Function'
Interface\AddOns\Outfitter\MCSchedulerLib.lua:278: in function `OnUpdate2'
Interface\AddOns\Outfitter\MCSchedulerLib.lua:198: in function `OnUpdate'
Interface\AddOns\Outfitter\MCSchedulerLib.lua:311: in function <Interface\AddOns\Outfitter\MCSchedulerLib.lua:311>
Good news is that w Baggins running i could open my bags now, yay!

Bad news Outfitter couldn't see any of my sets. So, I couldn't test to see if they would be sorted in Baggins.

Thx for all the hard work.
Gen
Last edited by Generizer : 09-11-09 at 01:24 AM.
Report comment to moderator  
Reply With Quote
Unread 09-11-09, 02:32 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: b10 errors

Originally posted by Generizer
Installed b10 and getting a couple errors:
Something appears corrupted in your outfit data -- those errors are being caused by one of your outfits returning a nil item list (an empty outfit doesn't return a nil item list, it returns an empty item list). I don't know how this happened, but the first thing I would try is to select any Complete outfit. That'll clear out the stack of temporary outfits (manually equipped items) which may be what's causing this. If that doesn't clear it up, see if you can narrow it down to a particular outfit that, when equipped, produces this error. Try recreating that outfit to clear it up.
Report comment to moderator  
Reply With Quote
Unread 09-13-09, 01:43 PM  
Miralen
A Rage Talon Dragon Guard
 
Miralen's Avatar

Forum posts: 341
File comments: 80
Uploads: 0
Can the corrupted outfit date cause WoW to crash cause sicne I grabbed the newest version ive been hit with 3 wow crashes. Not saying its the addon's fault just wondering if I should delete my wtf file for it and start a-fresh with outfitter and my outfits...Luckily I am not using outfitter to its full extent so all my outfits equates to like 4 lol.
__________________
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-13-09, 04:05 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by Miralen
Can the corrupted outfit date cause WoW to crash cause sicne I grabbed the newest version ive been hit with 3 wow crashes. Not saying its the addon's fault just wondering if I should delete my wtf file for it and start a-fresh with outfitter and my outfits...Luckily I am not using outfitter to its full extent so all my outfits equates to like 4 lol.
I don't know of any issues with Outfitter being able to crash WoW, though since patch 3.2 I've seen more WoW crashes too (used to be very rare, now it happens once every couple days or so).

I don't know what to suggest, but tossing your settings might make a difference. You can do it in-game using

/outfitter reset

If you want to give it a try. I don't think it's likely to help, but let me know if it seems to make a difference.
Report comment to moderator  
Reply With Quote
Unread 09-13-09, 08:52 PM  
dracula
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 70
Uploads: 2
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.
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.