Download
(149 Kb)
Download
Updated: 05/15/24 08:09 AM
Pictures
File Info
Compatibility:
Gold Road (10.0.0)
Scions of Ithelia (9.3.0)
Updated:05/15/24 08:09 AM
Created:08/09/21 06:17 PM
Monthly downloads:42,753
Total downloads:289,037
Favorites:155
MD5:
Categories:Action Bar Mods, Casting Bars, Cooldowns
9.3.0
Wizard's Wardrobe  Popular! (More than 5000 hits)
Version: 1.18.3
by: ownedbynico, ghostbane, JN Slevin
Wizard's Wardrobe

Throw all your setups into the wardrobe and let the wizard equip them exactly when you need it.

Dependencies: LibAddonMenu-2.0 LibChatMessage LibDebugLogger LibAsync

Wizard's Wardrobe is an AlphaGear/DressingRoom alternative. It helps you to manage your setups. You can save them per boss per trial and the
auto-equip feature will automatically equip the setup for you.


Wiki and FAQ can be found on GITHUB



Features:
  • Manages your gear, spells, cps and buff food
    - Multiple pages per trial (e.g. for different raiding groups)
    - Additional setup slots on each page
    - Deposit and withdraw gear from bank (open WW and bank)
    - Inventory markers that show items in setups
    - Drag and drop spells, gear and food
    - Check for missing items in inventory
  • Auto-equips setups in raids[/indent]
  • Charges your weapons (disabled by default)
  • Repairs your armor (disabled by default)
  • Refills your poisons (disabled by default)
  • Useful hotkeys for prebuffs (Acceleration, Destro Ult, Maneuver, Siege Shield)
  • Import and export setups to other Wizard's Wardrobe users
  • Link setups into chat
  • Hotkey to fix Spaulder

Limitations:
  • Currently only the English, German, Russian and French client are supported for auto-equip
    (Send an edited version of the en.lua from the addon folder if you want your language to be supported!)
  • Not (yet) supported arenas/trials: MSA, DSA, VH
  • There is a 30s cooldown when changing cp, so don't be surprised if the change is delayed sometimes.
  • Features like equipping gear and spells are not working in combat.

Thanks to:
  • @Zeeces for the name idea and the mental assistance
  • @File2606, @DSimonM for testing and rubber ducking
  • @K1nor for the russian translation
  • @Alasthorn for the french translation
04.05.24 v1.18.3 by JN Slevin
- uncommented an important codeblock, which somehow got forgotten in the previous release

04.05.24 v1.18.2 by JN Slevin
- Improved the user experience for the new zone selection
- added auto-hide on selection
- added animations on open on close
- added a favorite system
- Fixed a potential issue in the setup swap logic which might have caused problems when your inventory is close to full
- Fixed a potential issue with the skill swap logic which might have caused problems while swapping off cryptcanon
- Removed the "strict" option for the comparison depth of the setup validtion, since I realized the uniqueId should not change regardless what users are doing to the item.
- The uniqueId is now checked first, if that matches the validation passes successfully
- The options only come into play now if the uniqueId does not match, which should basically never happen, but if it does it will check for the option users chose


03.05.24 v1.18.1 by JN Slevin
- fixed yet another issue with empty slots (this is the same issue where it told you your skills did not swap correctly even though they did) don't ask me how this happened but it should be fixed now
- fixed yet another issue where if you had the unequip empty option set to on it would not unequip every piece, which would cause the setup validation to fail
- code maintenance in the validation file
- fix for a potential issue within the scribing functionality (thanks DakJaniels)


02.05.24 v1.18.0 by JN Slevin
live
- Further improved the prevention of unnecessary looping
- added spanish translations (thanks to DavidGonzalezGutierrez)
- added a highlight to the currently equipped setup in the main window
- laid the groundwork for a future update which will include dungeons etc (for any authors which have dungeon extentions or other things, you can find the categories in the WizardsWardrobeConst.lua file)
- added a tree element to the main window to chose the zone (you enable the legacy dropdown in the settings)
- changed the positions of the top menu icons slightly
- changed the order of operations and other things to improve the way the setup validation works
- Improved logging so the setup swaps should not be as heavy on the ressources anymore
- fixed a bug which caused some unintended behavior while wearing cryptcanon
- fixed a bug which caused some unintended behavior while having empty slots saved
- fixed a bug which caused your backbar skills to not swap while swapping to and off cryptcanon
- general code improvements
- added a callback for other addon authors which is fired after a setup swapped correctly (let me know if you want more callbacks or parameters, im happy to add them)
Code:
WizardsWardrobe.callbackManager:RegisterCallback("WW_OnSetupSwapSuccess",function() yourFunction() end)
- added a cancel functionality to the reset queue button in the rare case that the current solution does not work (thanks lykeion for the idea)

PTS
- added (experimental) Lucent Citadel support
- added (experimental) Scribing support (thanks ACastanza)
- API bump

Known issues:
- while on PTS, swapping from and to cryptcanon setups will cause a lua error. ZOS has confirmed that this is an issue on their end and are investigating

02.05.24 v1.17.13 by JN Slevin
- removed some rogue comments in the code which prevented the loop fix from the previous version to work

02.05.24 v1.17.12 by JN Slevin
- fix for lua error WizardsWardrobe.lua:524: attempt to index a nil value
- further fixes to prevent unnecessary looping over setups

02.05.24 v1.17.11 by JN Slevin
- Fixed an issue where the auto charge feature did not work correctly
- Changed some constants (thanks dack_janiels)
- Added an automatic stop in the setup fix so it will not loop endlessly
- Added a version element to the main UI
- Changed some logging to work better and use proper levels (if you feel like Wizards lags during swap just try
Code:
/debuglogger level i
). This should set the logging level to info only.
- Fixed the lua error which was caused by empty skill slots
- Fixed the unnessecary weapon sheathing if weapons will not be changed (it will still sheathe your weapons since thats how the game works but it should be way quicker now)

29.04.24 by JN Slevin
- Migrated the entire queuing system for gear, skills and cp to LibAsync
(This is the main feature of this version, i have been working on this for months with as many months testing it. Your setup should switch now way more relieably and should be quicker too. If you want to speed it up even more sheathe your weapons before swapping)
- fixed an issue where the wrong argument was listed in the tooltip for the custom lua code
- added new features to the custom lua code:
  1. If the box is empty it will have explanations shown
  2. Can access LibDebugLogger and LibAsync objects within
  3. Added a functionality to execute code as soon as setup is trying to load or wait until out of combat to execute.
    To do this you have to enclose the code which you want called as soon as youre out of combat in <<>>.
- Added functionality to unequip cryptcanon before changing skills so you can have another ult while wearing cryptcanon, since we cannot access that ult you have to save the skills without cryptcanon equipped or drag the ult onto the setup.
- added a check if skills swapped correctly
- Fixed a problem where your weapon swap failed when you had a weapon frontbarred then swapped the same weapon to the backbar.
- Removed automatic failed gear swap since it caused more problems than it fixed, still available via keybind
- Increased the number of keybinds for setups to 25, because why not.
- Added support for Crown Soul Gems and Repair Kits (Soul Gems prefer the one you chose in the basegame settings first and then the one you did not chose)
- API bump
- Way more code improvements, which are too many to list.
- Added support for quite a few more foods (thanks to Shadowinplay)

29.12.23 by JN Slevin
- Added a check to the link comparison which is used for the new validation feature.
If the "unequip empty slots" option is turned off this ignores empty slots.
This should help in situations where you only have one piece of gear to swap.
Thanks to isiimode for pointing that out

- Changed "EA" to "IA"

28.12.23 by JN Slevin
- Fixed set ID recognition in the setup compare function, so now it actually checks the correct variable and not how many pieces are equipped.
- Moved the initial validation function. Now it only validates the setup when equipping a setup instead of moving gear.

27.12.23 by JN Slevin

Setup Validation
  • Added a setup validation which will notify users if the setup did not swap correctly (has 4 comparison levels adjustable in the settings.
    • This happens after a delay, since the addon needs some time to swap things. This delay is adjustable in the settings.
  • Added an automatic list of steps to fix the failed setup. This is turned off by default.
  • Added a keybind to do these steps "non automatically"
  • Added logging (and a delete log functionality) which saves occurences when setups failed to swap so we may finally get to the bottom of this
  • Added a red color on the info panel which colors the name if the setup failed to swap.
  • Added a confirmation if the setup swapped correctly
    • (at the time of writing, this only notifies users if any gear swapped, if 2 setups have the same gear it will not notify them, this may be changed at a later time.)

Misc
  • Added the ability to chose Center Screen Announcements for the messages given to the user
  • Added EA Pages (thanks to @yachoor )
  • The automatic swap feature does not work in EA since the content is inherently random and i do not think its feasible to add this
  • Changed the Sanity's Edge ID so now the porting feature works too (thanks to @necco889)



03.10.23 by JN Slevin
- Added keybind to refresh current setup in case something didn't swap correctly Thanks to B7TxSpeed!
- Updated the version correctly this time
-----------

05.09.23 by JN Slevin
- Updated API Version to be compatible with the newest base game patch
- Added keybinds for Previous Setup, Next Setup and Undress Thanks to Complicative!
- Added Chinese translation Thanks to Lykeion!
-----------

09.08.23 by JN Slevin
- Readded the ignore tabard option
- Thank you TeebowGanx
-----------

15.07.23 by JN Slevin
- Fixed LUA errors which occured when trying to save a setup while having Cryptcanon Vestments equipped
-----------

12.06.23
- Updated api version
- Added support for Sanity's edge (thanks to JNSlevin)
-----------

02.10.22
- Updated api version
- Added teleport feature
- Removed not working workaround for locked weapons
-----------

28.07.22
- Fixed gear when exporting setups
- Added food to export
- Added (yet another) possible workaround for stuck bars
- Added feature to print log messages to alert (thanks to Saenic)
-----------

13.07.22
- Added possible fix for unwanted setup cloning/resetting
- Added Orzorgas Red Frothgar bufffood
- Minor fixes
-----------

09.06.22
- Fixed mouse events on texture controls
- Added sidebosses to DSR module
-----------

06.06.22
- Fixed scene management
-----------

06.06.22
- Added dreadsail reef trial (not final)
- Added jewels of misrule bufffood
- Added workaround for surfing on weapons bug
- Changed to coordinate-based boss tracking in SS, KA and RG
- Changed size of preview
- Substitute setups can now be cleared
- Excluded guild tabard from export
- Fixed invisible setups after page deletion
- Fixed mythic items not swapped after fight
- Fixed visual bug of import and save button
- Fixed wrong pages getting auto loaded
- Fixed missing tooltip on banking button
-----------

02.04.22
- GUI rewritten, you can now add/remove/rearrange setups on each page
- Added more buff food
- Added first launch message & warning for major updates
- Added import feature also scanning bank or housing chests if opened
- Fixed prebuff error when spamming buttons
- More minor fixes
- Updated API version
-----------

24.02.22
- Fixed unequipping
-----------

23.02.2022
- Added toggle for Gear/Skills/CP/Food
- Prebuff rewritten
- Added possible fix for stuck gear
- Added min version dependency for LibChatMessage
- Added tabard to banking exceptions
- Added more buff food
- Added tooltips for gear, spells, cp like there is for bufffood
- Added function to migrate skills from very old Wizards versions
- Fixed traits in item tooltip of linked setups
-----------

01.02.2022
- Fixed setups with poisons
-----------

20.01.2022
- Changed back to EquipItem() instead of RequestMoveItem()
- Minor page fixes
-----------

13.01.2022
- Substitute setups enabled by default
- Added help for substitute setups
- Replaced outfit with auto bufffood (costume/tabard is now saved with gear)
- Markers that show saved gear
- Fixed banks in housing
- Added button to clear queue
- Grid Zone Selection (with an option for the legacy selection)
- Setup preview / send setups to chat (right click on setup name)
- Drag and drop skills & gear
- Page dropdown with more page features
- Check for missing items (danger sign when missing gear)
- HoF now based on movement (trash before factotum & spider no longer works)
- Added a keybind to fix mythic shoulders
- Window will remember its state/position on quickslot tab independently of the inventory
- Double check after equipping gear and skills
-----------

05.11.2021
- Updated to newest API
- Minimal mode for Panel
- Fixed prebuff when not having weapons in hand
- Added a option to ignore trash in HoF after 2nd boss
- Added a warn message when having a full inventory
- Added a option to automatically renew buff food in trial/dungeon
- Minor fixes
-----------

27.09.2021
- Fixes for SS and CR
-----------

26.09.2021
- Banking and undress feature now more reliable
- UI now resizable
- Icon on panel now works as a button
- Substitute setups
-----------

26.08.2021
- Cyro & BG setups can now be renamed
- Fixed bug when opening window on hud or hudui
- Fixed a bug where a invalid boss got loaded in CR
-----------

25.08.2021
- Added banking feature
- Changed scene management (use /wizard or hotkey, will remember states and position on scenes)
- Added set indicator
- Added pvp tab
- Changed to new api
-----------

10.08.2021
- Improved wipe detection
- Added ru.lua
-----------

14.08.2021
- Improved wipe detection
- CR improvements
- Barswap no longer needed
- Siege Shield Prebuff for Bahsei
- Reduced SavedVariables size
- Auto fix invisible offhand/surf on staffs
- Moved (de)active to setup dropdown
-----------

10.08.2021
- Changed from NewCharacterNameSettings to NewCharacterIdSettings
-----------
Optional Files (2)
File Name
Version
Size
Author
Date
Type
3.0
20kB
05/22/24 04:30 PM
Patch
1.4.1
31kB
12/08/23 12:22 PM
Patch


Archived Files (37)
File Name
Version
Size
Uploader
Date
1.18.2
149kB
JN Slevin
05/15/24 07:53 AM
1.18.1
155kB
JN Slevin
05/14/24 07:28 AM
1.18.0
155kB
JN Slevin
05/13/24 04:19 PM
1.17.13
135kB
JN Slevin
05/03/24 05:58 AM
1.17.12
135kB
JN Slevin
05/02/24 02:21 PM
1.17.11
135kB
JN Slevin
05/02/24 04:28 AM
1.17.10
135kB
JN Slevin
04/29/24 12:57 AM
1.16.2
127kB
JN Slevin
12/29/23 11:10 AM
1.16.1
126kB
JN Slevin
12/28/23 07:38 AM
1.16.0
126kB
JN Slevin
12/27/23 06:52 AM
1.14.1
120kB
JN Slevin
10/03/23 10:22 AM
1.14.0
119kB
JN Slevin
09/05/23 07:17 AM
1.13.1
113kB
JN Slevin
08/09/23 07:37 AM
1.13.0
113kB
JN Slevin
07/15/23 06:41 AM
1.11.0
115kB
ownedbynico
06/12/23 08:01 AM
1.10.0
113kB
ownedbynico
10/02/22 10:30 AM
1.9.4
109kB
ownedbynico
07/27/22 06:25 PM
1.9.3
112kB
ownedbynico
07/13/22 01:58 PM
1.9.2
112kB
ownedbynico
06/08/22 05:41 PM
1.9.1
112kB
ownedbynico
06/06/22 07:28 AM
1.9.0
112kB
ownedbynico
06/06/22 12:23 AM
1.8.0
158kB
ownedbynico
04/02/22 02:29 PM
1.7.1
160kB
ownedbynico
02/24/22 01:01 PM
1.7.1
160kB
ownedbynico
02/23/22 03:25 PM
1.6.2
170kB
ownedbynico
01/31/22 08:46 PM
1.6.1
170kB
ownedbynico
01/20/22 09:46 AM
1.6
155kB
ownedbynico
01/13/22 04:31 PM
1.5
84kB
ownedbynico
11/04/21 05:48 PM
1.4.1
77kB
ownedbynico
09/26/21 04:58 PM
1.4
77kB
ownedbynico
09/25/21 11:06 PM
1.3.1.1
73kB
ownedbynico
08/26/21 08:32 AM
1.3.1
73kB
ownedbynico
08/25/21 07:47 PM
1.3
73kB
ownedbynico
08/24/21 07:44 PM
1.2.1
49kB
ownedbynico
08/17/21 04:40 AM
1.2
46kB
ownedbynico
08/14/21 01:37 PM
1.1
44kB
ownedbynico
08/10/21 07:11 AM
1.0
44kB
08/09/21 06:17 PM


Post A Reply Comment Options
Unread 02/19/23, 08:11 PM  
Toirealach
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 104
Uploads: 7
Re: Ignore tabards & unequip mythical first?

I waited a month for a response. Then I implemented the "Ignore Tabards" feature myself in my own version of this addon.

If the author is no longer maintaining it, I can take a crack at maintaining it.

Let me look at the GitHub for it to see if I would have permissions to upload updates. If I do then I can look at some of the bugs reported here as well as release a version with my Ignore Tabards feature enabled.

Originally Posted by Toirealach
Great addon! Thanks for the hard work!

A couple of feature requests though:

1) Can you give us the option to ignore the tabard slot so it doesn’t save, unequip or change tabards?

2) When unequipping as part of changing sets, can you always unequip the mythic first? Set changes sometimes fail if the new set is trying to equip a mythic but the old mythic hasn’t been unequipped yet.

Thanks!

-T
Report comment to moderator  
Reply With Quote
Unread 02/10/23, 10:48 AM  
lplpmc

Forum posts: 0
File comments: 13
Uploads: 0
Gear swap has become unreliable?

I have started to notice over the last ESO patch or so, that skills will swap but one bar will not change the weapons equipped.

I checked my inventory and I am definitely not at item capacity. Am I the only one experiencing this issue?

Thank you,



Unrelated feature request: Undo function if we overwrite a build mindlessly
Last edited by lplpmc : 02/10/23 at 11:42 AM.
Report comment to moderator  
Reply With Quote
Unread 02/04/23, 12:48 PM  
Anthonysc
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 109
Uploads: 1
Commenting here in addition to the Bandit's UI post. It seems like there might be a bad interaction with Bandit's where Wizard's Wardrobe is not properly updating the action bar after swapping skills resulting in missing, and misplaced timers.

Edit: Bandits UI devs are suggesting that this isn't an issue with Bandits. Seems more likely to be an issue with Wizard's Wardrobe.

Thread copied below:

Originally Posted by Anthonysc
Originally Posted by Hoft
Originally Posted by Anthonysc
Odd issue, potentially with Wizards Wardrobe.
I recently noticed an issue with Bandit's ability bar timers where they are not appearing on active skills until after a barswap if skills were changed using Wizard's Wardrobe. This isn't normally an issue, but with the new prevalence of Oakensoul builds this can result in needing to manually unequip the ring, barswap (and back) then reequip the ring in order to get the timers to show.

Let me know if there's anything I can do to help debug!
Try to use slach commands for a tests:
/script BUI.Actions.OnPairChanged()
(Oakensoul blocks it)
/script BUI.ActionsUpdate()
(normally must fire on EVENT_ACTION_SLOT_ABILITY_SLOTTED)
Tell what you find.
After trying either command, skill timers started appearing again on subsequent skill casts.
However after swapping builds (again with WW) the timers again went away until either of those scripts was entered.
Last edited by Anthonysc : 02/06/23 at 12:25 PM.
Report comment to moderator  
Reply With Quote
Unread 02/02/23, 09:58 AM  
JN Slevin
 
JN Slevin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 107
Uploads: 4
Would it be possible to add an UI element which lets us import setups from other characters?
Report comment to moderator  
Reply With Quote
Unread 02/02/23, 04:29 AM  
Shadowinplay

Forum posts: 1
File comments: 38
Uploads: 0
I manually added all missing consumables from CP150-160 to WizardsWardrobeConst.lua, replace at line 103:
Code:
WW.BUFFFOOD = {
	[64711] = 68411,	-- Crown Fortifying Meal
	[64712] = 68416,	-- Crown Refreshing Drink
	[68233] = 61259,	-- Garlic-and-Pepper Venison Steak
	[68234] = 61259,	-- Millet and Beef Stuffed Peppers
	[68235] = 61259,	-- Lilmoth Garlic Hagfish
	[68236] = 61260,	-- Firsthold Fruit and Cheese Plate
	[68237] = 61260,	-- Thrice-Baked Gorapple Pie
	[68238] = 61260,	-- Tomato Garlic Chutney
	[68239] = 61261,	-- Hearty Garlic Corn Chowder
	[68240] = 61261,	-- Bravil's Best Beet Risotto
	[68241] = 61261,	-- Tenmar Millet-Carrot Couscous
	[68242] = 61257,	-- Mistral Banana-Bunny Hash
	[68243] = 61257,	-- Melon-Baked Parmesan Pork
	[68244] = 61257,	-- Solitude Salmon-Millet Soup
	[68245] = 61255,	-- Sticky Pork and Radish Noodles
	[68246] = 61255,	-- Garlic Cod with Potato Crust
	[68247] = 61255,	-- Braised Rabbit with Spring Vegetables
	[68248] = 61294,	-- Chevre-Radish Salad with Pumpkin Seeds
	[68249] = 61294,	-- Grapes and Ash Yam Falafel
	[68250] = 61294,	-- Late Hearthfire Vegetable Tart
	[68251] = 61218,	-- Capon Tomato-Beet Casserole
	[68252] = 61218,	-- Jugged Rabbit in Preserves
	[68253] = 61218,	-- Longfin Pasty with Melon Sauce
	[68254] = 61218,	-- Withered Tree Inn Venison Pot Roast
	[68255] = 61322,	-- Kragenmoor Zinger Mazte
	[68256] = 61322,	-- Colovian Ginger Beer
	[68257] = 61322,	-- Markarth Mead
	[68258] = 61325,	-- Heart's Day Rose Tea
	[68259] = 61325,	-- Soothing Bard's-Throat Tea
	[68260] = 61325,	-- Muthsera's Remorse
	[68261] = 61328,	-- Fredas Night Infusion
	[68262] = 61328,	-- Old Hegathe Lemon Kaveh
	[68263] = 61328,	-- Hagraven's Tonic
	[68264] = 61335,	-- Port Hunding Pinot Noir
	[68265] = 61335,	-- Dragontail Blended Whisky
	[68266] = 61335,	-- Bravil Bitter Barley Beer
	[68267] = 61340,	-- Wide-Eye Double Rye
	[68268] = 61340,	-- Camlorn Sweet Brown Ale
	[68269] = 61340,	-- Flowing Bowl Green Port
	[68270] = 61345,	-- Honest Lassie Honey Tea
	[68271] = 61345,	-- Rosy Disposition Tonic
	[68272] = 61345,	-- Cloudrest Clarified Coffee
	[68273] = 61350,	-- Senche-Tiger Single Malt
	[68274] = 61350,	-- Velothi View Vintage Malbec
	[68275] = 61350,	-- Orcrest Agony Pale Ale
	[68276] = 61350,	-- Lusty Argonian Maid Mazte
	[71056] = 72816,	-- Orzorga's Red Frothgar
	[71057] = 72819,	-- Orzorga's Tripe Trifle Pocket
	[71058] = 72822,	-- Orzorga's Blood Price Pie
	[71059] = 72824,	-- Orzorga's Smoked Bear Haunch
	[87685] = 84678,	-- Sweet Sanguine Apples
	[87686] = 84681,	-- Crisp and Crunchy Pumpkin Snack Skewer
	[87687] = 84700,	-- Bowl of "Peeled Eyeballs"
	[87690] = 84704,	-- Witchmother's Party Punch
	[87691] = 84709,	-- Crunchy Spider Skewer
	[87695] = 84720,	-- Ghastly Eye Bowl
	[87696] = 84725,	-- Frosted Brains
	[87697] = 84731,	-- Witchmother's Potent Brew
	[87699] = 84735,	-- Purifying Bloody Mara
	[94437] = 85484,	-- Crown Crate Fortifying Meal
	[94438] = 85497,	-- Crown Crate Refreshing Drink
	[101879] = 86559,	-- Hissmir Fish-Eye Rye
	[112425] = 86673,	-- Lava Foot Soup-and-Saltrice
	[112426] = 86677,	-- Bergama Warning Fire
	[112433] = 86746,	-- Betnikh Twice-Spiked Ale
	[112434] = 86749,	-- Jagga-Drenched "Mud Ball"
	[112435] = 84678,	-- Old Aldmeri Orphan Gruel
	[112438] = 86787,	-- Rajhin's Sugar Claws
	[112439] = 86789,	-- Alcaire Festival Sword-Pie
	[112440] = 86791,	-- Snow Bear Glow-Wine
	[120436] = 84678,	-- Princess's Delight
	[120762] = 89955,	-- Candied Jester's Coins
	[120763] = 89957,	-- Dubious Camoran Throne
	[120764] = 89971,	-- Jewels of Misrule
	[133554] = 100502,	-- Deregulated Mushroom Stew
	[133555] = 100488,	-- Spring-Loaded Infusion
	[133556] = 100498,	-- Clockwork Citrus Filet
	[139016] = 107748,	-- Artaeum Pickled Fish Bowl
	[139018] = 107789,	-- Artaeum Takeaway Broth
	[153625] = 127531,	-- Corrupting Bloody Mara
	[153627] = 127572,	-- Pack Leader's Bone Broth
	[153629] = 127596,	-- Bewitched Sugar Skulls
}
Report comment to moderator  
Reply With Quote
Unread 01/29/23, 09:49 AM  
G0K4R

Forum posts: 0
File comments: 32
Uploads: 0
I really love this addon. Thanks so much!

One thing tho (of course ): Any chance to give an additional option to NOT automatically load the specific page for a trial / zone when you enter it? Or maybe this could just depend on the already existing parameter to not automatically equip sets in general? Thanks in advance

Personally I don't use those specific setups. So when I enter a raid zone and forget to switch to my main page my setups are not available...
Last edited by G0K4R : 01/29/23 at 09:50 AM.
Report comment to moderator  
Reply With Quote
Unread 01/15/23, 03:20 PM  
Toirealach
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 104
Uploads: 7
Ignore tabards & unequip mythical first?

Great addon! Thanks for the hard work!

A couple of feature requests though:

1) Can you give us the option to ignore the tabard slot so it doesn’t save, unequip or change tabards?

2) When unequipping as part of changing sets, can you always unequip the mythic first? Set changes sometimes fail if the new set is trying to equip a mythic but the old mythic hasn’t been unequipped yet.

Thanks!

-T
Last edited by Toirealach : 01/23/23 at 01:58 AM.
Report comment to moderator  
Reply With Quote
Unread 01/06/23, 12:48 PM  
M'aiq the Fox

Forum posts: 0
File comments: 1
Uploads: 0
Hallu.

Since a view days the Wizards Wardrobe UI does pop up in my siege menu and it doesn't react to any buttons to close it at all.

Here's a video: https://youtu.be/Xn32FFXkQMk

Any idea on how to fix this?
Report comment to moderator  
Reply With Quote
Unread 01/01/23, 07:03 PM  
wido1234

Forum posts: 2
File comments: 14
Uploads: 0
Version and @nico removal

Is it possible to get rid of the whole verison number and nico thing on my screen. i ticked minimal. on settings but it isnt away.
Last edited by wido1234 : 01/02/23 at 06:40 AM.
Report comment to moderator  
Reply With Quote
Unread 12/28/22, 10:50 AM  
tomstock
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 20
Uploads: 4
How does this work in +1 +2 Hard Modes?

Normally, I use Oakensoul, which is incompatible with Relequen. Does the Addon know if the relequen setup is needed on the +1 or +2? Or would this require manual switching?

A few additional comments:
  • I +1 the idea of moving the setup order in a section
  • When coming from a trial, is their a quick method to go back to your general gear? I'd like keyboards specific to "General Setup 1", "General Setup 2"; which would not look at the current section you are in, in the wardrobe.
  • Can a button be added to clear, not delete, a setup?
Last edited by tomstock : 12/28/22 at 09:36 PM.
Report comment to moderator  
Reply With Quote
Unread 12/19/22, 03:50 PM  
Scav
 
Scav's Avatar

Forum posts: 1
File comments: 23
Uploads: 0
Quickslots

Hello
Can You make main quickslots load/save within sets, CP etc.? Or just the current active quickslot?
Report comment to moderator  
Reply With Quote
Unread 11/27/22, 01:52 AM  
Octopuss
 
Octopuss's Avatar

Forum posts: 176
File comments: 817
Uploads: 0
Could you add an option to move a setup up or down or something?
I like to have the same layout on every char, but I accidentally deleted one setup, and now there's no way to add it back between the others in the original position
Report comment to moderator  
Reply With Quote
Unread 10/30/22, 01:06 PM  
Thisdoesnotwork

Forum posts: 0
File comments: 1
Uploads: 0
Post Skills not swapping

I keep getting errors for the skills that they cannot be found. My CP also do not swap which I know it is said it doesn't, but since there is a section specifically detailing which CP are slotted in which build makes it seems this has changed, but still does not work.

I have enough gold in my bank/inventory but none of that is being consumed when switching builds, am I missing something? How exactly does the addon respec my skills and CP? Because so far the only thing it does is to change my equipped gear. Thanks in advance for the reply
Report comment to moderator  
Reply With Quote
Unread 10/17/22, 06:16 PM  
mushJoint

Forum posts: 0
File comments: 1
Uploads: 0
I know are a delay when Champions Points switch, but my doubt is if the WW just switch betwen the points i already have, i mean, he dont respec to anothers ones, i say this cos i no have enough points to my two differents lodauts, when i switch the WW just do nothing (no change the point on the bar either dont respec the points in the trees), but when i have same alocated points he doit very well.
Thx for the attention, have a nice day
Last edited by mushJoint : 10/17/22 at 06:21 PM.
Report comment to moderator  
Reply With Quote
Unread 10/09/22, 06:00 PM  
WarsoreRH

Forum posts: 0
File comments: 1
Uploads: 0
Hello,

Is there a known issue with the gamepad UI?

My friend is unable to open the WW UI using a keybind, when using a banker or looking at the skills page.

Thanks
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: