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,057
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-18, 12:40 AM  
Wizardling
A Kobold Labourer
 
Wizardling's Avatar
Premium Member

Forum posts: 0
File comments: 119
Uploads: 0
Exclamation Swimming script error broke Outfitter completely till UI reload

3x [string "Script for Swimming"]:29: attempt to call global 'GetMapNameByID' (a nil value)
[string "Script for Swimming"]:29: in function `Function'
Outfitter\MC2EventLib.lua:39: in function `DispatchEvent'
Outfitter\Outfitter-5.20.3.lua:4382: in function `SetSpecialOutfitEnabled'
Outfitter\Outfitter-5.20.3.lua:4192: in function `Function'
Outfitter\MC2SchedulerLib.lua:242: in function `OnUpdate2'
Outfitter\MC2SchedulerLib.lua:178: in function `OnUpdate'
Outfitter\MC2SchedulerLib.lua:20: in function <Outfitter\MC2SchedulerLib.lua:20>

Locals:
InCombatSkipped
Report comment to moderator  
Reply With Quote
Unread 09-07-18, 06:01 AM  
LaRIC
Premium Member
 
LaRIC's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 18
Uploads: 2
error while swimming.

19x [string "Script for Swimming"]:29: attempt to call global 'GetMapNameByID' (a nil value)
[string "Script for Swimming"]:29: in function `Function'
Outfitter\MC2EventLib.lua:39: in function `DispatchEvent'
Outfitter\Outfitter-5.20.3.lua:4382: in function `SetSpecialOutfitEnabled'
Outfitter\Outfitter-5.20.3.lua:4192: in function `Function'
Outfitter\MC2SchedulerLib.lua:242: in function `OnUpdate2'
Outfitter\MC2SchedulerLib.lua:178: in function `OnUpdate'
Outfitter\MC2SchedulerLib.lua:20: in function <Outfitter\MC2SchedulerLib.lua:20>


Locals:
self = <table> {
PostProcess = <function> defined @Outfitter\OutfitterScripting.lua:2132
Debug = <function> defined @Outfitter\OutfitterScripting.lua:2128
RegisterEvent = <function> defined @Outfitter\OutfitterScripting.lua:2094
UnregisterAllEvents = <function> defined @Outfitter\OutfitterScripting.lua:2120
Outfit = <table> {
}
Function = <function> defined Script for Swimming:1
NewContext = <function> defined @Outfitter\OutfitterScripting.lua:2073
Construct = <function> defined @Outfitter\OutfitterScripting.lua:2085
inherit = <function> defined @Outfitter\MC2AddonLib.lua:148
InheritOver = <function> defined @Outfitter\MC2AddonLib.lua:128
Inherit = <function> defined @Outfitter\MC2AddonLib.lua:148
UnregisterEvent = <function> defined @Outfitter\OutfitterScripting.lua:2109
inheritOver = <function> defined @Outfitter\MC2AddonLib.lua:128
}
event = "SWIMMING"
outfit = <table> {
ScriptID = "Swimming"
didEquip = false
didUnequip = true
Items = <table> {
}
CategoryID = "Accessory"
ScriptSettings = <table> {
}
ScriptLockupCount = 0
Name = "Swimming"
}
equip = nil
immediate = nil
layer = nil
delay = nil
interrupt = nil
didEquip = false
didUnequip = true
isEquipped = false
time = 1050008.592
setting = <table> {
DisableVashjir = true
DisableBG = false
DisablePVP = false
DisableInstance = false
}
run = <function> defined @Outfitter\Outfitter.lua:7789
inInstance = false
instanceType = "none"
zoneText = "Antoran Wastes"
(*temporary) = nil
(*temporary) = 614
(*temporary) = "attempt to call global 'GetMapNameByID' (a nil value)"

Report comment to moderator  
Reply With Quote
Unread 08-23-18, 09:34 AM  
Radoznali
A Deviate Faerie Dragon
 
Radoznali's Avatar

Forum posts: 11
File comments: 156
Uploads: 0
Does any one know how to make outfitter windows- windows to set some options on gear set bigger?
Report comment to moderator  
Reply With Quote
Unread 08-04-18, 09:42 AM  
Robsato
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 46
Uploads: 5
I get the error below on when I login to WoW.
I guess it is related to the Argent Dawn script I still have setup on my main (Human, Warrior). I don't get the error on other characters.

Also the error goes away when disabling the Argent Dawn script

Code:
Message: Interface\AddOns\Outfitter\MC2EventLib.lua:88: Attempt to register unknown event "ARGENT_DAWN"
Time: Sat Aug  4 17:32:59 2018
Count: 1
Stack: Interface\AddOns\Outfitter\MC2EventLib.lua:88: Attempt to register unknown event "ARGENT_DAWN"
[C]: in function `RegisterEvent'
Interface\AddOns\Outfitter\MC2EventLib.lua:88: in function `RegisterEvent'
Interface\AddOns\Outfitter\OutfitterScripting.lua:2105: in function `RegisterEvent'
Interface\AddOns\Outfitter\OutfitterScripting.lua:1990: in function `ActivateScript'
Interface\AddOns\Outfitter\OutfitterScripting.lua:2040: in function `ActivateAllScripts'
Interface\AddOns\Outfitter\Outfitter.lua:4888: in function `Function'
Interface\AddOns\Outfitter\MC2SchedulerLib.lua:242: in function `OnUpdate2'
Interface\AddOns\Outfitter\MC2SchedulerLib.lua:178: in function `OnUpdate'
Interface\AddOns\Outfitter\MC2SchedulerLib.lua:20: in function <Interface\AddOns\Outfitter\MC2SchedulerLib.lua:20>

Locals: (*temporary) = <unnamed> {
 0 = <userdata>
 EventLib = <table> {
 }
}
(*temporary) = "ARGENT_DAWN"
Last edited by Robsato : 08-04-18 at 09:50 AM.
Report comment to moderator  
Reply With Quote
Unread 08-03-18, 05:19 PM  
Symbolis
A Deviate Faerie Dragon

Forum posts: 15
File comments: 4
Uploads: 0
Error When Setting Script - v5.20.3

Code:
Message: Interface\FrameXML\OptionsPanelTemplates.lua:151: attempt to call method 'SetValue' (a nil value)
Time: Fri Aug  3 19:09:53 2018
Count: 1
Stack: Interface\FrameXML\OptionsPanelTemplates.lua:151: attempt to call method 'SetValue' (a nil value)
Interface\FrameXML\OptionsPanelTemplates.lua:151: in function `BlizzardOptionsPanel_CheckButton_SetNewValue'
Interface\FrameXML\OptionsPanelTemplates.lua:131: in function `BlizzardOptionsPanel_CheckButton_OnClick'
[string "*:OnClick"]:6: in function <[string "*:OnClick"]:1>

Locals: checkButton = OutfitterEditScriptDialogSettingsCheckbox3 {
 0 = <userdata>
 Descriptor = <table> {
 }
 newValue = "0"
}
isChecked = false
setting = "0"
(*temporary) = nil
(*temporary) = OutfitterEditScriptDialogSettingsCheckbox3 {
 0 = <userdata>
 Descriptor = <table> {
 }
 newValue = "0"
}
(*temporary) = "0"
(*temporary) = "attempt to call method 'SetValue' (a nil value)"
This error pops when clicking the checkbox beside, for example, Protection on the window that is shown from Script > General > Talent Tree...

Everything still appears to set (or un-set) correctly despite the error. Occurs even with no other addons enabled.
Report comment to moderator  
Reply With Quote
Unread 07-30-18, 06:11 PM  
LazerBoi_64
A Defias Bandit

Forum posts: 2
File comments: 6
Uploads: 0
Outfitter v5.20.3 will not change outfits

Can't change outfits using the minimap button menu, but they will change if you open the Outfitter window and manually select them. Running the current version of WoW (BfA prepatch).

Edit - effectiveness of addon changing outfits, even manually is random. The addon seems to work initally, but after a couple of actions it no longer works. Have not tried logging out and back in to see if that restores some amount of functionality.
Last edited by LazerBoi_64 : 08-02-18 at 07:44 PM.
Report comment to moderator  
Reply With Quote
Unread 07-28-18, 03:15 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: actual download, get those error

Re-select your stealth outfit's script (or delete the stealth outfit if you don't use it). The script likely became snapshotted at some point in the past and is no longer being updated by Outfitter. Re-selecting it from the list will correct that.
Report comment to moderator  
Reply With Quote
Unread 07-18-18, 02:53 PM  
wolfi
A Kobold Labourer

Forum posts: 1
File comments: 13
Uploads: 0
actual download, get those error

1x Outfitter\MC2EventLib.lua:88: Attempt to register unknown event "STEALTH"
[C]: in function `RegisterEvent'
Outfitter\MC2EventLib.lua:88: in function `RegisterEvent'
Outfitter\OutfitterScripting.lua:2116: in function `RegisterEvent'
Outfitter\OutfitterScripting.lua:2003: in function `ActivateScript'
Outfitter\OutfitterScripting.lua:2053: in function `ActivateAllScripts'
Outfitter\Outfitter-5.20.lua:4787: in function <Outfitter\Outfitter.lua:4522>
[C]: in function `Function'
Outfitter\MC2SchedulerLib.lua:242: in function `OnUpdate2'
Outfitter\MC2SchedulerLib.lua:178: in function `OnUpdate'
Outfitter\MC2SchedulerLib.lua:20: in function <Outfitter\MC2SchedulerLib.lua:20>

Locals:
(*temporary) = <unnamed> {
0 = <userdata>
EventLib = <table> {
}
}
(*temporary) = "STEALTH"
Report comment to moderator  
Reply With Quote
Unread 03-28-17, 07:02 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
I've posted an update which should fix it

Originally Posted by Ookami.kun
Greettings. I'm getting the following error upon logging in after the update to 7.2.

Code:
Date: 2017-03-28 16:24:11
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Outfitter\Outfitter.lua line 4006:
   attempt to index local 'vTexture' (a number value)
Debug:
   (tail call): ?
   [C]: ?
   Outfitter\Outfitter.lua:4006: GetPlayerAuraStates()
   Outfitter\Outfitter.lua:4096: UpdateAuraStates()
   Outfitter\Outfitter.lua:4669: Function()
   Outfitter\MC2SchedulerLib.lua:242: OnUpdate2()
   Outfitter\MC2SchedulerLib.lua:178: OnUpdate()
   Outfitter\MC2SchedulerLib.lua:20:
      Outfitter\MC2SchedulerLib.lua:20
Locals:
(*temporary) = 0.011000000871718
(*temporary) = <function> defined =[C]:-1

AddOns:
Thanks.
Report comment to moderator  
Reply With Quote
Unread 03-28-17, 02:33 PM  
Ookami.kun
A Cliff Giant
 
Ookami.kun's Avatar

Forum posts: 79
File comments: 238
Uploads: 0
Greettings. I'm getting the following error upon logging in after the update to 7.2.

Code:
Date: 2017-03-28 16:24:11
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Outfitter\Outfitter.lua line 4006:
   attempt to index local 'vTexture' (a number value)
Debug:
   (tail call): ?
   [C]: ?
   Outfitter\Outfitter.lua:4006: GetPlayerAuraStates()
   Outfitter\Outfitter.lua:4096: UpdateAuraStates()
   Outfitter\Outfitter.lua:4669: Function()
   Outfitter\MC2SchedulerLib.lua:242: OnUpdate2()
   Outfitter\MC2SchedulerLib.lua:178: OnUpdate()
   Outfitter\MC2SchedulerLib.lua:20:
      Outfitter\MC2SchedulerLib.lua:20
Locals:
(*temporary) = 0.011000000871718
(*temporary) = <function> defined =[C]:-1

AddOns:
Thanks.
__________________
Report comment to moderator  
Reply With Quote
Unread 11-20-16, 05:41 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Re: Re: Re: Re: Error in latest version

Originally Posted by SaberHawke
You are correct. I works on all of my characters except the lvl 103 Demon Hunter
Thanks, that did the trick. 5.17.3 is up now and takes care of it.
Report comment to moderator  
Reply With Quote
Unread 11-20-16, 04:49 PM  
SaberHawke
A Fallenroot Satyr
 
SaberHawke's Avatar

Forum posts: 23
File comments: 93
Uploads: 0
Re: Re: Re: Re: Error in latest version

You are correct. I works on all of my characters except the lvl 103 Demon Hunter.

Originally Posted by mundocani
Originally Posted by SaberHawke
Slightly different version of same error now.
What class is your toon and are you seeing it on other characters too? I can't repro this so I'm guessing that it's specific to a class.
Report comment to moderator  
Reply With Quote
Unread 11-20-16, 01:00 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Re: Re: Error in latest version

Originally Posted by SaberHawke
Slightly different version of same error now.
What class is your toon and are you seeing it on other characters too? I can't repro this so I'm guessing that it's specific to a class.
Report comment to moderator  
Reply With Quote
Unread 11-19-16, 10:55 PM  
SaberHawke
A Fallenroot Satyr
 
SaberHawke's Avatar

Forum posts: 23
File comments: 93
Uploads: 0
Re: Re: Error in latest version

Slightly different version of same error now.

1x Outfitter\MC2UIElementsLib.lua:1289: AddChildMenu: First parameter must be a string
[C]: in function `assert'
Outfitter\MC2UIElementsLib.lua:1289: in function `AddChildMenu'
Outfitter\Outfitter-5.17.2.lua:2109: in function `AddScriptCategorySubmenu'
Outfitter\Outfitter-5.17.2.lua:1998: in function `func'
Outfitter\MC2UIElementsLib.lua:1295: in function `AddChildMenu'
Outfitter\Outfitter-5.17.2.lua:1976: in function `AddOutfitMenu'
Outfitter\Outfitter-5.17.2.lua:2139: in function `ItemDropDownMenuFunc'
[string "*:OnLoad"]:3: in function `MenuFunc'
Outfitter\MC2UIElementsLib.lua:1447: in function `RefreshItems'
Outfitter\MC2UIElementsLib.lua:1468: in function `ToggleMenu'
Outfitter\MC2UIElementsLib.lua:1414: in function <Outfitter\MC2UIElementsLib.lua:1413>

Locals:
(*temporary) = false
(*temporary) = "AddChildMenu: First parameter must be a string"



Originally Posted by mundocani
I've uploaded a fix, should be good now

Originally Posted by SaberHawke
Just installed the latest version and I get the following error upon clicking on the + next to outfits.

1x Outfitter\MC2UIElementsLib.lua:1289: AddChildMenu: First parameter must be a string
[C]: in function `assert'
Outfitter\MC2UIElementsLib.lua:1289: in function `AddChildMenu'
Outfitter\Outfitter-5.17.1.lua:2109: in function `AddScriptCategorySubmenu'
Outfitter\Outfitter-5.17.1.lua:1998: in function `func'
Outfitter\MC2UIElementsLib.lua:1295: in function `AddChildMenu'
Outfitter\Outfitter-5.17.1.lua:1976: in function `AddOutfitMenu'
Outfitter\Outfitter-5.17.1.lua:2138: in function `ItemDropDownMenuFunc'
[string "*:OnLoad"]:3: in function `MenuFunc'
Outfitter\MC2UIElementsLib.lua:1447: in function `RefreshItems'
Outfitter\MC2UIElementsLib.lua:1468: in function `ToggleMenu'
Outfitter\MC2UIElementsLib.lua:1414: in function <Outfitter\MC2UIElementsLib.lua:1413>

Locals:
(*temporary) = false
(*temporary) = "AddChildMenu: First parameter must be a string"
Report comment to moderator  
Reply With Quote
Unread 11-19-16, 02:27 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Error in latest version

I've uploaded a fix, should be good now

Originally Posted by SaberHawke
Just installed the latest version and I get the following error upon clicking on the + next to outfits.

1x Outfitter\MC2UIElementsLib.lua:1289: AddChildMenu: First parameter must be a string
[C]: in function `assert'
Outfitter\MC2UIElementsLib.lua:1289: in function `AddChildMenu'
Outfitter\Outfitter-5.17.1.lua:2109: in function `AddScriptCategorySubmenu'
Outfitter\Outfitter-5.17.1.lua:1998: in function `func'
Outfitter\MC2UIElementsLib.lua:1295: in function `AddChildMenu'
Outfitter\Outfitter-5.17.1.lua:1976: in function `AddOutfitMenu'
Outfitter\Outfitter-5.17.1.lua:2138: in function `ItemDropDownMenuFunc'
[string "*:OnLoad"]:3: in function `MenuFunc'
Outfitter\MC2UIElementsLib.lua:1447: in function `RefreshItems'
Outfitter\MC2UIElementsLib.lua:1468: in function `ToggleMenu'
Outfitter\MC2UIElementsLib.lua:1414: in function <Outfitter\MC2UIElementsLib.lua:1413>

Locals:
(*temporary) = false
(*temporary) = "AddChildMenu: First parameter must be a string"
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.