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,083
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 03-02-10, 12:54 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: riding script

Originally posted by droganis
I've been searching for this and really haven't found anything, if you have answered this several times apologies in advance.

Wondering if there is a way when the riding outfit is equipped to modify the script and have the movement increasing aura/aspect cast?
No, auras and aspects are spellcasts and can't be automated. You might be able to work them into a mount macro, though I'm not sure if the system will allow you to begin summoning a mount at the same time as a spellcast.
Report comment to moderator  
Reply With Quote
Unread 03-02-10, 04:35 PM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Re: Re: Re: Re: Script Question

Originally posted by mundocani
I should've made the SummonCompanionByName() function do it that way from the start. I've changed it so that it no longer cancels the pet if it's already summoned, it'll appear starting in the next build.
Hi,
That sounds great!
How would I modify the script command you showed me earlier to that the summon pet will work this and and my argent tourney outfit will be equiped?

Thanks,
Twidget
Report comment to moderator  
Reply With Quote
Unread 03-02-10, 04:48 PM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Re: Re: riding script

Originally posted by mundocani
No, auras and aspects are spellcasts and can't be automated. You might be able to work them into a mount macro, though I'm not sure if the system will allow you to begin summoning a mount at the same time as a spellcast.
Woot!
Something I can answer...
I use a macro for my paladin that casts my crusader aura when I mount up and my devotion aura when I dismount. Here it is:

#showtooltip [flyable] Golden Gryphon; Charger
/cast [mounted] !Devotion Aura; [nomounted] !Crusader Aura
/dismount
/stopmacro [mounted]
/cast [nomounted, flyable, nomod] Golden Gryphon; Charger

I put this on my action bar so when I am unmounted and I click it I cast crusader and mount up. I have an outfitter outfit that automatically gets put on because I mounted btw.
If I am mounted and I click it I will dismount and cast devotion.

Here is a version using the Stable Boy addon so I get a random mount:

#showtooltip [flyable] Golden Gryphon; Charger
/cast [mounted] !Devotion Aura; [nomounted] !Crusader Aura
/click StableBoyClickFrame


I also have a macro for my hunter that casts aspect of the monkey when I mount and aspect of the dragonhawk when I dismount. Here it is using the Stable Boy addon again which you could remove and just designate a specific mount/s:

/use [btn:2] 15
/stopmacro [btn:2]
/cast [nomounted] !Aspect of the Monkey
/click [nomounted] StableBoyClickFrame
/cast [mounted, noflying] !Aspect of the Dragonhawk

With this one if you left click it you will cast monkey and mount, if you right click it you will dismount and use your parachute cloak (he is an engineer).

Hope this helps,
Twidget
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 07:54 AM  
Pekti
A Kobold Labourer

Forum posts: 0
File comments: 43
Uploads: 0
Memory usage question

First of all, thank you so much for putting in so much work into this project. I love Outfitter and so do many, many other warcrafters

I was browsing through the comments and I didn't see much info on issues with memory usage. Out of combat in a normal environment, Outfitter uses approx 1.2MB - no biggie. During combat in a 25man raid setting, it climbs to about 3MB and as the fight progresses, I see it get to approx 5-7MB. I know it's easy to say that this is really no biggie as 5-7MB isn't a huge deal... but for my crummy computer it is lol :P

Anyway, the reason I'm wondering about this -- memory usage was not an issue at one point (approx 3-4 weeks ago, I'd say). So I'm not quite sure what's caused the change -- if it's the addon or just me! Curious if anyone else is experiencing this. Again, thank you for all of your hard work!
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 12:18 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Memory usage question

Originally posted by Pekti
Anyway, the reason I'm wondering about this -- memory usage was not an issue at one point (approx 3-4 weeks ago, I'd say). So I'm not quite sure what's caused the change -- if it's the addon or just me! Curious if anyone else is experiencing this. Again, thank you for all of your hard work!
Was that with the current 4.x release of Outfitter or with the 5.0 beta? Hopefully it's with the 4.x release because I've been working on reducing memory usage in 5.0 so I'll be a little bummed if it turns out I've managed to increase usage somewhere!
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 03:30 PM  
TyBudd
A Deviate Faerie Dragon

Forum posts: 13
File comments: 82
Uploads: 0
Weapon Swapping During Combat

Why is it that you can manually change weapons during combat but can't with Outfitter for example Rogues and stealth/daggers?
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 11:47 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Weapon Swapping During Combat

Originally posted by TyBudd
Why is it that you can manually change weapons during combat but can't with Outfitter for example Rogues and stealth/daggers?
Blizzard changed the APIs in a recent patch to prevent addons from changing weapons during combat. I've heard this was because rogues were using a poison stacking addon to auto-swap their weapons.
Report comment to moderator  
Reply With Quote
Unread 03-07-10, 07:55 PM  
droganis
A Kobold Labourer
 
droganis's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
Thankyou Mundochi for the reply and thankyou Twidget for the awesome macro
Report comment to moderator  
Reply With Quote
Unread 04-01-10, 10:08 AM  
eqsanctum
The Great Equalizer
 
eqsanctum's Avatar
Premium Member

Forum posts: 155
File comments: 45
Uploads: 0
Re: Re: Weapon Swapping During Combat

Originally posted by mundocani
Blizzard changed the APIs in a recent patch to prevent addons from changing weapons during combat. I've heard this was because rogues were using a poison stacking addon to auto-swap their weapons.

Yep, however addons can't do it but the in game equipment manager can. The difference? Blizz's equip manager throws a global cool down on it. You can still macro it though. Which makes absolutely no sense.
__________________
"I make addons, mods, and interface compilations for options. No matter how good of a game dev you are, you do not know what I like." - EQSanctum
Report comment to moderator  
Reply With Quote
Unread 04-03-10, 01:48 AM  
nydgirl
A Kobold Labourer
Premium Member

Forum posts: 0
File comments: 10
Uploads: 0
Side-bar Broken

I recently noticed that the side-bar of outfitter has stopped working so I can't add new outfits or update them. Only happened with the new beta and only on toons that didn't already have outfits set (ie alts I play infrequently).

Thanks so much for outfitter, I do love it.
Report comment to moderator  
Reply With Quote
Unread 04-03-10, 05:49 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Side-bar Broken

Originally posted by nydgirl
I recently noticed that the side-bar of outfitter has stopped working so I can't add new outfits or update them. Only happened with the new beta and only on toons that didn't already have outfits set (ie alts I play infrequently).

Thanks so much for outfitter, I do love it.
Thanks for the report, it sounds like there's an error occurring during first-time initialization. I'll see if I can reproduce it.
Report comment to moderator  
Reply With Quote
Unread 04-13-10, 04:04 AM  
Ramoth
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Hi,

I also have problems with the side-bar equipment supplier. If I completely delete data collected from the outfitter and the newly refined settings it works until the next game to start properly. After the game restarted, but it sets the function. It is then no matter where I try to change the Outfitter via click, nothing else happens.

It gives me an error message unfortunately not. I was very accustomed to the great addon. Would be a pity if it did not work.

Greeting Femorka
Report comment to moderator  
Reply With Quote
Unread 04-14-10, 07:26 AM  
Astrocanis
A Black Drake

Forum posts: 84
File comments: 28
Uploads: 0
As of the latest version, I am no longer able to save or change gear. When I select a profile, it simply sets question marks on all the gear I have already equipped. If I then change out the gear manually and save it and select another profile, it is the same.

I reverted to the version from the 4th of April and it again works as it did.

Please note that it never throws an error.
Report comment to moderator  
Reply With Quote
Unread 04-14-10, 12:02 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by Astrocanis
As of the latest version, I am no longer able to save or change gear. When I select a profile, it simply sets question marks on all the gear I have already equipped. If I then change out the gear manually and save it and select another profile, it is the same.

I reverted to the version from the 4th of April and it again works as it did.

Please note that it never throws an error.
If you're a Druid the the new beta will fix the problem. There was a bug in b6 and b7 which causes equipment changes to be locked out after shifting into bear form. b8 corrects the problem.
Report comment to moderator  
Reply With Quote
Unread 04-14-10, 12:04 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Originally posted by Ramoth
I also have problems with the side-bar equipment supplier. If I completely delete data collected from the outfitter and the newly refined settings it works until the next game to start properly. After the game restarted, but it sets the function. It is then no matter where I try to change the Outfitter via click, nothing else happens.

It gives me an error message unfortunately not. I was very accustomed to the great addon. Would be a pity if it did not work.
Is your character a Druid? The new beta should fix any swap problems if so.

Please also remember that these are beta builds. If you have problems with them please report them so I can fix them but also consider reverting to the current release version (in this case 4.10) if bugs in the beta are causing too many problems for you.
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.