Addon Info.
Change Log
Optional Files (0)
Archived (24)
Comments (73)
  Category: Miscellaneous
Addon Information
Works with Patch 2.4
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Shadowd's Portal Bug Reports Feature Requests
Author:
Version:
r673
Date:
05-03-2008 03:50 AM
Size:
47.97 Kb
Downloads:
10,528
Views:
53,794
Favorites:
245
MD5:
Pictures
Click to enlarge
Example of a configuration inside OptionHouse
Click to enlarge
Addon performance monitor
Click to enlarge
Addon control panel
OptionHouse   Popular!
Rate: 4 out of 5 with 16 votes  
OptionHouse is a master control panel, performance monitor, and centralized configuration mod for your addons. When installed as a seperate addon, you can enable and disable addons, load addons that are LoadOnDemand, as well as get general addon metadata. You can use the included performance monitor to sort your addons by memory usage, memory increase per second, along with CPU usage if you have CPU profiling enabled.

First and foremost, OptionHouse was designed to allow an easy centralized place to configure your addons. The library provides a way to categorize your options, and only creates those options screens which are access. In short, this addon will give you a nice place to configure any addons that use OH.

If you're a developer interested in using OptionHouse you can embed the OptionHouse.lua file easly into your addons see http://www.wowwiki.com/OptionHouse for more information on how to use the API's and add your own configuration, you can also see the beta library HousingAuthority which provides a way to create configurations from tables.

For users, if you're interested in the addon control panel, and the performance monitor then you should download this standalone version of OptionHouse. If your addon uses OptionHouse itself, it will be included in that addon, with nothing to download. Having both types of OptionHouse installed works just fine, and gives you exactly what you could be looking for.
  Change Log - OptionHouse
------------------------------------------------------------------------
r673 | shadowed.wow | 2008-05-03 01:49:24 -0700 (Sat, 03 May 2008) | 1 line

* For some reason, LibStub.lua wasn't referenced in the toc so if you didn't have another addon using LibStub it'd error.
------------------------------------------------------------------------
r669 | shadowed.wow | 2008-04-24 21:56:21 -0700 (Thu, 24 Apr 2008) | 3 lines

* You can now open OH through the API's while in combat
* When using standalone, you can set the OH frame to hide in combat by default it won't
* Fixed positioning when using standalone, will account for scale correctly now
------------------------------------------------------------------------
r668 | shadowed.wow | 2008-03-07 16:01:05 -0800 (Fri, 07 Mar 2008) | 2 lines

* Fixed memory calculations, uses 1024 correctly now instead of 1000
* Fixed a bug with dividing total memory by 1024 when the total memory was only above 100 instead of when above 1024
------------------------------------------------------------------------
r661 | shadowed.wow | 2008-01-12 20:33:14 -0800 (Sat, 12 Jan 2008) | 5 lines

* Changed expansion method, if you select a sub category then select the category it'll switch to the categories panel instead of collapsing the sub category
* Fixed OptionHouse:OpenTab not letting you open the last tab
* Fixed sortID not accepting strings or numbers, used to only accept numbers
* Fixed a bug where when you scroll it attempts to reopen the currently selected frame
* Added graph checks to tabs so it'll support them
------------------------------------------------------------------------
r660 | shadowed.wow | 2007-12-09 11:46:46 -0800 (Sun, 09 Dec 2007) | 1 line

* Fixed an addon missing from the management list but could still be searched to bring it up
------------------------------------------------------------------------
r656 | shadowed.wow | 2007-11-28 13:53:56 -0800 (Wed, 28 Nov 2007) | 1 line

* Fixed a sorting bug where the sortID wouldn't be set if you were adding a new category with a new set of data that didn't include the sortID. No longer creates a table just to store sortID as well.
------------------------------------------------------------------------
r655 | joshborke | 2007-11-28 12:31:33 -0800 (Wed, 28 Nov 2007) | 1 line

OH: fix sorting bug
------------------------------------------------------------------------
r654 | jnwhiteh | 2007-11-28 11:57:05 -0800 (Wed, 28 Nov 2007) | 2 lines

* Fixed two typos from previous commit

------------------------------------------------------------------------
r653 | jnwhiteh | 2007-11-28 11:55:58 -0800 (Wed, 28 Nov 2007) | 5 lines

OptionHouse:
* You know whats cool? When your perfmon addon wastes memory
* L["FOO"] .. string.format() has to be the stupidest thing I've seen today =(
* Fixed OptionHouse to use SetFormattedText, and to not create two garbage strings on every single update. Jeesh

------------------------------------------------------------------------
r652 | shadowed.wow | 2007-11-18 12:08:56 -0800 (Sun, 18 Nov 2007) | 1 line

* Fixed "Status" under addon management tab not sorting
------------------------------------------------------------------------
r651 | jnwhiteh | 2007-11-15 05:40:51 -0800 (Thu, 15 Nov 2007) | 2 lines

* .toc bump for 2.3

------------------------------------------------------------------------
r642 | shadowed.wow | 2007-11-10 13:25:42 -0800 (Sat, 10 Nov 2007) | 1 line

* Fixed dependency display bug
------------------------------------------------------------------------
r638 | shadowed.wow | 2007-10-31 17:02:16 -0700 (Wed, 31 Oct 2007) | 1 line

* Fixed a bug with OnShow not verifying that theres actually a OptionHouseDB
------------------------------------------------------------------------
r634 | shadowed.wow | 2007-10-26 12:08:26 -0700 (Fri, 26 Oct 2007) | 1 line

* Okay, NOW it's backwards compatible, also includes a safe-fail incase sortID manages to become nil when adding it to the categories list
------------------------------------------------------------------------
r633 | shadowed.wow | 2007-10-26 12:03:24 -0700 (Fri, 26 Oct 2007) | 5 lines

* Fixed position not being saved correctly
* Sorting is now supported. Addons are sorted by A-Z regardless of order loaded, categories and sub categories are also sorted by A-Z, unless a sort id is passed.
* API CHANGE, OHObj:RegisterCategory(name, handler/func, func, noCache, sortID), OHObj:RegisterSubCategory(parentCat, name, handler/func, func, noCache, sortID)

These are backwards compatabile so the major hasn't been bumped.
------------------------------------------------------------------------
r628 | shadowed.wow | 2007-10-15 22:06:43 -0700 (Mon, 15 Oct 2007) | 2 lines

* We refer to OptionHouse as "OptionHouse" not "Option House" basically every where except for the combat entered message
* Enforced not being able to open OptionHouse in combat through OH:Open and OH:OpenTab instead of only when you enter combat, may revert this later.
------------------------------------------------------------------------
r627 | shadowed.wow | 2007-10-05 10:53:41 -0700 (Fri, 05 Oct 2007) | 1 line

* Added moving back and the lock/unlock option
------------------------------------------------------------------------
r626 | shadowed.wow | 2007-09-30 13:43:42 -0700 (Sun, 30 Sep 2007) | 2 lines

* Fixed OptionHouse:OpenTab(#) not letting you open the management or performance tab until OptionHouse had been opened once
* Fixed positioning of dependencies, if the addon has more then 3 dependencies they shouldn't start overlapping in the management tab
------------------------------------------------------------------------
r625 | shadowed.wow | 2007-09-25 19:31:32 -0700 (Tue, 25 Sep 2007) | 2 lines

* It looks like Blizzard fixed doublewide UIPanelLayout-area being broken so uncommented it
* If OptionHouse is opened from the game menu, closing OptionHouse will pull the game menu back up like it does for other game menu panels
------------------------------------------------------------------------
r624 | shadowed.wow | 2007-09-25 13:58:04 -0700 (Tue, 25 Sep 2007) | 1 line

* Updated toc to 20200
------------------------------------------------------------------------
r623 | shadowed.wow | 2007-09-22 11:47:55 -0700 (Sat, 22 Sep 2007) | 1 line

* Removing OptionHouseFrames as it causes conflict issues and due to the frame level and such changes you need to be sure you're getting the right frame
------------------------------------------------------------------------
r619 | shadowed.wow | 2007-09-21 01:18:03 -0700 (Fri, 21 Sep 2007) | 2 lines

* Removed the temp DongleStub -> LibStub code, this will be the version that goes out Tuesday with the World of Warcraft 2.2 patch being released
* MAKE SURE YOU UPDATE ALL OF YOUR ADDONS TO USE THIS VERSION, Any non-LibStub version will not show up in the configuration list
------------------------------------------------------------------------
r615 | shadowed.wow | 2007-09-08 14:01:32 -0700 (Sat, 08 Sep 2007) | 1 line

* Fixed an upgrade path issue
------------------------------------------------------------------------
r608 | shadowed.wow | 2007-09-05 01:00:03 -0700 (Wed, 05 Sep 2007) | 1 line

* Updated build script to work with LibStub
------------------------------------------------------------------------
r604 | shadowed.wow | 2007-09-05 00:35:49 -0700 (Wed, 05 Sep 2007) | 1 line

* Fixed categories not trimming strings to long for the buttons
------------------------------------------------------------------------
r603 | mikko.majuri | 2007-09-03 06:46:46 -0700 (Mon, 03 Sep 2007) | 1 line

OH_PerfMon.lua and OH_AddOns.lua bumped to OptionHouse-1.1
------------------------------------------------------------------------
r602 | shadowed.wow | 2007-09-02 23:33:46 -0700 (Sun, 02 Sep 2007) | 3 lines

* OptionHouse now uses LibStub, some temp code has been added to merge any addons added into the OptionHouse-1.0
* MAJOR HAS BEEN BUMPED, Any LibStub version will now be referred to as OptionHouse-1.1.
* Added LibStub as an optional dependency
------------------------------------------------------------------------
r601 | joshborke | 2007-09-01 05:26:03 -0700 (Sat, 01 Sep 2007) | 1 line

OptionHouse: fixed typo
------------------------------------------------------------------------
r600 | shadowed.wow | 2007-08-31 14:23:22 -0700 (Fri, 31 Aug 2007) | 4 lines

* Fixed some code comments
* Removed an unneeded return
* Removed orderID usage, not used anymore
* Changed private API RegisterFrame to error if you pass an invalid type
------------------------------------------------------------------------
r599 | shadowed.wow | 2007-08-30 10:47:10 -0700 (Thu, 30 Aug 2007) | 3 lines

* Fixed configuration not being parented to OH
* Changed updateConfigList to also open the panel if you pass true as the first argument
* Changed OptionHouse:Open(addon, parentCat, subCat) to simply call updateConfigList to open the frames, this should cause less issues and work perfectly now
------------------------------------------------------------------------
r597 | shadowed.wow | 2007-08-29 15:27:47 -0700 (Wed, 29 Aug 2007) | 1 line

* Removed reset filters button, it seems rather pointless and just wastes space
------------------------------------------------------------------------
r593 | shadowed.wow | 2007-08-28 18:13:30 -0700 (Tue, 28 Aug 2007) | 1 line

* Fixed OptionHouse:Open not opening categories with sub categories
------------------------------------------------------------------------
r592 | tekkub | 2007-08-28 16:58:54 -0700 (Tue, 28 Aug 2007) | 1 line

OptionHouse - Shoving everything up to DIALOG strata
------------------------------------------------------------------------
r591 | shadowed.wow | 2007-08-24 21:22:20 -0700 (Fri, 24 Aug 2007) | 1 line

* OptionHouse:Open() actually works now, promise
------------------------------------------------------------------------
r590 | shadowed.wow | 2007-08-24 14:16:08 -0700 (Fri, 24 Aug 2007) | 1 line

* Trying out a fix for category text trimming so it doesn't overflow
------------------------------------------------------------------------
r589 | shadowed.wow | 2007-08-23 21:33:19 -0700 (Thu, 23 Aug 2007) | 2 lines

* Fixed a few scroll functions not being actual functions and instead anonymous ones
* Added OptionHouseFrames[type] for usage when you can't/don't want to create a new instance of OptionHouse just to call :GetFrame()
------------------------------------------------------------------------
r588 | shadowed.wow | 2007-08-22 16:04:56 -0700 (Wed, 22 Aug 2007) | 1 line

* Formatting addon.name into the argcheck was kind of pointless...because the argcheck is only called if addon.name is nil, corrected to use the function name instead
------------------------------------------------------------------------
r587 | shadowed.wow | 2007-08-20 13:35:47 -0700 (Mon, 20 Aug 2007) | 1 line

* Removed the code for loading LoD deps as the game does it by default
------------------------------------------------------------------------
r586 | shadowed.wow | 2007-08-20 13:29:32 -0700 (Mon, 20 Aug 2007) | 3 lines

* Added a small flag so the performance/acp list is populated then the frames shown, to make it easier to detect that the data is usable
* Removed an old localization thats no longer in used
* Clarified private api comment
------------------------------------------------------------------------
r582 | shadowed.wow | 2007-08-18 09:46:17 -0700 (Sat, 18 Aug 2007) | 1 line

* Fixed an error if an addon has a dependency listed thats not included
------------------------------------------------------------------------
r581 | shadowed.wow | 2007-08-17 21:16:36 -0700 (Fri, 17 Aug 2007) | 5 lines

* /oh <addon> will now work for opening the page with the passed addon
* Fixed OptionHouse:Open and all of the OptionHouse:Register* functions that were still using the old frame names
* Dependency filtering works now, the dependencies are colored by status (Green means LoD, Orange means not LoD and was disabled and so on), works the same as modules. Click on a dependency to filter by it, click on it again to reset
* Fixed sub category count not being reduced correctly when removing a category
* Fixed all the remaining bugs with OptionHouse:RemoveCategory and OptionHouse:RemoveSubCategory, you can now remove everything cleanly and it'll correctly duplicate the behaviors as if it was never registered in the first place, if you remove all of the addons categories/sub categories the addon wont be listed anymore until you add another category
------------------------------------------------------------------------
r580 | shadowed.wow | 2007-08-17 16:05:05 -0700 (Fri, 17 Aug 2007) | 11 lines

* Removed modules, didn't work so well
* All addons dependencies are now listed, you can filter by them by clicking same with the old modules to only show other addons that are dependent on it
* Cleaned up dependency checking code to use the new table we have
* Removed dependencies from tooltip since it's listed on the main window
* Removed addonName from rows, easier to use it as addon since we don't require a numeric id
* Added reset filter button, ReloadUI was shifted one spot to the left
* Clarified UNKNOWN_TAB and CATEGORY_ALREADYREG error, removed TOTAL_CATEGORIES
* Formatting change to some code for consistency
* Moved SetID/SetScript to when the tab is created, no sense in calling it all the time
* Fixed removeCategoryListing so it'll actually work when removing multiple rows
* Changed removeSubCategoryListing to use the same table.remove method as everything else
------------------------------------------------------------------------
r579 | shadowed.wow | 2007-08-17 01:07:48 -0700 (Fri, 17 Aug 2007) | 3 lines

* Removed FRAME_DRAGGING localization text, unneeded
* Removed data.frame.time = GetTime() code, should have been removed in r460
* Moved the slider "border" graphic to scroll.barUpTexture and scroll.barDownTexture so we can customize positioning
------------------------------------------------------------------------
r578 | shadowed.wow | 2007-08-16 22:52:02 -0700 (Thu, 16 Aug 2007) | 4 lines

* Changed title strip code slightly
* Reverted module to using folder name not title
* Fixed "Show all addons" not working
* Modules -> Module
------------------------------------------------------------------------
r577 | shadowed.wow | 2007-08-16 14:56:47 -0700 (Thu, 16 Aug 2007) | 2 lines

* Fixed a bug when enabling all children of an addon
* Fixed a bug when asking for confirmation for the above
------------------------------------------------------------------------
r573 | shadowed.wow | 2007-08-15 20:11:44 -0700 (Wed, 15 Aug 2007) | 1 line

* Oops, small bug that was causing the buttons for performance to not show
------------------------------------------------------------------------
r572 | shadowed.wow | 2007-08-15 20:08:29 -0700 (Wed, 15 Aug 2007) | 4 lines

* Everything actually works now
* Fixed performance alignment
* Fixed cpu/memory per a second spiking for a second when the frames first shown
* Tweaked positioning of elements in the performance column
------------------------------------------------------------------------
r571 | shadowed.wow | 2007-08-15 16:21:56 -0700 (Wed, 15 Aug 2007) | 1 line

* Oops, was formatting wrong variable in for MiR
------------------------------------------------------------------------
r570 | shadowed.wow | 2007-08-15 16:01:31 -0700 (Wed, 15 Aug 2007) | 2 lines

* Fixed a bug that was causing Mac's to crash due to an invalid max value
* Changed Memory/sec -> Mem/sec
------------------------------------------------------------------------
r569 | JoshBorke | 2007-08-15 15:47:57 -0700 (Wed, 15 Aug 2007) | 1 line

OptionHouse/OH_PerfMon.lua: fixed typo
------------------------------------------------------------------------
  Optional Files - OptionHouse
Sorry, there are currently no optional files available.
  Archived Versions - OptionHouse
File Name
Version
Size
Author
Date
r669
47.90 Kb
Shadowd
04-25-2008 12:04 AM
r656
47.24 Kb
Shadowd
11-28-2007 04:00 PM
r634
46.74 Kb
Shadowd
10-26-2007 02:20 PM
r626
45.70 Kb
Shadowd
10-01-2007 06:25 PM
r626
31.93 Kb
Shadowd
10-01-2007 06:24 PM
r621
45.65 Kb
Shadowd
09-25-2007 10:47 PM
r623
58.72 Kb
Shadowd
09-24-2007 02:35 PM
r197
31.87 Kb
Shadowd
09-24-2007 02:34 PM
r623
58.72 Kb
Shadowd
09-24-2007 02:32 PM
r615
45.38 Kb
Shadowd
09-09-2007 10:45 PM
r604
45.23 Kb
Shadowd
09-05-2007 03:05 AM
r593
44.98 Kb
Shadowd
08-28-2007 08:47 PM
r582
44.12 Kb
Shadowd
08-18-2007 06:44 PM
r573
43.20 Kb
Shadowd
08-16-2007 12:04 PM
r560
41.89 Kb
Shadowd
08-14-2007 10:07 PM
r546
39.33 Kb
Shadowd
08-11-2007 05:48 PM
r540
39.24 Kb
Shadowd
08-10-2007 01:17 AM
r530
37.73 Kb
Shadowd
08-02-2007 02:32 PM
r526
37.65 Kb
Shadowd
07-23-2007 10:29 AM
r521
37.52 Kb
Shadowd
07-10-2007 07:48 PM
r506
33.36 Kb
Shadowd
07-04-2007 12:46 PM
r502
33.27 Kb
Shadowd
07-03-2007 02:41 PM
r481
25.85 Kb
Shadowd
07-02-2007 11:19 PM
r480
24.07 Kb
Shadowd
07-02-2007 09:57 PM
  Comments - OptionHouse
Post A Reply
Author Comments Comment Options
Old 05-03-2008, 03:50 AM  
Shadowd
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 658
Uploads: 54
Fixed
Shadowd is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-03-2008, 03:31 AM  
picachu
A Kobold Labourer
 
picachu's Avatar

Forum posts: 0
File comments: 23
Uploads: 0
I figured out what Terak meant with v669 not working at all. I started a new char with no addons enabled except OptionHouse(OH) and Baud Error Frame(BEF) to catch potential errors, and indeed OH did not work and BEF came up with the following 2 errors:

..\OptionHouse\OptionHouse.lua:4: OptionHouse-1.1 requires LibStub.

..\OptionHouse\OH_Configuration.lua:19: attempt to index global 'LibStub' (a nil value)

Since i had already the library Libstub, i enabled it and the 2 errors where gone.
picachu is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-27-2008, 03:52 PM  
Shadowd
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 658
Uploads: 54
Actually I had tried it as soon as you made the vague post, so you most likely had a browser cache issue.
Shadowd is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-27-2008, 03:48 PM  
Hevanus
A Deviate Faerie Dragon

Forum posts: 15
File comments: 88
Uploads: 0
Quote:
Originally posted by Shadowd
Your browser is caching the page most likely, because it's showing r669 and downloads r669 for me.
Works now. Apparently the site was glitched and by the time you tested it had resolved itself.

And no, I had tried bypassing my browser cache.
Hevanus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-26-2008, 11:59 AM  
Shadowd
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 658
Uploads: 54
Again, that doesn't tell me anything you need to be less vague.
Shadowd is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-26-2008, 10:49 AM  
Terak
A Defias Bandit

Forum posts: 3
File comments: 26
Uploads: 0
669 dont work for me at all

Last edited by Terak : 04-26-2008 at 10:56 AM.
Terak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-26-2008, 12:17 AM  
Shadowd
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 658
Uploads: 54
Your browser is caching the page most likely, because it's showing r669 and downloads r669 for me.
Shadowd is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-25-2008, 11:50 PM  
Hevanus
A Deviate Faerie Dragon

Forum posts: 15
File comments: 88
Uploads: 0
The site is saying that r669 is the latest version, but when I hit the big "DOWNLOAD" button I get OptionHouse-r656.zip.

Edit: It's not a wrong filename issue either, there's a changelog-r656.txt inside, and the OptionHouse.lua says r656 when I open it in a text editor.

Last edited by Hevanus : 04-25-2008 at 11:55 PM.
Hevanus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-25-2008, 01:03 PM  
Shadowd
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 658
Uploads: 54
That doesn't tell me anything, need to be less vague.

Last edited by Shadowd : 04-25-2008 at 01:38 PM.
Shadowd is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-25-2008, 12:00 PM  
Hevanus
A Deviate Faerie Dragon

Forum posts: 15
File comments: 88
Uploads: 0
It says it's been updated but the new version is not what I'm getting when I try to download.
Hevanus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-24-2008, 11:29 PM  
Shadowd
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 658
Uploads: 54
Errr oops, this will be up in a second.
Shadowd is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-23-2008, 10:22 PM  
Hevanus
A Deviate Faerie Dragon

Forum posts: 15
File comments: 88
Uploads: 0
Quote:
Originally posted by Shadowd
This is a bug that I fixed a while back but never got around to retagging and releasing, I'll tag and release everything when I have a chance.
Is this update still planned?
Hevanus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-15-2008, 07:35 PM  
Shadowd
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 658
Uploads: 54
This is a bug that I fixed a while back but never got around to retagging and releasing, I'll tag and release everything when I have a chance.
Shadowd is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-15-2008, 07:03 PM  
Shadowd
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 658
Uploads: 54
I'll look into this when I get a chance.
Shadowd is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-14-2008, 09:24 AM  
p3lim
A Murloc Raider
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 4
File comments: 136
Uploads: 12
bug

In the Management tab, it doesnt show the very last addon on the list.

i have an addon named pView that should be on the bottom of the list, and !Font on the top of the list.

pView aint shown at all, if i revert the list sorting by clicking the 'Name' header pView shows on top but !Font is gone at the bottom.

Hope you see what I mean
If not I can supply with screenshots.
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


MMOInterface.com Copyright ©2008
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.