[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4752: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4754: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4755: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4756: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
Immortality • View topic - 1.80 UI Fixes

Immortality

A World of Warcraft Guild
It is currently Wed Mar 18, 2026 1:01 am

All times are UTC - 5 hours [ DST ]




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 
Author Message
 Post subject: 1.80 UI Fixes
PostPosted: Wed Oct 12, 2005 2:48 am 
Offline
Guest
User avatar

Joined: Tue Jun 28, 2005 9:41 pm
Posts: 71
Location: Cincinnati
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.

_________________
Alt: Mozza - 60 Rogue
Haniel: 'Okay guys we got IB, time to take the tower--mages get in there.'
Arketra: 'Booyaah I just bop'd you, go AoE crazy. But don't expect any heals or anything like that..'


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 12, 2005 9:28 am 
Offline
<Immortality>
<Immortality>
User avatar

Joined: Sat Jan 08, 2005 5:46 am
Posts: 539


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 12, 2005 11:06 am 
Offline
Guest
User avatar

Joined: Sat Aug 06, 2005 7:31 am
Posts: 16

_________________
Kill a man, and you are an assassin. Kill millions of men, and you are a conqueror. Kill everyone, and you are a god.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 13, 2005 9:39 am 
Offline
Guest
User avatar

Joined: Sun Dec 19, 2004 10:16 pm
Posts: 106
Location: Ruins of Biloxi
i hardly ever got to inspect people from the other faction cuz i was busy fighting them lol ;( darklord and arketra usually the onlyones i ever looked at cuz ark just wont attack me and dark is depending on the situation if he will attack me or not lol .

But yah i used it alot for people on my own side cuz you can be lazy and look at peoples stuff with out walking up to them like your gona drie hump them ...

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 13, 2005 9:51 am 
Offline
<Immortality>
<Immortality>
User avatar

Joined: Sat Jan 08, 2005 5:46 am
Posts: 539
Ok, though the UI greys out the Inspect option, you can still /inspect people in LoS. Also, I was able to inspect a horde by first mind controlling him first.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 13, 2005 10:46 am 
Offline
Guest
User avatar

Joined: Sun Dec 19, 2004 10:16 pm
Posts: 106
Location: Ruins of Biloxi
lol hax :X lol i just set a key binding to the inspect mod i hit "I" and it opens up inspect lol lot less work ;P

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 14, 2005 2:44 am 
Offline
Guest
User avatar

Joined: Tue Jun 28, 2005 9:41 pm
Posts: 71
Location: Cincinnati
From ui.worldofwar.net

"The original mod author has also notified me that they are going to updating the original mod, so this is a temporary solution for the interim."

Rumor has it there may still be a way to xfaction, let us hope.

_________________
Alt: Mozza - 60 Rogue
Haniel: 'Okay guys we got IB, time to take the tower--mages get in there.'
Arketra: 'Booyaah I just bop'd you, go AoE crazy. But don't expect any heals or anything like that..'


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group