The Official "What Addon Is That?" thread
World of Warcraft
http://media1.curse-gaming.com/images.../titan-panel-right-click-menu.jpg
What addon is the chat area/action bars? This screenshot is used on a lot of addons, but yet I haven't been able to find anything actually for it.
Oh and BTW, pretty much all the links on the intro post are broken. =/
Thanks!
Awhile ago I created an excel spreadsheet and associated macro that looks through your Addon folder for all the various addons you have loaded. It creates a spreadsheet of the title, description, version, slash commands, etc.
To use it, just copy it into some folder, run excel, open the file and hit Control-W. You have to have macro security set to at least medium. It does access the disk, but does a read-only (no data is changed). The zip file also contains the source code which I have included below so you can see what it does.
You can find the zip file here: http://www.guildswow.com/WOW_ExcelAddOnsListing.zip...
{{{
Public Sub ListAddOns()
Dim Directory As String Dim sDir As String Dim FileName As String Dim sFile As String Dim IndexSheet As Worksheet Dim rw As Long Dim cl As Long Dim varFiles() As Variant Dim lngFileCount As Long Dim FileNum As Integer, tLine As String Dim fName As String Dim SlashList As String Dim aSlash As Variant
'Change the directory below as needed Directory = "C:\Program Files\World of Warcraft\Interface\AddOns" If Left(Directory, 1)
Right now, i'm pretty tired of seeing all movies, screenshots and everything where people who have some kind of Viewport. And everytime i look at my viewport, i think it's not the same as i'm seeing at the videos, then ofcourse it gotta be anither addon, cause now when i'm using CT_Viewport (2.0) there isn't any options.
Like when you see at "Photek UI"'s screenshots, you see theres some kind of Viewport, isn't there an addon that just gives you a viewport that looks a little better than CT_Viewport (Please just an addon that only gives Viewport, not other fancy addons :] )
Quick Reply
You need to login or register to post comments.
Benefits of Registration
- Interact with hundreds of thousands of other gamers on an open social network.
- Post your stories, news, images, videos, and other content to share.
- Create a network with your fellow gamers or join an existing one.
- Gain reputation for everything you do.

- Thumbs Down
- Thumbs Up
- +0
HawkstraDoes it work with the new patch?