[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
http://runeclad.com/

1.80 UI Fixes
http://runeclad.com/viewtopic.php?f=2&t=3084
Page 1 of 1

Author:  Booyaah [ Wed Oct 12, 2005 2:48 am ]
Post subject:  1.80 UI Fixes

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.

Author:  Quk [ Wed Oct 12, 2005 9:28 am ]
Post subject: 


Author:  Shaitain [ Wed Oct 12, 2005 11:06 am ]
Post subject: 


Author:  FrozenWicked [ Thu Oct 13, 2005 9:39 am ]
Post subject: 

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 ...

Author:  Quk [ Thu Oct 13, 2005 9:51 am ]
Post subject: 

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.

Author:  FrozenWicked [ Thu Oct 13, 2005 10:46 am ]
Post subject: 

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

Author:  Booyaah [ Fri Oct 14, 2005 2:44 am ]
Post subject: 

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.

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/