Download
(18Kb)
Download
Updated: 07-23-08 03:40 PM
Updated:07-23-08 03:40 PM
Created:unknown
Downloads:1,739
Favorites:3
MD5:

NotSimpleCombatLog

Version: r76133
by: sag_ich_nicht [More]

This is a very minimalistic, hardcoded reproduction of the most popular SimpleCombatLog setup. It still requires you to change a few settings in your own combat log(Colors, etc.) to reproduce this. If anyone has any idea how I can reorder the verbs so stuff like this:

23:37:16> [You] ++ [Blessing of Kings].
23:37:18> [Your] [Blessing of Kings] --.

looks like this:

23:37:16> [You] ++ [Blessing of Kings].
23:37:18> [Your] -- [Blessing of Kings].

or wishes to add a localization, feel free to contact me.

Optional Files (0)


Post A Reply Comment Options
Unread 09-12-08, 12:14 PM  
Tifi
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 94
Uploads: 4
If anyone has any idea how I can reorder the verbs so stuff like this:

23:37:16> [You] ++ [Blessing of Kings].
23:37:18> [Your] [Blessing of Kings] --.

looks like this:

23:37:16> [You] ++ [Blessing of Kings].
23:37:18> [Your] -- [Blessing of Kings].
That should do the trick:
Code:
	ACTION_SPELL_AURA_REMOVED_BUFF_MASTER = "2";

	ACTION_SPELL_AURA_APPLIED_BUFF = "++";
	ACTION_SPELL_AURA_REMOVED_BUFF = "--";
	ACTION_SPELL_AURA_APPLIED_DEBUFF = "++";
	ACTION_SPELL_AURA_REMOVED_DEBUFF = '--';
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: