Page 1 of 1

Chat bubble addons?

PostPosted: Wed Oct 28, 2015 1:06 am
by shogunruax
Hey was wondering if there are any chat bubble addons to change the look of the default to something like this ?

http://www.wowinterface.com/downloads/i ... obble.html

Not been able to come across any addons for vanilla at least so far

Re: Chat bubble addons?

PostPosted: Wed Oct 28, 2015 6:00 pm
by modernist
other than the name (which is grabbed from the unit guid, which doesn't exist yet in vanilla) its definitely possible. I already modify the textures in the chat bubble for modui to add a different border frame:

Image

https://github.com/obble/modui/blob/mas ... alloon.lua

Re: Chat bubble addons?

PostPosted: Wed Oct 28, 2015 6:39 pm
by vido
Is there any way to set the opacity of the little tail on the chat bubble to zero or modify it somehow? It doesn't look great.

Re: Chat bubble addons?

PostPosted: Wed Oct 28, 2015 6:51 pm
by modernist
replace line 20 with
Code: Select all
v:SetAlpha(0)


Image

Re: Chat bubble addons?

PostPosted: Wed Oct 28, 2015 11:27 pm
by shogunruax
modernist wrote:other than the name (which is grabbed from the unit guid, which doesn't exist yet in vanilla) its definitely possible. I already modify the textures in the chat bubble for modui to add a different border frame:

Image

https://github.com/obble/modui/blob/mas ... alloon.lua



that's awesome thanks alot! :)