Thread Tools Display Modes
05/24/16, 05:19 PM   #1
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
[outdated] Stop adding features without API calls (ChattBubbles)

So :

Chat Bubbles :

Lua Code:
  1. local font = GetChatBubblesFont() -- returns font of Chat Bubble
  2. SetChatBubleFont(fontName) -- An ESO XML font, with size, bold and font customizable
  3. SetChatBubleBackground(centerTexture, edgeTexture) -- must accept nil to disable backgrounds
  4. SetChatBubbleChannelColor(channel, r, g ,b) -- Set color of text in a chat bubble for a specified channel
 
05/26/16, 11:30 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,965
I second this.
Many new features just look like your own devs don't know what others coded before

Maybe you should take more time to build and test new features instead of pushing new DLCs etc. that fast after each other.
Ayantir already wrote about it in that other thread and many players are leaving as tehy get annoyed by bugs and stuff THEY NEVER WANTED! (and other stuff they asked for weren't implemented because you changed the NON WANTED stuff )
 

ESOUI » Developer Discussions » Wish List » [outdated] Stop adding features without API calls (ChattBubbles)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off