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,070
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 10-16-08, 08:44 PM  
Karnij
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: Set Focus in WotLK breaks Outfitter

Originally posted by mundocani
Thanks, I'll take a look.
Have seen that just about every addon I am running Titan Panel ,Damagemeter(outofdate),and Gatherer all do the same thing. Got tired of reloading to see how many addons caused this error .
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 07:18 PM  
gezus
A Deviate Faerie Dragon

Forum posts: 11
File comments: 71
Uploads: 0
2 questions.

#1. Why is Outfitter eating more mem than any other addon I have.

#2. Why is it that I have only 2 outfits, Riding and Normal. When I mount up .. outfitter swaps my dps trinket with my riding crop (exactly what I want).. and when I dismount. I stays with the riding outfit? (Have to change back to normal outfit manualy)
Report comment to moderator  
Reply With Quote
Unread 10-10-08, 04:53 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: Set Focus in WotLK breaks Outfitter

Thanks, I'll take a look.

Originally posted by redandgray
If you select a target and then right click the portrait and choose "Set Focus", you get a warning dialog box that says: "Outfitter has been blocked from an action only available to the Blizzard UI." You are given the option to Ignore the error or disable Outfitter (which forces a reloadui).
Report comment to moderator  
Reply With Quote
Unread 10-10-08, 04:53 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Thanks, it's just me who writes this, but I appreciate the feedback

Originally posted by Allara
Finally installed Outfitter after using ItemRack for a long time (and it breaking). This add-on seriously kicks ItemRack's ass big time! Very nice job everyone.
Report comment to moderator  
Reply With Quote
Unread 10-09-08, 04:20 PM  
redandgray
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Set Focus in WotLK breaks Outfitter

If you select a target and then right click the portrait and choose "Set Focus", you get a warning dialog box that says: "Outfitter has been blocked from an action only available to the Blizzard UI." You are given the option to Ignore the error or disable Outfitter (which forces a reloadui).
Report comment to moderator  
Reply With Quote
Unread 10-07-08, 04:52 PM  
Allara
A Kobold Labourer
 
Allara's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 123
Uploads: 1
Finally installed Outfitter after using ItemRack for a long time (and it breaking). This add-on seriously kicks ItemRack's ass big time! Very nice job everyone.
Report comment to moderator  
Reply With Quote
Unread 09-27-08, 09:31 AM  
Duncanmctung
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Spellsurge Script Broken

Originally posted by mundocani
here's the specific one you're looking for:

Code:
elseif event == "CHAT_MSG_SPELL_PERIODIC_SELF_BUFFS" then
    if arg1 == "You gain 10 Mana from Spellsurge."
I'm not sure this actually still works since the combat log changes earlier this year, so let me know if it doesn't and I'll try to figure out what needs to change.
I can't get the Spellsurge script to work either. Just looking at my combat log, the message is formatted like this in verbose mode:
Duncanmctung gains Spellsurge.
Duncanmctung gains 10 Mana from Duncanmctung's Spellsurge.
and, like this when verbose isn't checked in the combat log settings:
You gained Spellsurge.
Your Spellsurge energized You 10 (Mana).
Assuming that the combat log entry should be the same as whatever CHAT_MSG_SPELL_PERIODIC_SELF_BUFFS passes to the script, I've tried editing the arg1 line to look like each of those messages, but nothing I put in there makes it work.

Please help.

Edit: I don't know if it's important, but in the combat log, Spellsurge and 10 are always highlighted.

Edit2: Ok, it looks like the event is either: SPELL_AURA_APPLIED or SPELL_PERIODIC_ENERGIZE, but I have no idea how to parse that to allow the script to determine: that I have a Spellsurge proc, and, that it came from my weapon.
Last edited by Duncanmctung : 09-27-08 at 02:24 PM.
Report comment to moderator  
Reply With Quote
Unread 09-22-08, 11:43 AM  
ljudsnubbe
A Deviate Faerie Dragon

Forum posts: 13
File comments: 20
Uploads: 0
Re: spellsurge + multiple conditions

I have already tried the spellsurge-script from wobbleworks.com but it doesnt work. And Im sorry, but I have no idea how to edit the "Player has buff" to get it to work with multiple buffs/conditions. I dont know what part to copy/paste and what parts to change to Buffname etc..
It is not important at the moment, but it would be nice of you to add this function in the WOTLK-version (and please get the outfitts to just change during channeled and instant spellcasts, its a bit annoing to loose castingtime every time a outfit is changed).

Actually when I come to think of it, it would be even better if you could an a "But not if" function to. Something like this:
Change to -outfit name- if:
Player has buff 1, or 2, or 3 or
Mana is under XXX
But not if mana is over XXX

This could prevent people from loosing mana if they use outfitter to change to a spiritheavy weaponset during fight or while grinding, since spirit-sets sometimes dont reach anough intellect to be worth it.

Another thing I would like is a possibility to enable/disable different outfits via macros, example: enable -outfit name-

Ok, I think that is everything. Thx for now!
Report comment to moderator  
Reply With Quote
Unread 09-21-08, 12:14 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Re: qs

The Spellsurge script is available in the Sample Scripts topic in the Outfitter forum on my website at wobbleworks.com. I know using a forum topic like that to collect scripts is just a cheap and lazy way for me to make them available and that they aren't the easiest to browse, so here's the specific one you're looking for:
Code:
-- $EVENTS PLAYER_ENTERING_WORLD CHAT_MSG_SPELL_PERIODIC_SELF_BUFFS TIMER
-- $DESC Equips the outfit when the players own Spellsurge procs, then unequips it 50 seconds later

if event == "PLAYER_ENTERING_WORLD" then
    outfit.spellsurgeEnd = nil
elseif event == "CHAT_MSG_SPELL_PERIODIC_SELF_BUFFS" then
    if arg1 == "You gain 10 Mana from Spellsurge."
    and not outfit.spellsurgeEnd then
        outfit.spellsurgeEnd = time + 50
        equip = true
    end
elseif event == "TIMER" then
    if outfit.spellsurgeEnd
    and time >= outfit.spellsurgeEnd then
        outfit.spellsurgeEnd = nil
        equip = false
    end
end
I'm not sure this actually still works since the combat log changes earlier this year, so let me know if it doesn't and I'll try to figure out what needs to change.

You can get an outfit to equip on multiple conditions, but you'll have to write a small script to evaluate those conditions and determine whether or not the outfit should be equipped. If you feel like trying to code it, look at the script for "Player has buff" and modify that to detect multiple buffs instead of just one. You could then look at the script for Low Health as a reference for detecting health/mana and add that into your buff detection script to add mana detection.

It's not possible to do without a script though.

Originally posted by ljudsnubbe
Hello, I have some questions. I think this can all be done with scrips but I have no idea how to do it:

1. is it possible to get a oufit to equip on several conditions? I want my spiritheavy outfit to equip when I get Spirit Tap, Innervate, Blue Dragon procc (etc) or when my mana drop below 20%. Possible with one outfit or do I have to create 4 different accesory-oufits?

2. I wanna use this mod to change gear depending on spellsurge-proccs. any way to have my spellsurgeweapon equipped from the start of the fight, but when spellsurge proccs it exchanges my weapon for the CD (45sec I think), then changes back to spellsurgeweapon?

I know CasterWeaponSwapped does this, but I allready use this one and I just wanna use one addon to change my gear (but please check out CWS gear-changing-mecanics, It only changes gear during dots and channeled spells. would be great if you could use that to, at least as an option)

By the way, thx for a great addon, Its so much fun!
Report comment to moderator  
Reply With Quote
Unread 09-16-08, 04:37 AM  
ljudsnubbe
A Deviate Faerie Dragon

Forum posts: 13
File comments: 20
Uploads: 0
qs

Hello, I have some questions. I think this can all be done with scrips but I have no idea how to do it:

1. is it possible to get a oufit to equip on several conditions? I want my spiritheavy outfit to equip when I get Spirit Tap, Innervate, Blue Dragon procc (etc) or when my mana drop below 20%. Possible with one outfit or do I have to create 4 different accesory-oufits?

2. I wanna use this mod to change gear depending on spellsurge-proccs. any way to have my spellsurgeweapon equipped from the start of the fight, but when spellsurge proccs it exchanges my weapon for the CD (45sec I think), then changes back to spellsurgeweapon?

I know CasterWeaponSwapped does this, but I allready use this one and I just wanna use one addon to change my gear (but please check out CWS gear-changing-mecanics, It only changes gear during dots and channeled spells. would be great if you could use that to, at least as an option)

By the way, thx for a great addon, Its so much fun!
Report comment to moderator  
Reply With Quote
Unread 08-22-08, 11:44 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
FYI, anyone who is looking for the WotLK beta version of Outfitter go to "WoWInterface Downloads" up in the top left of this page and then the WotLK beta section.
Report comment to moderator  
Reply With Quote
Unread 08-19-08, 12:57 PM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
I've started looking at LibDataBroker and am considering integrating support for it, but I haven't done anything real with it yet. Mostly been working on WotLK compatibility and the two side projects I'm considering are either LibDataBroker for Outfitter or iCal export for Group Calendar. So much to do, so little time

Originally posted by Frayol
Would you consider adding support for LibDataBroker to Outfitter? Something that shows the current outfit in use and launches outfitter when clicked would be great. An added bonus would be being able to right-click to change outfits, but not essential. This is a great addon and LibDataBroker support would be wonderful.
Report comment to moderator  
Reply With Quote
Unread 08-18-08, 07:34 AM  
Frayol
A Deviate Faerie Dragon
 
Frayol's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 127
Uploads: 4
Would you consider adding support for LibDataBroker to Outfitter? Something that shows the current outfit in use and launches outfitter when clicked would be great. An added bonus would be being able to right-click to change outfits, but not essential. This is a great addon and LibDataBroker support would be wonderful.
Report comment to moderator  
Reply With Quote
Unread 08-11-08, 11:16 AM  
mundocani
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 434
Uploads: 6
Got the key and now I'm working on an update to get it working on WotLK. Might have something ready to post in the next day or two.

Originally posted by Civrock
Still nothing?
Report comment to moderator  
Reply With Quote
Unread 08-11-08, 12:51 AM  
Civrock
A Murloc Raider
 
Civrock's Avatar

Forum posts: 4
File comments: 59
Uploads: 0
Originally posted by mundocani
Sorry, but I'm still waiting for my key to show up
Still nothing?
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.