Addon Info.
Change Log
Optional Files (1)
Archived (5)
Comments (104)
Addon Information
Works with Patch 2.4
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
4.2.1
Date:
05-11-2008 12:22 AM
Size:
359.24 Kb
Downloads:
106,663
Views:
275,028
Favorites:
990
MD5:
Pictures
Click to enlarge
Outfitter
Outfitter   Updated this week!   Popular!
Rate: 5 out of 5 with 26 votes  
Description of Outfitter

Outfitter allows you to create multiple outfits and equip them with a click of your mouse. You can layer outfits, create outfits optimized for a particular attribute (ie, fire resist or maximum defense), and have outfits which automatically equip based on events like mounting up, stealthing or changing stances and forms.

What's new in Outfitter 4

The biggest new thing is Special Occasion and Mix-n-Match categories are gone. The Special Occasion outfits are now regular outfits with preset scripts attached. There are presets for all of the old special occasion outfits as well as several other useful scripts. This makes it possible to remove or rename any outfit you wish as well as to customize the behavior any outfit. Outfitter 4 also fixes several features which were broken by the release of WoW 2.0.

Important information about upgrading to Outfitter 4

Upgrading to version 4 will upgrade your outfits to eliminate the old categories and convert them to the new system. Versions prior to 4 will not work properly with the updated outfit data. If you want to be able to revert to earlier versions while trying out version 4 you will need to backup your Outfitter data file before upgrading and then restore that file before downgrading. The file to save can be found at "World of Warcraft\WTF\Account\{login id)\(realm)\(character)\SavedVariables\Outfitter.lua"
  Change Log - Outfitter
Version 4.2.1 Changes

- FEATURE: Riding outfit has new "stay equipped while falling" option for Parachute Cloak users (off by default)
- FEATURE/BUGFIX: Scripts are in sub-menus by category (also avoids problems with large menus going off the screen)
- FEATURE: $SETTING type fields are no longer case-sensitive, allowing "string" and "number" to be the same as the standard Lua typenames
- BUGFIX: Solo/Party/Raid script fixed
- BUGFIX: Corrected German localization of Moonkin
- BUGFIX: Corrected default icon for Berserker Stance outfit
- BUGFIX: Default icon for single-item outfits shows correctly even if the item is banked or missing
- BUGFIX: Escape key correctly removes keyboard focus from script editbox fields
- BUGFIX: /outfitter commands which use item links work correctly (iteminfo for example)
  Optional Files - Outfitter
File Name
Version
Size
Author
Date
Type
4.1.1
1.83 Kb
01-05-2008 03:13 PM
Addon
  Archived Versions - Outfitter
File Name
Version
Size
Author
Date
4.2
358.61 Kb
mundocani
04-21-2008 06:35 PM
4.1.1
357.34 Kb
mundocani
03-25-2008 01:03 PM
4.0.1
455.58 Kb
mundocani
01-06-2008 06:43 PM
4.0
455.12 Kb
mundocani
01-02-2008 03:04 AM
2.1.2
538.95 Kb
mundocani
03-11-2007 09:17 PM
  Comments - Outfitter
Post A Reply
Author Comments Comment Options
Old Yesterday, 09:47 AM  
mundocani
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 50
Uploads: 4
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.

Quote:
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-2008 at 09:49 AM.
mundocani is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old Yesterday, 08:25 AM  
didah
A Kobold Labourer

Forum posts: 0
File comments: 3
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.
didah is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-09-2008, 06:36 AM  
Kerecha
A Kobold Labourer

Forum posts: 1
File comments: 37
Uploads: 0
Addong a lill puch for getting ButtonFacade support for skinning the outfit bar
Kerecha is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-07-2008, 08:33 PM  
mundocani
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 50
Uploads: 4
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
mundocani is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-07-2008, 12:19 PM  
Blessing
A Kobold Labourer

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

Quote:
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
Blessing is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-07-2008, 10:46 AM  
Twidget
A Kobold Labourer

Forum posts: 0
File comments: 51
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

Quote:
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.
Twidget is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-06-2008, 12:13 PM  
mundocani
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 50
Uploads: 4
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.



Quote:
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-2008 at 12:17 PM.
mundocani is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-05-2008, 04:34 PM  
Twidget
A Kobold Labourer

Forum posts: 0
File comments: 51
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".


Quote:
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.
Twidget is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-05-2008, 03:04 PM  
mundocani
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 50
Uploads: 4
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.

Quote:
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
mundocani is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-05-2008, 07:15 AM  
Twidget
A Kobold Labourer

Forum posts: 0
File comments: 51
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
Twidget is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-01-2008, 12:07 PM  
mundocani
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 50
Uploads: 4
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.

Quote:
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
mundocani is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-30-2008, 03:36 PM  
Toran
An Aku'mai Servant

Forum posts: 33
File comments: 105
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.
__________________
Toran is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-29-2008, 09:46 PM  
Blessing
A Kobold Labourer

Forum posts: 0
File comments: 3
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-2008 at 10:00 PM.
Blessing is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-29-2008, 07:39 PM  
JMHammer
A Kobold Labourer

Forum posts: 0
File comments: 39
Uploads: 0
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!
JMHammer is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-29-2008, 01:49 PM  
mundocani
A Kobold Labourer
Interface Author - Click to view interfaces

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

Which version of Outfitter are you running ("latest" isn't an answer, I want numbers

If it isn't 4.2, try updating first and see if the problem goes away. In the meantime I'll check that Falling Star has been coded into the list of unique-equpped gems (I have to hand-code for each of those gems, the list will always be out-of-date as new gems are added and old gems are changed to be non-unique).

EDIT: I've checked and Falling Star is coded in. Please do the following to help me verify that it's coded correctly. With outfitter loaded, do this command

/outfitter iteminfo [linkToYourHelm]

where [linkToYourHelm] is the shift-click link to your helm containing the gem (or your chest, doesn't matter), just as if you were going to send the link to someone in a chat message.

In the output that follows, you should see JewelCode1,2,3 and 4. Post here with the numbers for those four values so I can verify that I have the gem matched up with the correct enchant code that it uses. Gems have two codes -- the item code which is 33135 for that gem, and the enchant code which isn't easily determined except by using that iteminfo command. I have the enchant code for that gem as 1071 and I suspect that's not the right code which is why Outfitter isn't correctly re-ordering your equipment change to avoid having your helm and chest equipped at the same time.

- John
Quote:
Originally posted by Blessing
I'm having an issue with outfitter trying to swap sets that involve items containing unique-equipped gems.

For example, in my tankadin set I have a Falling Star gem (http://www.wowhead.com/?item=33135) in my breastplate.

When I try to switch to my healing set (which also has a Falling Star gem, but this set has it in the helmet), I get the "maximum number of equipped gems" error from the blizzard UI. I have to manually equip my healing helmet.

Having the healing set equipped and switching to the tanking set doesn't give me the error.

Last edited by mundocani : 04-29-2008 at 02:02 PM.
mundocani is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


WoWInterface.com Copyright ©2004
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.