Cidan / BetterBags

A total replacement AddOn for World of Warcraft bag frames, inspired by AdiBags.
MIT License
89 stars 38 forks source link

Script to open bag isn't opening up betterbags. #36

Closed ozoxchris closed 11 months ago

ozoxchris commented 11 months ago

I typically run a macro to open my bags via the addon OPie. It works with adibags, bagnon, ark inventory but not with betterbags. Any idea why this isn't working? Here is the script. /script ToggleBag(0);

image_2023-11-29_182002298 image

Cidan commented 11 months ago

Try using Open All Bags instead.

Cidan commented 11 months ago

Sorry, to be more clear: ToggleAllBags() works. We do this because the open and close bag events are very inconsistent in their behavior and lead to situations where one event chains to another, leaving the game client in an inconsistent state. I could spend a good chunk of time hacking around this, but I find it easier to just bind to ToggleAllBags() and move on. I might revisit this later on though!