Thread Tools Display Modes
03/21/19, 10:34 AM   #1
Racke
 
Racke's Avatar
Join Date: Dec 2015
Posts: 9
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.

Last edited by Racke : 03/24/19 at 01:15 PM.
  Reply With Quote
03/21/19, 11:02 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,959
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.

Last edited by Baertram : 03/21/19 at 11:12 AM.
  Reply With Quote
03/24/19, 01:16 PM   #3
Racke
 
Racke's Avatar
Join Date: Dec 2015
Posts: 9
Thank you Baertram, the script works. Is it possible to keybind the script to lets say F5?
  Reply With Quote
03/24/19, 01:17 PM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,959
Yep, will add it to one of my addons in the next days.
FCOChangeStuff
  Reply With Quote
03/24/19, 01:19 PM   #5
Racke
 
Racke's Avatar
Join Date: Dec 2015
Posts: 9
Awesome, thanks.
  Reply With Quote
03/25/19, 05:55 PM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,959
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

Last edited by Baertram : 03/26/19 at 04:46 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Make this option toggleable via keybind.

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