View Single Post
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