Thread Tools Display Modes
08/25/18, 10:47 AM   #1
Malvenom
Join Date: Aug 2018
Posts: 6
Request - Quest by Specific Guild

Would it be possible to have the quest log reflect the specific guild of a quest?

IE

Guild
-Mages
_Quest 01
_Quest 02
_Daily 01
_Repeatable 01

-Fighters
_Quest 01
_Quest 02
_Daily 01
_Repeatable 01

-Thieves
_Quest 01
_Quest 02
_Daily 01
_Repeatable 01
  Reply With Quote
08/25/18, 07:35 PM   #2
SilverWF
 
SilverWF's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 55
Aren't 'repeatable' the same as 'daily'?
  Reply With Quote
08/25/18, 07:57 PM   #3
Malvenom
Join Date: Aug 2018
Posts: 6
Originally Posted by SilverWF View Post
Aren't 'repeatable' the same as 'daily'?
From a technical standpoint, no.

For example: A daily is done only once a day/per day.
The repeat ales would be the Faction Grindavles, think Thieves guilds quest to launder specific items and turn in to a merchant (Coveteous Countess?). Once done, you can go to the board and pick it up again.



I wonder if it is possible to “rewrite” the way the quest is displayed and “treeed” in the quest log.

I imagine:
If questid = blah then string”Mages” else blah blah.
  Reply With Quote
08/26/18, 07:25 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
And there is the problem. Afaik questId is not always possible so one would need to check the names of the quests.
Maybe they added a funciton returning a unique questId but I think it's on the todo list (or not even on it until now).
  Reply With Quote
08/26/18, 03:04 PM   #5
SilverWF
 
SilverWF's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 55
Exclamation

Well, your best shot here is FCMQT...
  Reply With Quote
08/26/18, 04:48 PM   #6
Malvenom
Join Date: Aug 2018
Posts: 6
I do utilize FCMQT. Would it be possible to patch it so that said quests could be handled that way?
  Reply With Quote
08/26/18, 05:33 PM   #7
DesertDwellers
AddOn Author - Click to view addons
Join Date: May 2017
Posts: 25
Unfortunately the API does not allow me to get data to do this, there is different quest types but does not get that level of data. For example, I can tell if a quest is a guild quest, but not what quild. As Baertram pointed out we would have to use the quest name. I imagine it could be done if the Add On contained all of the quests with table for the data you want.

The maintenance on something like that would be horrific. There would be gathering all the quest information, and then verifying it with every update to the game.
  Reply With Quote
08/27/18, 02:55 AM   #8
Malvenom
Join Date: Aug 2018
Posts: 6
Understood. Thanks for the input.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Request - Quest by Specific Guild

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