Download
(135 Kb)
Download
Updated: 05/03/24 05:58 AM
Pictures
File Info
Compatibility:
Scions of Ithelia (9.3.0)
Updated:05/03/24 05:58 AM
Created:08/09/21 06:17 PM
Monthly downloads:23,254
Total downloads:265,747
Favorites:152
MD5:
Categories:Action Bar Mods, Casting Bars, Cooldowns
9.3.0
Wizard's Wardrobe  Updated less than 3 days ago!  Popular! (More than 5000 hits)
Version: 1.17.13
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
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
2.0
19kB
05/04/24 12:47 PM
Patch
1.4.1
31kB
12/08/23 12:22 PM
Patch


Archived Files (33)
File Name
Version
Size
Uploader
Date
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/14/22, 04:00 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4993
File comments: 6047
Uploads: 78
Hey there,

got this report over at PerfectPixel which turned out it only happens if Wizards Wardrobe is enabled (together with PP):
If looting a sack the interaction text is missing at the reticle.

Missing text from the interaction button on the Russian game client. Only disabling Perfect pixel helps. What could be the problem?
https://prnt.sc/26ut54s
Could you have a look please at your interaction changes code, where this could come from.
PP is not changing any interactions nor hiding any texts at the reticles.
Last edited by Baertram : 02/14/22 at 08:58 AM.
Report comment to moderator  
Reply With Quote
Unread 02/07/22, 03:26 AM  
afxmac

Forum posts: 13
File comments: 57
Uploads: 0
Re: Re: Re: Inconsistent loading

Originally Posted by Baertram
@afxmac
Try to disable ALL other addons and libraries and test with only WW enabled. Does it work properly then?
It seems that Sheath Weapon is the culprit.

ciao
afx
Report comment to moderator  
Reply With Quote
Unread 02/06/22, 08:43 AM  
ownedbynico
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 111
Uploads: 15
Originally Posted by Shadeous
With just wizards enabled I get these errors while loading in.

Code:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: operator < is not supported for number < table
stack traceback:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: in function 'WWG.RefreshSetup'
|caaaaaa<Locals> zone = [table:1]{name = "General", legacyIcon = "/esoui/art/treeicons/achieveme...", priority = -2, icon = "/WizardsWardrobe/assets/zones/...", id = -1, tag = "GEN"}, pageId = 1, index = 2, container = ud, setup = [table:2]{name = "Lady Thorn", disabled = F}, color = 1, hotbarCategory = 0, slotIndex = 3, abilityId = [table:3]{type = 1, id = 117637, index = 2, line = 1}, abilityIcon = "/esoui/art/itemtooltip/eso_ite..." </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:323: in function 'WWG.RefreshPage'
|caaaaaa<Locals> zone = [table:1], pageId = 1, i = 2 </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:1046: in function 'WWG.CreateScrollContainer'
|caaaaaa<Locals> zone = [table:1], pageId = 1, scrollContainer = ud, scrollBox = ud </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:732: in function 'WWG.OnZoneSelect'
|caaaaaa<Locals> zone = [table:1] </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobe.lua:602: in function 'func'
/EsoUI/Libraries/Globals/globalapi.lua:227: in function '(anonymous)'
Code:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: operator < is not supported for number < table
stack traceback:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: in function 'WWG.RefreshSetup'
|caaaaaa<Locals> zone = [table:1]{name = "General", legacyIcon = "/esoui/art/treeicons/achieveme...", priority = -2, icon = "/WizardsWardrobe/assets/zones/...", id = -1, tag = "GEN"}, pageId = 1, index = 2, container = ud, setup = [table:2]{name = "Lady Thorn", disabled = F}, color = 1, hotbarCategory = 0, slotIndex = 3, abilityId = [table:3]{type = 1, id = 117637, index = 2, line = 1}, abilityIcon = "/esoui/art/itemtooltip/eso_ite..." </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:323: in function 'WWG.RefreshPage'
|caaaaaa<Locals> zone = [table:1], pageId = 1, i = 2 </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:743: in function 'WWG.OnZoneSelect'
|caaaaaa<Locals> zone = [table:1] </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:697: in function 'callback'
user:/AddOns/WizardsWardrobe/libs/gridcombobox.lua:206: in function 'GridComboBox:Select'
|caaaaaa<Locals> self = [table:4]{itemsPerRow = 4, itemSize = 57, itemSpacing = 4}, index = 1, item = ud </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:706: in function 'func'
|caaaaaa<Locals> index = 1 </Locals>|r
/EsoUI/Libraries/Globals/globalapi.lua:227: in function '(anonymous)'
All other zone pages work, but when trying to go back to the general page this error occurs:

Code:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: operator < is not supported for number < table
stack traceback:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: in function 'WWG.RefreshSetup'
|caaaaaa<Locals> zone = [table:1]{name = "General", legacyIcon = "/esoui/art/treeicons/achieveme...", priority = -2, icon = "/WizardsWardrobe/assets/zones/...", id = -1, tag = "GEN"}, pageId = 1, index = 2, container = ud, setup = [table:2]{name = "Lady Thorn", disabled = F}, color = 1, hotbarCategory = 0, slotIndex = 3, abilityId = [table:3]{type = 1, id = 117637, index = 2, line = 1}, abilityIcon = "/esoui/art/itemtooltip/eso_ite..." </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:323: in function 'WWG.RefreshPage'
|caaaaaa<Locals> zone = [table:1], pageId = 1, i = 2 </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:743: in function 'WWG.OnZoneSelect'
|caaaaaa<Locals> zone = [table:1] </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:697: in function 'callback'
user:/AddOns/WizardsWardrobe/libs/gridcombobox.lua:206: in function 'GridComboBox:Select'
|caaaaaa<Locals> self = [table:4]{itemsPerRow = 4, itemSize = 57, itemSpacing = 4}, index = 1, item = ud </Locals>|r
user:/AddOns/WizardsWardrobe/libs/gridcombobox.lua:141: in function '(anonymous)'
This occurs when you used one of the very first Wizards Versions where I saved the spells a bit different. I had backwards compatibility for a long time and hoped that people would save their spells again in that period. But apparently there are still a hand full of people that got this problem. Try to get like version 1.3 and delete/resave the spells on the broken page. And then update to the current version again. This should fix your problem.
Last edited by ownedbynico : 02/06/22 at 09:14 AM.
Report comment to moderator  
Reply With Quote
Unread 02/06/22, 03:12 AM  
sonwon

Forum posts: 0
File comments: 274
Uploads: 0
Originally Posted by Shadeous
With just wizards enabled I get these errors while loading in.

Code:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: operator < is not supported for number < table
stack traceback:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: in function 'WWG.RefreshSetup'
|caaaaaa<Locals> zone = [table:1]{name = "General", legacyIcon = "/esoui/art/treeicons/achieveme...", priority = -2, icon = "/WizardsWardrobe/assets/zones/...", id = -1, tag = "GEN"}, pageId = 1, index = 2, container = ud, setup = [table:2]{name = "Lady Thorn", disabled = F}, color = 1, hotbarCategory = 0, slotIndex = 3, abilityId = [table:3]{type = 1, id = 117637, index = 2, line = 1}, abilityIcon = "/esoui/art/itemtooltip/eso_ite..." </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:323: in function 'WWG.RefreshPage'
|caaaaaa<Locals> zone = [table:1], pageId = 1, i = 2 </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:1046: in function 'WWG.CreateScrollContainer'
|caaaaaa<Locals> zone = [table:1], pageId = 1, scrollContainer = ud, scrollBox = ud </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:732: in function 'WWG.OnZoneSelect'
|caaaaaa<Locals> zone = [table:1] </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobe.lua:602: in function 'func'
/EsoUI/Libraries/Globals/globalapi.lua:227: in function '(anonymous)'
Code:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: operator < is not supported for number < table
stack traceback:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: in function 'WWG.RefreshSetup'
|caaaaaa<Locals> zone = [table:1]{name = "General", legacyIcon = "/esoui/art/treeicons/achieveme...", priority = -2, icon = "/WizardsWardrobe/assets/zones/...", id = -1, tag = "GEN"}, pageId = 1, index = 2, container = ud, setup = [table:2]{name = "Lady Thorn", disabled = F}, color = 1, hotbarCategory = 0, slotIndex = 3, abilityId = [table:3]{type = 1, id = 117637, index = 2, line = 1}, abilityIcon = "/esoui/art/itemtooltip/eso_ite..." </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:323: in function 'WWG.RefreshPage'
|caaaaaa<Locals> zone = [table:1], pageId = 1, i = 2 </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:743: in function 'WWG.OnZoneSelect'
|caaaaaa<Locals> zone = [table:1] </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:697: in function 'callback'
user:/AddOns/WizardsWardrobe/libs/gridcombobox.lua:206: in function 'GridComboBox:Select'
|caaaaaa<Locals> self = [table:4]{itemsPerRow = 4, itemSize = 57, itemSpacing = 4}, index = 1, item = ud </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:706: in function 'func'
|caaaaaa<Locals> index = 1 </Locals>|r
/EsoUI/Libraries/Globals/globalapi.lua:227: in function '(anonymous)'
All other zone pages work, but when trying to go back to the general page this error occurs:

Code:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: operator < is not supported for number < table
stack traceback:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: in function 'WWG.RefreshSetup'
|caaaaaa<Locals> zone = [table:1]{name = "General", legacyIcon = "/esoui/art/treeicons/achieveme...", priority = -2, icon = "/WizardsWardrobe/assets/zones/...", id = -1, tag = "GEN"}, pageId = 1, index = 2, container = ud, setup = [table:2]{name = "Lady Thorn", disabled = F}, color = 1, hotbarCategory = 0, slotIndex = 3, abilityId = [table:3]{type = 1, id = 117637, index = 2, line = 1}, abilityIcon = "/esoui/art/itemtooltip/eso_ite..." </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:323: in function 'WWG.RefreshPage'
|caaaaaa<Locals> zone = [table:1], pageId = 1, i = 2 </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:743: in function 'WWG.OnZoneSelect'
|caaaaaa<Locals> zone = [table:1] </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:697: in function 'callback'
user:/AddOns/WizardsWardrobe/libs/gridcombobox.lua:206: in function 'GridComboBox:Select'
|caaaaaa<Locals> self = [table:4]{itemsPerRow = 4, itemSize = 57, itemSpacing = 4}, index = 1, item = ud </Locals>|r
user:/AddOns/WizardsWardrobe/libs/gridcombobox.lua:141: in function '(anonymous)'
Are you sure you have the newest version loaded? Is this on the pts server?

I am not having any of these problems.
Report comment to moderator  
Reply With Quote
Unread 02/06/22, 01:33 AM  
Shadeous

Forum posts: 0
File comments: 33
Uploads: 0
With just wizards enabled I get these errors while loading in.

Code:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: operator < is not supported for number < table
stack traceback:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: in function 'WWG.RefreshSetup'
|caaaaaa<Locals> zone = [table:1]{name = "General", legacyIcon = "/esoui/art/treeicons/achieveme...", priority = -2, icon = "/WizardsWardrobe/assets/zones/...", id = -1, tag = "GEN"}, pageId = 1, index = 2, container = ud, setup = [table:2]{name = "Lady Thorn", disabled = F}, color = 1, hotbarCategory = 0, slotIndex = 3, abilityId = [table:3]{type = 1, id = 117637, index = 2, line = 1}, abilityIcon = "/esoui/art/itemtooltip/eso_ite..." </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:323: in function 'WWG.RefreshPage'
|caaaaaa<Locals> zone = [table:1], pageId = 1, i = 2 </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:1046: in function 'WWG.CreateScrollContainer'
|caaaaaa<Locals> zone = [table:1], pageId = 1, scrollContainer = ud, scrollBox = ud </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:732: in function 'WWG.OnZoneSelect'
|caaaaaa<Locals> zone = [table:1] </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobe.lua:602: in function 'func'
/EsoUI/Libraries/Globals/globalapi.lua:227: in function '(anonymous)'
Code:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: operator < is not supported for number < table
stack traceback:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: in function 'WWG.RefreshSetup'
|caaaaaa<Locals> zone = [table:1]{name = "General", legacyIcon = "/esoui/art/treeicons/achieveme...", priority = -2, icon = "/WizardsWardrobe/assets/zones/...", id = -1, tag = "GEN"}, pageId = 1, index = 2, container = ud, setup = [table:2]{name = "Lady Thorn", disabled = F}, color = 1, hotbarCategory = 0, slotIndex = 3, abilityId = [table:3]{type = 1, id = 117637, index = 2, line = 1}, abilityIcon = "/esoui/art/itemtooltip/eso_ite..." </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:323: in function 'WWG.RefreshPage'
|caaaaaa<Locals> zone = [table:1], pageId = 1, i = 2 </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:743: in function 'WWG.OnZoneSelect'
|caaaaaa<Locals> zone = [table:1] </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:697: in function 'callback'
user:/AddOns/WizardsWardrobe/libs/gridcombobox.lua:206: in function 'GridComboBox:Select'
|caaaaaa<Locals> self = [table:4]{itemsPerRow = 4, itemSize = 57, itemSpacing = 4}, index = 1, item = ud </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:706: in function 'func'
|caaaaaa<Locals> index = 1 </Locals>|r
/EsoUI/Libraries/Globals/globalapi.lua:227: in function '(anonymous)'
All other zone pages work, but when trying to go back to the general page this error occurs:

Code:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: operator < is not supported for number < table
stack traceback:
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:361: in function 'WWG.RefreshSetup'
|caaaaaa<Locals> zone = [table:1]{name = "General", legacyIcon = "/esoui/art/treeicons/achieveme...", priority = -2, icon = "/WizardsWardrobe/assets/zones/...", id = -1, tag = "GEN"}, pageId = 1, index = 2, container = ud, setup = [table:2]{name = "Lady Thorn", disabled = F}, color = 1, hotbarCategory = 0, slotIndex = 3, abilityId = [table:3]{type = 1, id = 117637, index = 2, line = 1}, abilityIcon = "/esoui/art/itemtooltip/eso_ite..." </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:323: in function 'WWG.RefreshPage'
|caaaaaa<Locals> zone = [table:1], pageId = 1, i = 2 </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:743: in function 'WWG.OnZoneSelect'
|caaaaaa<Locals> zone = [table:1] </Locals>|r
user:/AddOns/WizardsWardrobe/WizardsWardrobeGui.lua:697: in function 'callback'
user:/AddOns/WizardsWardrobe/libs/gridcombobox.lua:206: in function 'GridComboBox:Select'
|caaaaaa<Locals> self = [table:4]{itemsPerRow = 4, itemSize = 57, itemSpacing = 4}, index = 1, item = ud </Locals>|r
user:/AddOns/WizardsWardrobe/libs/gridcombobox.lua:141: in function '(anonymous)'
Report comment to moderator  
Reply With Quote
Unread 02/05/22, 03:14 AM  
Octopuss
 
Octopuss's Avatar

Forum posts: 176
File comments: 817
Uploads: 0
@ownedbynico
I have some questions/feature requests.

1) Is it possible to add an optional functionality to respec champion points? I thought the addon did just that, but it's not the case. I can't afford more slots in the armory for all of my chars, and it's also inconvenient to keep going back to a house just to swap an entire build when you want to go sneak around and pickpocket people for example. Redoing an entire CP constellation is horribly annoying.

2) Highlighting the active setup in the main addon window?

3) What is this prebuff feature? I can't figure out how it works.

4) What are the conditions for automatic repairs, charging etc.? Could these have configurable thresholds in future?
Last edited by Octopuss : 02/05/22 at 04:28 AM.
Report comment to moderator  
Reply With Quote
Unread 02/04/22, 01:04 PM  
Darkskyeza

Forum posts: 0
File comments: 1
Uploads: 0
Thumbs up Re: Buff food option.

Originally Posted by ExoY
Hi,
would you consider adding an overall option to disable taking buff food when applying a new setup.
(and/or adding an option to not automatically save buff food when saving your entire setup)

There are a few situations where both functionalities are rather inconvenient.
Report comment to moderator  
Reply With Quote
Unread 02/03/22, 02:34 PM  
Navagod

Forum posts: 0
File comments: 5
Uploads: 0
With russian localization and this addon I lost addition text near interract button (like take, steal, eat; lock difficulty on chest or safebox), switch to eng and problem gone. I try 1.6.1, 1.6 and 1.5 version but problem still here. Any idea how to fix it?
Report comment to moderator  
Reply With Quote
Unread 02/03/22, 05:05 AM  
Jammet
 
Jammet's Avatar

Forum posts: 13
File comments: 68
Uploads: 0
Is there a way to manually sort the entries? I've noticed that I'm a bit of an organising nut and it drives me more nuts when I have three setups for slightly altered variants of one build, and between them is sandwitched a simple "I want me wild hunt ring ontoppa that now". Would like to move/drag/sort that wild hunt thing the furthest down it can go, but I can I accomplish such a task (there are a bunch more) without

*equip A
* save A to a temporary slot
* equip B
* save B to to a different temporary slot
* equip A again
* save A to new slot
* equip B again
* save B to new slot
Report comment to moderator  
Reply With Quote
Unread 02/02/22, 12:20 PM  
Szalord

Forum posts: 0
File comments: 36
Uploads: 0
Originally Posted by Szalord
Originally Posted by ownedbynico
Originally Posted by Szalord

Hi there! In regards to the empty slot issue, i've managed to fix it until you push an actual update yourself. In case you didn't have time to find it out yourself yet, here's how i fixed the issue:

in the WizardsWardrobe.lua file, line 126:

last patch's content is:
if abilityId and abilityId >= 0 then

i've modified this line of code like follows:
if abilityId and abilityId > 0 then

Best regards!
This is not a fix. It will just disable fallback checks for slots that got emptyed. It should work without any changes, I just tried it ingame once again.
Then maybe the fallback checks should not be happening at all in the first place for those cases ? The fallback checks you're talking about apparently still unequip the slot even if i do not want them to. I mean, at the end, there are likely other ways to fix the issue, and that's obviously up to you as i didn't really dig into the code more than that, it's just what works for me to get the needed behaviour as prior to the patch with the "Unequip empty slots" option toggled OFF.
Sorry to get back on this, but this still doesn't work for me, i get my abilities removed in the setups where i leave slots empty, regardless of the option being ON or OFF.

Here's what i'd suggest if you dislike the first fix i've suggested:
In the WizardsWardrobe.lua, instead of (or in addition to) testing the option at line 119 like this:
if WW.settings.unequipEmpty then
abilityId = 0
WW.SlotSkill(hotbarCategory, slotIndex, 0)
end

you might just test the option in the SlotSkill function, line 166:
if WW.settings.unequipEmpty then
hotbarData:ClearSlot(slotIndex)
end

This ensures that the test is done at the very last moment possible before the actual ClearSlot function is called. This fix works perfectly for me so far.

In this case, we might also want to fix this log message being displayed (line 142) by maybe not logging it if abilityName is empty:
if not abilityName == "" then
WW.Log(GetString(WW_MSG_SKILLSTUCK), WW.LOGTYPES.ERROR, "FFFFFF", abilityName)
end

Otherwise, we get this log in the chat:
https://i.gyazo.com/81bc48efa7833ae7ab05e48fef3f3f8e.png
Last edited by Szalord : 02/02/22 at 12:36 PM.
Report comment to moderator  
Reply With Quote
Unread 02/02/22, 09:57 AM  
afxmac

Forum posts: 13
File comments: 57
Uploads: 0
Re: Re: Re: Inconsistent loading

Originally Posted by Baertram
Try to disable ALL other addons and libraries and test with only WW enabled. Does it work properly then?
That is going to be a long test cycle ;-)

thx
afx
Report comment to moderator  
Reply With Quote
Unread 02/02/22, 04:04 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4993
File comments: 6047
Uploads: 78
Re: Re: Inconsistent loading

Same here, only if you get into combat no addon would be able to switch anyting in your equipment or skills anymore.

@afxmac
Try to disable ALL other addons and libraries and test with only WW enabled. Does it work properly then?
Just to make sure no other addon is interfering here.
If it works re-enable your other addons one after another and try to find out which one is the culprit.
You ca use Addon Selector as an addon profile save/load helper here.

Originally Posted by sonwon
Originally Posted by afxmac
Hi,
sometimes I only get half the gear switched, what could be the cause?
Î do switch between machines, but make sure that I after I changed a gear set on one box, I save it also on the second.

thx
afx
The only time I have ever seen a failure was no gear swap while in combat and if combat starts while the addon is trying to swap gear only part of the gear will swap.
Report comment to moderator  
Reply With Quote
Unread 02/02/22, 02:57 AM  
sonwon

Forum posts: 0
File comments: 274
Uploads: 0
Re: Inconsistent loading

Originally Posted by afxmac
Hi,
sometimes I only get half the gear switched, what could be the cause?
Î do switch between machines, but make sure that I after I changed a gear set on one box, I save it also on the second.

thx
afx
The only time I have ever seen a failure was no gear swap while in combat and if combat starts while the addon is trying to swap gear only part of the gear will swap.
Report comment to moderator  
Reply With Quote
Unread 02/02/22, 02:40 AM  
afxmac

Forum posts: 13
File comments: 57
Uploads: 0
Inconsistent loading

Hi,
sometimes I only get half the gear switched, what could be the cause?
Î do switch between machines, but make sure that I after I changed a gear set on one box, I save it also on the second.

thx
afx
Last edited by afxmac : 02/02/22 at 02:41 AM.
Report comment to moderator  
Reply With Quote
Unread 02/01/22, 08:05 PM  
ExoY
 
ExoY's Avatar
AddOn Author - Click to view AddOns

Forum posts: 88
File comments: 135
Uploads: 12
Buff food option.

Hi,
would you consider adding an overall option to disable taking buff food when applying a new setup.
(and/or adding an option to not automatically save buff food when saving your entire setup)

There are a few situations where both functionalities are rather inconvenient.
Last edited by ExoY : 02/01/22 at 08:05 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: