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,071
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 04-29-08, 06:39 PM  
JMHammer
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 309
Uploads: 1
Logic for the Trinket Queueing script

Great mod! I just switched today from a pair of other gear management mods and so far I'm finding Outfitter a better choice for me.

I have a question/request. Can you tell me how to change the script for Trinket Queueing, or can you implement a change to that script, which would enable the following:
1- If the currently equipped trinket has a "use" function, and that "use" function is available or will complete its cooldown in 30 seconds or less, do not equip a higher-ranked trinket from the queue.
2- If the user manually equips a trinket without a "use" function, suspend the automatic swapping of trinkets until the user manually reenables automatic swapping, or swaps in a trinket with a "use" function.
2- If a trinket scheduled to be swapped in to a particular slot is already equipped in the other slot, swap in the next trinket on the list.

Thanks again for a great mod!
Report comment to moderator  
Reply With Quote
Unread 04-29-08, 08:46 PM  
Blessing
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Re: Re: Item Swapping with unique-equipped gems

Outfitter is version 4.2

When trying to do the command (with any item, not just the helmet): /outfitter iteminfo

I get the following error:

[ERROR] [Outfitter] Unknown Command h

edit:

by itself with no link the command returns "Couldn't get item info from the link provided"

Tried linking the item with a space and without a space after iteminfo part
Last edited by Blessing : 04-29-08 at 09:00 PM.
Report comment to moderator  
Reply With Quote
Unread 04-30-08, 02:36 PM  
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member

Forum posts: 143
File comments: 433
Uploads: 0
Can someone tell me how to make a set that only equips when I'm in an instance? I'd like to equip my best +hit gear when I'm in an instance, but when I'm grinding I just want my +dmg gear (so that's mostly my pvp gear). Any recommendations?

Thanks.
Report comment to moderator  
Reply With Quote
Unread 05-01-08, 11:07 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Re: Re: Item Swapping with unique-equipped gems

Bummer, sounds like I broke the iteminfo command possibly. I'll try to look into that later today and see what's going on.

Originally posted by Blessing
Outfitter is version 4.2

When trying to do the command (with any item, not just the helmet): /outfitter iteminfo

I get the following error:

[ERROR] [Outfitter] Unknown Command h

edit:

by itself with no link the command returns "Couldn't get item info from the link provided"

Tried linking the item with a space and without a space after iteminfo part
Report comment to moderator  
Reply With Quote
Unread 05-05-08, 06:15 AM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Outfit that swaps action bars - possible?

Hi,
First off just let me say that I couldn't play without your mod. Great job!

My question is if it is possible to have outfitter swap my action bar when I switch outfits. Basically I am a priest and when I am in a raid doing full time healing I swap my action bar 1 to action bar 6 that has all my healing spells on it. I normally do this with a macro I found witch just contains:
/swapactionbar 1 6

I figure this can probably be done with a script but I have just barely started learning to do macros so would appreciate any help.

Thanks,
Twidget
Report comment to moderator  
Reply With Quote
Unread 05-05-08, 02:04 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Outfit that swaps action bars - possible?

I'm not certain, but I think that changing action bars is considered a secure action and so can't be automated for you. The reason I think it's probably secure is that otherwise addons could still automatically choose heal ranks for you based on your targets health by having you put a different rank on each action bar and then the addon would just flip to the action bar with the appropriate rank. That's the sort of thing Blizzard sought to eliminate in patch 2.0 and so I doubt that automatically changing bars is allowed by addons.

Originally posted by Twidget
Hi,
First off just let me say that I couldn't play without your mod. Great job!

My question is if it is possible to have outfitter swap my action bar when I switch outfits. Basically I am a priest and when I am in a raid doing full time healing I swap my action bar 1 to action bar 6 that has all my healing spells on it. I normally do this with a macro I found witch just contains:
/swapactionbar 1 6

I figure this can probably be done with a script but I have just barely started learning to do macros so would appreciate any help.

Thanks,
Twidget
Report comment to moderator  
Reply With Quote
Unread 05-05-08, 03:34 PM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Re: Re: Outfit that swaps action bars - possible?

Can the script for an outfit call a macro?
Just wondering because I am able to change the action bar with that macro I found that had just the one command in it "/swapactionbar 1 6".


Originally posted by mundocani
I'm not certain, but I think that changing action bars is considered a secure action and so can't be automated for you. The reason I think it's probably secure is that otherwise addons could still automatically choose heal ranks for you based on your targets health by having you put a different rank on each action bar and then the addon would just flip to the action bar with the appropriate rank. That's the sort of thing Blizzard sought to eliminate in patch 2.0 and so I doubt that automatically changing bars is allowed by addons.
Report comment to moderator  
Reply With Quote
Unread 05-06-08, 11:13 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Re: Re: Outfit that swaps action bars - possible?

You can simulate running a macro line with this
Code:
MacroEditBox:SetText("/swapactionbar 1 6")
ChatEdit_SendText(MacroEditBox)
/swapactionbar works out of combat, but in combat it just fails silently. Spell-casting macros don't work at all and will generate a 'forbidden' error message instead.

I didn't think it'd work at all, but apparently there are secure functions and then there are *really* secure (forbidden) functions. Since that's the case, you can swap action bars directly in Outfitter scripts but only out of combat. To do it directly just use
Code:
ChangeActionBarPage(6)
where the 6 is whatever action bar you want to switch to. You could insert this into the Solo/Party/Raid script to switch your action bars upon joining a raid and then switch back after leaving.



Originally posted by Twidget
Can the script for an outfit call a macro?
Just wondering because I am able to change the action bar with that macro I found that had just the one command in it "/swapactionbar 1 6".
Last edited by mundocani : 05-06-08 at 11:17 AM.
Report comment to moderator  
Reply With Quote
Unread 05-07-08, 09:46 AM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Re: Re: Re: Re: Outfit that swaps action bars - possible?

Hi,
I created a new outfit but when I tried to associate the solo/party/raid script to it so I could modify it as you suggested I get this error:

"Interface\Addons\Outfitter\Outfitter.lua:2419: attempt to index field '?' (a nil field)"

I tried associating the outfit to a different script like the Argent Dawn one and it worked fine. Then I told it to create a custom script and the script window opened fine but when I to click the solo/party/raid script in the Prefix drop down I got the same error above except the number after .lua was 7436.

I appears that script on my install is bad unless anyone else is having the same issue.

What should I check or what am I doing wrong?

Thanks,
Twidget

Originally posted by mundocani
You can simulate running a macro line with this
Code:
MacroEditBox:SetText("/swapactionbar 1 6")
ChatEdit_SendText(MacroEditBox)
/swapactionbar works out of combat, but in combat it just fails silently. Spell-casting macros don't work at all and will generate a 'forbidden' error message instead.

I didn't think it'd work at all, but apparently there are secure functions and then there are *really* secure (forbidden) functions. Since that's the case, you can swap action bars directly in Outfitter scripts but only out of combat. To do it directly just use
Code:
ChangeActionBarPage(6)
where the 6 is whatever action bar you want to switch to. You could insert this into the Solo/Party/Raid script to switch your action bars upon joining a raid and then switch back after leaving.
Report comment to moderator  
Reply With Quote
Unread 05-07-08, 11:19 AM  
Blessing
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Re: Re: Re: Re: Re: Outfit that swaps action bars - possible?

I created a new outfit but when I tried to associate the solo/party/raid script to it so I could modify it as you suggested I get this error:

"Interface\Addons\Outfitter\Outfitter.lua:2419: attempt to index field '?' (a nil field)"

I tried associating the outfit to a different script like the Argent Dawn one and it worked fine. Then I told it to create a custom script and the script window opened fine but when I to click the solo/party/raid script in the Prefix drop down I got the same error above except the number after .lua was 7436.

I appears that script on my install is bad unless anyone else is having the same issue.
just tried what you did and the same happened for me, so its not you
Report comment to moderator  
Reply With Quote
Unread 05-07-08, 07:33 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
This is a known issue which is fixed in 4.2.1 (available on my site wobbleworks.com/warcraft but I haven't posted it to here or Curse yet). Here's the corrected script, which you can use by setting the script to Custom and pasting this in:
Code:
-- $EVENTS PLAYER_ENTERING_WORLD RAID_ROSTER_UPDATE PARTY_MEMBERS_CHANGED
-- $DESC Equips the outfit when solo, partied or raiding, based on the settings
 
-- $SETTING EquipSolo = {Label="Equip when solo", Type = "Boolean"}
-- $SETTING EquipGroup = {Label="Equip when in a party", Type = "Boolean"}
-- $SETTING EquipRaid = {Label="Equip when in a raid", Type = "Boolean"}
 
if setting.EquipSolo
and GetNumRaidMembers() == 0
and GetNumPartyMembers() == 0 then
    equip = true
elseif setting.EquipGroup
and GetNumRaidMembers() == 0
and GetNumPartyMembers() ~= 0 then
    equip = true
elseif setting.EquipRaid
and GetNumRaidMembers() ~= 0 then
    equip = true
elseif didEquip then
    equip = false
end
Report comment to moderator  
Reply With Quote
Unread 05-09-08, 05:36 AM  
Kerecha
A Deviate Faerie Dragon
 
Kerecha's Avatar

Forum posts: 10
File comments: 196
Uploads: 0
Addong a lill puch for getting ButtonFacade support for skinning the outfit bar
Report comment to moderator  
Reply With Quote
Unread 05-15-08, 07:25 AM  
didah
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
New PVP Epic trinkets on outfitr

Having issues with the new pvp epic trinket having the same name as its predecessor

I'm always getting [ERROR][Outfitter] Can't find Medallion of the Horde.
Report comment to moderator  
Reply With Quote
Unread 05-15-08, 08:47 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: New PVP Epic trinkets on outfitr

If you get an upgraded trinket/ring/whatever (such as the Violet Signet from Karazhan rep), you'll have to re-add it to your outfits after the upgrade. Even though WoW keeps the name the same, internally those items appear as completely new items with their own item codes and everything.

Outfitter can keep track of changes made to an item such as enchants and gems, but it can't match up items when they change entirely (even though the name doesn't change).

If you select each outfit which had your Medillian of the Horde in it, you should see a '?' for the trinket slot that formerly held your lower-grade version. Just click that box to turn it into a Checkmark and then the outfit will work normally for you once again.

Originally posted by didah
Having issues with the new pvp epic trinket having the same name as its predecessor

I'm always getting [ERROR][Outfitter] Can't find Medallion of the Horde.
Last edited by mundocani : 05-15-08 at 08:49 AM.
Report comment to moderator  
Reply With Quote
Unread 05-18-08, 12:35 PM  
Jewbat
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Not working

Not sure what's going on, but even when the AddOn is defaulted to normal settings, the scripts do not work.

I left Riding, as is, and when I mount up it does not equip the riding crop as it should. It just leaves on whatever I have equipped.
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.