Thread Tools Display Modes
11/02/17, 01:22 PM   #1
Gamer1986PAN
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 87
Group Loot Option

A Few Updates before loot only appeared in my first Chat-Tab. Now this Addon http://www.esoui.com/downloads/info1...Loot.html#info posts my Loot in every Chat Tab. Can it be done to just post it as System-Message like most Addons do?
  Reply With Quote
11/02/17, 04:36 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Seems as if the addon ist using ht normal debug output function d() ( d(lootMessage) ) which writes the message to the system chat.
And in additon it uses another window for the addon itsself, named GroupLootWindowBuffer?

if GLSettingsisplayInChat() then d(lootMessage) end
GroupLootWindowBuffer:AddMessage(lootMessage, 255, 255, 0, 1)


Maybe you did activate the system messages in ALL your chat tabs?
Right click the chat tabs, choose settings, and check if the SYSTEM entry is marked for all chat tabs.
Remove the SYSTEM checkbox for all but 1 tab then.
  Reply With Quote
11/02/17, 05:22 PM   #3
Gamer1986PAN
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 87
I only activated System in my left Chat Tab named "Main"

I would use the extra Window to show the log, but in the extra Window the links are not clickable like in the chatlog.

Like i said some Updates before it worked nice in just one Chat-Tab i guess there happened some API-Change. But i will try to deactivate all addons and try standalone with Group Loot. Maybe some of my Addons causes the problem... I justed hoped someone can tell me a quick fix because he know about some API changes...


I found out Shissus Chat caused the Problem so no more need to fix it...

Last edited by Gamer1986PAN : 11/15/17 at 11:50 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Group Loot Option

Thread Tools
Display Modes

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