ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   Make this option toggleable via keybind. (https://www.esoui.com/forums/showthread.php?t=8421)

Racke 03/21/19 10:34 AM

Make this option toggleable via keybind.
 
https://i.imgur.com/Fomlv15.png

Is it possible?

I usually prefer playing without it, but sometimes it does get in the way of finding an important quest (mostly in instances). I'd love to be able to toggle this option on and off via a press of a button instead of always manually going into options and changing it again (kinda clunky and unimmersive).

Would be ever so grateful. :)

Baertram 03/21/19 11:02 AM

Wow, please resize the image and reupload + change your post. Takes hours to load it...

He is talking about the following option:
Interface - Compass Quest Givers

Edit:
Try this script ingame in your chat edit field and press return key:

Enable = 1, Disable = 0
/script SetSetting(SETTING_TYPE_UI, UI_SETTING_SHOW_QUEST_BESTOWER_INDICATORS, "0")

Change the "0" to "1" to enable it again.

Or this one:
/script SetSetting(SETTING_TYPE_UI, UI_SETTING_COMPASS_QUEST_GIVERS, "0")

Change the "0" to "1" to enable it again.

Racke 03/24/19 01:16 PM

Thank you Baertram, the script works. :) Is it possible to keybind the script to lets say F5?

Baertram 03/24/19 01:17 PM

Yep, will add it to one of my addons in the next days.
FCOChangeStuff

Racke 03/24/19 01:19 PM

Awesome, thanks.

Baertram 03/25/19 05:55 PM

Added it.
You need to enable the setting in order to let it work (settings of the addon FCOChangeStuff, at the bottom) + define a key for the keybind in the controls.
https://www.esoui.com/downloads/info...html#changelog


All times are GMT -6. The time now is 08:22 AM.

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