View Single Post
10-26-14, 09:52 AM   #4
Luzisto
A Defias Bandit
Join Date: Jan 2014
Posts: 2
Hi,

i have changed the line

Code:
GLDG_ONLINE 		= ".*%[(.+)%]%S*"..string.sub(ERR_FRIEND_ONLINE_SS, 20)
to

Code:
GLDG_ONLINE 		= ".*%[(.+)%]%S*"..string.sub(string.gsub(ERR_FRIEND_ONLINE_SS, "|cff00ff00online|r", "online"), 20) -- fix for RealUI 8 users
in GuildGreet.lua.

Please test GuildGreet-6.0.2-3-g41c6088.zip.


Regards Luzisto
(Sorry for my bad english)

Last edited by Luzisto : 10-26-14 at 10:04 AM. Reason: corrected version
  Reply With Quote