ALL THE THINGS

ALL THE THINGS

31M Downloads

Pop minilist script from FAQ not functioning as expected

Opened this issue ยท 5 comments

commented

UPDATE: Solved. The FAQ lists the wrong script. It should be:

/script AllTheThings:ToggleMiniListForCurrentZone();

Steps to reproduce:
(0) Turn off "Show Mini List Automatically" in ATT options
(1) /reload
(2) /script AllTheThings:GetWindow("CurrentInstance"):Show();

Result:
No Data Linked to Listing.

(3) Close the mini-list
(4) CTRL + Left Click on the ATT minimap button

Stormwind Mini List

(5) You should see the proper min-ilist for the current zone. Close it.
(6) Repeat step 2. Weird. It works now.

For those of us trying to have a clean UI without any mini-map icons or LDB bars, this makes ATT really hard to use.

commented

Where were you at exactly when this occurred? If it's in a BG then that makes sense, but will need more information on exactly what zones cause it as I haven't seen it anywhere except there.

commented

Stormwind. Specifically, by the training dummies / SI:7

I tried walking into the Stockades dungeon and experienced the same behavior.

I tried crossing a zone boundary (out to Elwynn Forest) to see if that would trigger an update function or something. Same issue.

commented

I believe the proper function to call via script is:

/script AllTheThings:ToggleMiniListForCurrentZone();

That is the function called by alt or ctrl left-clicking the minimap icon. This function works as expected.

Reference: AllTheThings.lua, line 5088

If you concur, I recommend updating the FAQ accordingly.

commented

We just removed that line from the FAQ since it's easier to keybind from the ingame menu, but it's possible you are right. I know we changed some functions at one point and that might've been one of them.

commented

The old instructions were wrong and have since been replaced with Keybindings.