ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   Auto Chatlog (https://www.esoui.com/forums/showthread.php?t=1942)

Drimacus 07/10/14 05:18 AM

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!

Sasky 07/10/14 02:08 PM

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()

Garkin 07/10/14 02:28 PM

Quote:

Originally Posted by Sasky (Post 10407)
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)

Sasky 07/10/14 03:14 PM

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

Drimacus 07/11/14 12:45 AM

wow i just checked my existing addons, seems pretty easy to do - didn't expect that!
Thanks a lot!


All times are GMT -6. The time now is 05:57 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI