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,054
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 01-19-07, 04:54 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: two identical items causing probs

Originally posted by Arcadian Del Sol
I previously had dual hanzo swords on my rogue set, then banked one when i got a krull blade. In spite of the fact that I updated all my outfitter outfits, it still errors when i swap weapons regarding the hanzo sword. It ultimately ends up in the correct slot (offhand), but the error delays the swap out, and its an annoying error.
Which version did this happen under? Versions prior to 2.0 do have issues with WoW patch 2.0.3 so it may just be that.
Originally posted by Arcadian Del Sol
Also, on my mage I have a belt that is +swim speed, but when I enter water, outfitter does not automatically equip this outfit like it does the riding outfit or the argent dawn outfit. Is this a bug, or does the swim outfit not autoequip?
I probably don't have Outfitter automatically building your initial swimming outfit like it does for the tradeskill outfits, I'll have to check. Just add the belt to the Swimming outfit and it should work fine though.
Report comment to moderator  
Reply With Quote
Unread 01-19-07, 04:57 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by jermlai
I love outfitter....heh how about a "chicken" mode to unequip your weapons before you die..

Saves $$$!
Use Outfitter 2.0b2, create an outfit with your weapon slots set to empty, choose Edit Script on that outfit and select the preset Low Health script. Then just enter the % value you want it to equip on and voila, your weapons will unequip when your health drops below that value. A word of warning though, if the % is very low (like maybe less than 5%) there's a good chance it'll never equip since one blow could easily knock 5% of your health off -- you'll be dead before Outfitter gets a chance to switch to your "no weapons" outfit.
Report comment to moderator  
Reply With Quote
Unread 01-23-07, 02:26 PM  
Andesite
A Murloc Raider

Forum posts: 6
File comments: 2
Uploads: 0
Outfitter_cFlyingMountSpeedFormat = "Increases flying speed by (%d+)%%%."; -- For detecting when mounted

Should be:

Outfitter_cFlyingMountSpeedFormat = "Increases flight speed by (%d+)%%%."; -- For detecting when mounted
Report comment to moderator  
Reply With Quote
Unread 01-23-07, 06:19 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by Andesite
Outfitter_cFlyingMountSpeedFormat = "Increases flying speed by (%d+)%%%."; -- For detecting when mounted

Should be:

Outfitter_cFlyingMountSpeedFormat = "Increases flight speed by (%d+)%%%."; -- For detecting when mounted
Thanks, I'll get that in the next update (damn Blizzard always changing wording like it matters grumble grumble grumble)
Report comment to moderator  
Reply With Quote
Unread 01-26-07, 04:29 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Version 2.0b4 Changes

- Added Battleground: Eye of the Storm outfit
- Specialty bags are now automatically recognized so new bags shouldn't confuse Outfitter
- Changed riding detection again to IsMounted() (piggybacks on the swimming detection)
Report comment to moderator  
Reply With Quote
Unread 01-26-07, 10:56 PM  
garnerh42
A Deviate Faerie Dragon
 
garnerh42's Avatar

Forum posts: 11
File comments: 14
Uploads: 0
Druid changing forms problem

Scenario: Normal gear has a one-handed and an off-hand. Switch to bear and that equips a two-handed. That works fine. Switch back and the one-handed is equipped, but not the one-handed.

I'm using 2.0b4 and it happened the previous version as well. I read about the scripts just now so maybe I need to look at that, but just in case this is a bug, I wanted to report it.

If you don't have a druid handy to test, point me in the general direction of the code and I can see about troubleshooting it.

Thanks for a fantastic mod, btw!
__________________
Grynn (80 Druid), Trig (80 Rogue), Krajen (80 Warrior), Jovix (80 Hunter), Sqeeve (80 Mage) on Cenarion Circle
Report comment to moderator  
Reply With Quote
Unread 01-27-07, 01:55 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
That should work, so it sounds like a bug. The code that you'd want to look at is Outfitter_BuildEquipmentChangeList and Outfitter_ExecuteEquipmentChangeList. The output from Build should be an ordered list of the operations needed to transition from the current outfit to the desired outfit. Execute carries out those orders of course.

You can create a chat window and name it Debug to get debug output (reloadui to get Outfitter to see it). Then you can use MCDebugLibumpArray("prefix", table) to dump out the data structures to peek at their contents. Good luck!
Report comment to moderator  
Reply With Quote
Unread 01-27-07, 10:36 AM  
Fantamus
A Murloc Raider

Forum posts: 9
File comments: 10
Uploads: 0
I get this error from my Outfitter:

MCEventLib.lua:165: attemt to concatenate local 'pAction' (a nil value)

It's being spammed in my chatwindow like 5-10 times.

Anyone knows why? How to fix it?
Report comment to moderator  
Reply With Quote
Unread 01-27-07, 01:21 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
I'll look into that -- it's just internally recording a blocked addon action for my own debugging purposes but for some reason the action description is missing from the event. I'll fix it so that it at least doesn't get an error trying to do that.

You can shut it off by opening MCEventLib.lua in a text editor like Notepad and about 12 lines or so from the end of the file you'll see

Code:
MCDebugLib:DebugMessage(pEventID..": "..pSource.." ("..pAction..")");
put two dashes at the start of that line like this

Code:
--MCDebugLib:DebugMessage(pEventID..": "..pSource.." ("..pAction..")");
and that'll disable the message.
Last edited by mundocani : 01-27-07 at 01:22 PM.
Report comment to moderator  
Reply With Quote
Unread 01-27-07, 08:36 PM  
Fantamus
A Murloc Raider

Forum posts: 9
File comments: 10
Uploads: 0
Okay, ty
Report comment to moderator  
Reply With Quote
Unread 01-29-07, 02:08 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Version 2.0 Changes

- Scripts can be attached to an outfit to automate its behavior
- Tooltips list the outfits in which an item is used
- Outfits can be updated directly from currently equipped items
- Support for Druid: Tree of Life in German versions
- QuickSlots support dragging items
- New Hunter: Viper outfit
- Various bug fixes for Burning Crusade
Report comment to moderator  
Reply With Quote
Unread 01-29-07, 05:16 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Version 2.0.1 Changes

- Fixed bug with finding empty bag slots for German and French clients
Report comment to moderator  
Reply With Quote
Unread 02-19-07, 01:02 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Version 2.1 Changes

- Added preset scripts which emulate all Special Occasion outfits
- Outfit binding can now be set to "None"
- One-handed weapons in an off-hand slot now correctly list their outfits in their tooltip
- Updated German and French translations
Report comment to moderator  
Reply With Quote
Unread 02-20-07, 04:21 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
I'd like to take this opportunity to announce that I am leaving World of Warcraft and tip my hat to everyone whose game play was made more enjoyable by Group Calendar and Outfitter. I'd like to thank those who appreciated the value of these addons and posted generous complements. I'd especially like to thank those who felt compelled to contribute donations to show their appreciation over the past 18 months: Michel, Carlos, Michael, Gregory, Claire, Thomas, Jefferson. Elisabeth, Cheryl, and Angela. Many people feel compelled to demand features and changes and sometimes made developing/debugging/supporting these addons feel like more trouble than they're worth, but those of you who expressed your gratitude verbally or financially are the ones who truely made it rewarding and made me want to continue.

I'll continue working on any minor bugs which come up in the next couple of weeks as well as trying to find that last pesky bug that causes some Group Calendar users to have trouble viewing/attending events. The community of mod authors is a generous one and I hope that someone will pick up these projects and continue them in the same spirit that I've tried to.

Good luck to you all and happy adventures in Azeroth and Outlands!

- John
Last edited by mundocani : 02-20-07 at 04:21 PM.
Report comment to moderator  
Reply With Quote
Unread 02-27-07, 01:50 AM  
BronxMp
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
IsMounted

When I installed last couple versions I receive a constant meesage in my chat box refering to- outfitter.Lua:4524 can't find table for "IsMounted" and it doesn't stop either. Makes it difficult to read any text without scrolling forever.

I do enjoy your mod but the only version that doesn't give me that error is 1.4.6. I'd stay with this one but it keeps unarming my Crow Wing Reaver from my Battle Stance position. Any help?
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.