• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

[AddOn] CCWatch with some fixes

bit

Authorized
Joined
Apr 25, 2016
Location
Zurich
Did this a while ago because I prefer CCWatch over NECB. This is the most recent version I could find that wasn't completely broken. It wasn't working either initially but it was only a minor issue. Also fixed some other bugs like CoC not working and DR not working. Maybe someone will find it useful.

https://github.com/shirsig/CCWatch


note that for tracking to work at max distance for some spells you have to increase the range of your combat log by adding the following to your WTF/Config.wtf file

Code:
SET CombatLogRangeCreature "200"
SET CombatLogRangeFriendlyPlayers "200"
SET CombatLogRangeFriendlyPlayersPets "200"
SET CombatLogRangeHostilePlayers "200"
SET CombatLogRangeHostilePlayersPets "200"
SET CombatLogRangeParty "200"
SET CombatLogRangePartyPet "200"
SET CombatDeathLogRange "200"
 
Top Bottom