WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Classic - AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=180)
-   -   Newbie questions about addons (Classic) (https://www.wowinterface.com/forums/showthread.php?t=57662)

quadrotony 11-06-19 02:00 AM

Newbie questions about addons (Classic)
 
1) looking for MoveAnything-like addon for Classic
2) is there any way to rotate chat tabs by keybind?
3) any addon to save/show chat history of each/previous sessions?
4) can anyone share their presets of Weak Auras for classic?
5) you cant adjust minimap scale right? i found addon that can make minimap bigger, but scale remain the same... (Sexy Map)
6) any addon that can show instance map when you inside? (not like Atlas Map, but for real, when you open a main map, and you can see player pins on it too, etc), very annoying that i can see live dungeon map only on minimap
7)

Kanegasi 11-06-19 03:36 AM

Number 3: My add-on TrueChatFrameHistory can do this. There's no explicit classic version (I need to get around to updating it), but I can personally confirm it works in classic. If you don't want to check "load out of date add-ons", you can edit the .toc file and change the "Interface" number to 11302.

tinyu 11-06-19 05:39 AM

Quote:

Originally Posted by quadrotony (Post 334501)
1) looking for MoveAnything-like addon for Classic
2) is there any way to rotate chat tabs by keybind?
3) any addon to save/show chat history of each/previous sessions?
4) can anyone share their presets of Weak Auras for classic?
5) you cant adjust minimap scale right? i found addon that can make minimap bigger, but scale remain the same... (Sexy Map)
6) any addon that can show instance map when you inside? (not like Atlas Map, but for real, when you open a main map, and you can see player pins on it too, etc), very annoying that i can see live dungeon map only on minimap
7)

1) Maybe have a look at Bartender?
2) use this macro
Code:

/run for i=1,#CHAT_FRAMES do local e=_G["ChatFrame"..i.."Tab"];if(e:IsVisible() and e:GetID()>SELECTED_CHAT_FRAME:GetID()) then FCF_Tab_OnClick(e,nil);return;end end FCF_Tab_OnClick(ChatFrame1Tab,nil);
3) Use Prat Classic
4) I don't use weak Auras
5) How do you mean adjust minimap scale? Like pressing the +/- buttons on the minimap to zoom in/out? I use Chinchilla for all my minimap needs.
6) Classic didn't have Instance Maps, Atlas is the only way.

quadrotony 12-27-19 04:49 AM

thanks guys another question
is there any addon that can autoaccept BG queue?

quadrotony 12-28-19 05:23 PM

Quote:

Originally Posted by quadrotony (Post 334850)
thanks guys another question
is there any addon that can autoaccept BG queue?

anyone pls?

Nechckn 12-29-19 11:41 AM

That seems like it would be a protected function. If you are looking for a notification that a BG is available for Classic, something like https://www.wowinterface.com/downloads/info25469-BGinv.html may help.


All times are GMT -6. The time now is 06:51 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI