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,070
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 10-14-12, 11:32 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally Posted by Alexandra
I have a weird issue and I cannot seem to nail the reason it acts that way:

Whenever I select my fishing setup, if I click back the normal or shadowform outfit so I can pursue questing it will automatically reswap back to fishing within a few seconds.
It is very annoying, I have tried to remove the 'script' attached to fishing outfit in order to do manually but still no luck there. I like to swap in fish gear when I find a pool during questing but not battle forever to swap back to normal gear.

On a side note I have also the addon fishing buddy.

Thanks
Fishing Buddy is the one doing it, check its options for Outfitter support to see if there's a way to control that behavior.
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 11:30 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally Posted by m1k3y121
About 1/2 second...no gcd scroll over the icons but long enough to actually equip it and apply it to my stats etc.
I don't have a staff to try it on, but maybe this script would work:

Code:
-- $EVENTS OUTFIT_EQUIPPED
Outfitter.SchedulerLib:ScheduleTask(1.0, function () UseInventoryItem(GetInventorySlotInfo("MainHandSlot")) end)
The UseInventoryItem() API is protected, but that protection might only be during combat. To use it you would create an outfit with just your staff in it and then paste that code in as a custom script. When you equip the outfit, then one second later it'll try to /use the staff which should cause you to transform. You can shorten the 1.0 to 0.5 or whatever you like -- it just needs to be long enough to give the server time to equip your item but not so long that it becomes annoying to wait for. Let me know if it works!
Last edited by mundocani : 10-14-12 at 11:31 AM.
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 05:41 AM  
Alexandra
A Kobold Labourer
 
Alexandra's Avatar

Forum posts: 1
File comments: 8
Uploads: 0
I have a weird issue and I cannot seem to nail the reason it acts that way:

Whenever I select my fishing setup, if I click back the normal or shadowform outfit so I can pursue questing it will automatically reswap back to fishing within a few seconds.
It is very annoying, I have tried to remove the 'script' attached to fishing outfit in order to do manually but still no luck there. I like to swap in fish gear when I find a pool during questing but not battle forever to swap back to normal gear.

On a side note I have also the addon fishing buddy.

Thanks
__________________
Alexandra
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 12:06 AM  
m1k3y121
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
About 1/2 second...no gcd scroll over the icons but long enough to actually equip it and apply it to my stats etc.
Report comment to moderator  
Reply With Quote
Unread 10-13-12, 11:40 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Legendary Staff

Originally Posted by m1k3y121
I was wondering if there is a way without hotkeys to equip the legendary staff, mount up, and when I dismount, equip my new weapons that replaced it I spent so long getting it, it just doesn't feel right not to use the mount.
Is there a cooldown after you equip the staff before you can /use it?
Report comment to moderator  
Reply With Quote
Unread 10-12-12, 06:21 PM  
m1k3y121
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Legendary Staff

I was wondering if there is a way without hotkeys to equip the legendary staff, mount up, and when I dismount, equip my new weapons that replaced it I spent so long getting it, it just doesn't feel right not to use the mount.
Report comment to moderator  
Reply With Quote
Unread 10-10-12, 11:02 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Outfit items Stat comparison

Originally Posted by Pjmcnally
Originally Posted by mondoz
Originally Posted by mundocani
The comparison feature in Outfitter augments the Blizzard comparison feature by including items from your outfits (so you can compare new loot against an item you're not wearing at the moment, for example). The comparison tooltips show up at the same time as the Blizzard tooltips, ie when you hold down shift.
Is there a way to get these comparison tooltips to stay on all the time?
I had a slightly different question regarding the comparison tool tips. I have Outfitter set up to "Show in Item Comparison" Whenever I shift + hover over an item both the item I am wearing and the items from my outfit are compared to the item I am hovering over. However, the tool-tip for the items from my outfits don't show any math or stat comparisons. It just shows the item.

Is this intended or is this just me? Is there a way to make it so that the items I have equipped and the items from my other outfits are compared (with stat changes) to the item I am hovering over?
I couldn't find a way to get the UI to include those stat deltas in the extra tooltips. If you find anything on how to do it let me know, otherwise I'll keep an eye out and add it if I figure it out.
Report comment to moderator  
Reply With Quote
Unread 09-26-12, 12:31 AM  
Pjmcnally
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Outfit items Stat comparison

Originally Posted by mondoz
Originally Posted by mundocani
The comparison feature in Outfitter augments the Blizzard comparison feature by including items from your outfits (so you can compare new loot against an item you're not wearing at the moment, for example). The comparison tooltips show up at the same time as the Blizzard tooltips, ie when you hold down shift.
Is there a way to get these comparison tooltips to stay on all the time?
I had a slightly different question regarding the comparison tool tips. I have Outfitter set up to "Show in Item Comparison" Whenever I shift + hover over an item both the item I am wearing and the items from my outfit are compared to the item I am hovering over. However, the tool-tip for the items from my outfits don't show any math or stat comparisons. It just shows the item.

Is this intended or is this just me? Is there a way to make it so that the items I have equipped and the items from my other outfits are compared (with stat changes) to the item I am hovering over?
Report comment to moderator  
Reply With Quote
Unread 08-30-12, 02:17 AM  
mondoz
An Aku'mai Servant

Forum posts: 31
File comments: 20
Uploads: 0
Originally Posted by mundocani
The comparison feature in Outfitter augments the Blizzard comparison feature by including items from your outfits (so you can compare new loot against an item you're not wearing at the moment, for example). The comparison tooltips show up at the same time as the Blizzard tooltips, ie when you hold down shift.
Is there a way to get these comparison tooltips to stay on all the time?
Report comment to moderator  
Reply With Quote
Unread 08-29-12, 01:27 PM  
gumby_dammit223
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Thanks for being on top of it!!

Originally Posted by mundocani
5.5.2 should fix the LibDataBroker error message as well as being able to equip ranged weapons in the MH slot
Report comment to moderator  
Reply With Quote
Unread 08-29-12, 12:49 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
5.5.2 should fix the LibDataBroker error message as well as being able to equip ranged weapons in the MH slot
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 07:37 PM  
gumby_dammit223
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Getting the following error after patch 5.0.4

Date: 2012-08-28 19:35:23
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Outfitter\LibStatLogic-1.2.lua line 6509:
attempt to call global 'GetPrimaryTalentTree' (a nil value)
Debug:
[C]: GetPrimaryTalentTree()
Outfitter\LibStatLogic-1.2.lua:6509:
Outfitter\LibStatLogic-1.2.lua:6501
Outfitter\LibStatLogic-1.2.lua:6533:
Outfitter\LibStatLogic-1.2.lua:6532
(tail call): ?
Locals:
(*temporary) = nil
(*temporary) = "attempt to call global 'GetPrimaryTalentTree' (a nil value)"
ArmorSpecActive = nil
pairs = <function> defined =[C]:-1
WatchInventoryID = <table> {
1 = 1
2 = 3
3 = 5
4 = 9
5 = 10
6 = 6
7 = 7
8 = 8
}
GetInventoryItemID = <function> defined =[C]:-1
GetItemInfo = <function> defined @Interface\AddOns\Outfitter\LibStatLogic-1.2.lua:5859
playerArmorType = "Plate"

AddOns:
Swatter, v4.0.0 (<%codename%>)
Babylonian, v5.1.DEV.312(/embedded)
Configator, v5.1.DEV.330(/embedded)
DBMCore, v
DBMSpellTimers, v
Gatherer, v4.0.0
Outfitter, v5.5
Quartz, v3.1.0
Recount, v
SlideBar, v4.0.0 (<%codename%>)
BlizRuntimeLib_enUS v5.0.4.50001 <us>
(ck=11b)
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 07:31 PM  
Renwa
Premium Member
 
Renwa's Avatar
Premium Member

Forum posts: 6
File comments: 14
Uploads: 0
Ranged Weapons

Still getting error... unable to find ranged weapon
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 03:17 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Keybind for updating to current items?

Originally Posted by stargatingit
I was wondering if there was a keybind or a quick way to update your set to the currently equipped items rather than clicking through the menus?
If you hold down any modifier while choosing an outfit from the minimap menu or outfit bar then it will update that outfit with your current gear. A dialog will appear explaining what's going to happen.
Report comment to moderator  
Reply With Quote
Unread 06-27-12, 05:40 AM  
stargatingit
Premium Member
Premium Member

Forum posts: 4
File comments: 19
Uploads: 0
Keybind for updating to current items?

I was wondering if there was a keybind or a quick way to update your set to the currently equipped items rather than clicking through the menus?
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.