Stanzilla / AdvancedInterfaceOptions

WoW Addon that restores access to removed interface options in Legion
https://www.curseforge.com/wow/addons/advancedinterfaceoptions
48 stars 11 forks source link

Unable to set loot to leftmost bag or reverse clean up #57

Closed Zifijo closed 1 year ago

Zifijo commented 1 year ago

Title says it all. Option is missing and unsure how to enable this on new toons

Duranna144 commented 1 year ago

Same issue. Addon version 10.0.0 and patch 10.0.2.46658

Stanzilla commented 1 year ago

Blizzard removed the option so there is nothing we can do.

Duranna144 commented 1 year ago

I discovered today the script was changed, but it is still in the game. For looting to leftmost bag: /run C_Container.SetInsertItemsLeftToRight(true)

For reverse sorting: /run C_Container.SetSortBagsRightToLeft(true)

I assume that was updated in the most recent update (I can't log in and play, buddy of mine tested while I was working), but just wanted to let you know in case it had not been :)