Thread Tools Display Modes
11-06-19, 02:00 AM   #1
quadrotony
A Murloc Raider
 
quadrotony's Avatar
Join Date: Nov 2019
Posts: 8
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)
  Reply With Quote
11-06-19, 03:36 AM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
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.
  Reply With Quote
11-06-19, 05:39 AM   #3
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 837
Originally Posted by quadrotony View Post
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.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
  Reply With Quote
12-27-19, 04:49 AM   #4
quadrotony
A Murloc Raider
 
quadrotony's Avatar
Join Date: Nov 2019
Posts: 8
thanks guys another question
is there any addon that can autoaccept BG queue?
  Reply With Quote
12-28-19, 05:23 PM   #5
quadrotony
A Murloc Raider
 
quadrotony's Avatar
Join Date: Nov 2019
Posts: 8
Originally Posted by quadrotony View Post
thanks guys another question
is there any addon that can autoaccept BG queue?
anyone pls?
  Reply With Quote
12-29-19, 11:41 AM   #6
Nechckn
Premium Member
 
Nechckn's Avatar
Premium Member
Featured
Join Date: May 2007
Posts: 26
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.
  Reply With Quote

WoWInterface » Classic - AddOns, Compliations, Macros » Classic - AddOn Search/Requests » Newbie questions about addons (Classic)

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off