Thread Tools Display Modes
07/10/14, 05:18 AM   #1
Drimacus
Join Date: Feb 2014
Posts: 3
Auto Chatlog

Hey,

I'm searching for an addon which automaticly enables the /chatlog command. I want to have it always enabled but ESO doesn't remember the last setting. You always have to type /chatlog after entering Tamriel ;(
Is there a workaround or something?

Thanks in advance!
  Reply With Quote
07/10/14, 02:08 PM   #2
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
http://www.esoui.com/downloads/info4...gger.html#info might work for you.

If not, I think something like this would work in the proper init.
Lua Code:
  1. SLASH_COMMANDS.chatlog()
  Reply With Quote
07/10/14, 02:28 PM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Sasky View Post
http://www.esoui.com/downloads/info4...gger.html#info might work for you.

If not, I think something like this would work in the proper init.
Lua Code:
  1. SLASH_COMMANDS.chatlog()
Lua Code:
  1. SetChatLogEnabled(true)
  Reply With Quote
07/10/14, 03:14 PM   #4
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Whoops, missed slash.

You can call any slash command programmatically by:
SLASH_COMMANDS['/chatlog']()

Or call the underlying function (like Garkin listed) if you can find it
  Reply With Quote
07/11/14, 12:45 AM   #5
Drimacus
Join Date: Feb 2014
Posts: 3
wow i just checked my existing addons, seems pretty easy to do - didn't expect that!
Thanks a lot!
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Auto Chatlog


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