Well I guess word has gotten around from last patch that im usually the freak that wont play wow after the patch until i fix my UI. A few members asked me for some quick IX fixes so here are some:
Bibbags
http://www.thedigitaldevil.net/analogda ... 0(10-11-05).zip
or here
http://www.wowinterface.com/downloads/f ... hp?id=3876
CT_Core - Core Mods only.
http://www.imagelink.org/CT_Core.zip
CT_RaidAssist - CTRA 1.45
http://www.imagelink.org/CT_RaidAssist.zip
CT_Addons - All CT addons.
http://www.imagelink.org/CT_AddOns.zip
goodinspect:
Open up
C:\ ... \World of Warcraft\Interface\AddOns\goodinspect\goodinspect.lua
Make the modifications like this, on line 10:
Old:
function GoodInspect_OnLoad()
InspectFrame_OnUpdate = GoodInspect_InspectFrame_OnUpdate;
New:
function GoodInspect_OnLoad()
InspectFrame_LoadUI(); -- This is all you need to insert, just copy and paste
InspectFrame_OnUpdate = GoodInspect_InspectFrame_OnUpdate;
I use insomniax so im only really posting stuff that affects me. Let me know if anything else is broke.