I was chatting with another guildie of mine the other day about combat log range. When I was viewing the config.wtf defaults over at
http://www.wowwiki.com/Config.wtf_defaults I found:
"CombatLogRangeCreature" = "30"
"CombatLogRangeFriendlyPlayers" = "50"
"CombatLogRangeFriendlyPlayersPets" = "50"
"CombatLogRangeHostilePlayers" = "50"
"CombatLogRangeHostilePlayersPets" = "50"
"CombatLogRangeParty" = "50"
"CombatLogRangePartyPet" = "50"
Mind you, these are the default values. We were wondering if increasing the value of these would increase the range combatlogs would pick up actions. We haven't tested it extensively though. Not sure if it even works, or if it does... what the max values would be, but you would simply go to your config.wtf file and add:
SET CombatLogRangeCreature "30"
SET CombatLogRangeFriendlyPlayers "50"
SET CombatLogRangeFriendlyPlayersPets "50"
SET CombatLogRangeHostilePlayers "50"
SET CombatLogRangeHostilePlayersPets "50"
SET CombatLogRangeParty "50"
SET CombatLogRangePartyPet "50"
...and change the values before you save the file.