5 - May be global coloring agents functions must be local?
May be
-- coloring agents
function Brown( text ) return "|cffdfa050" .. text .. "|r" end
function Yellow( text ) return "|cffffff00" .. text .. "|r" end
function Blue( text) return "|cff00ffff" .. text .. "|r" end
must be local (some addons cause the conflict)?