smaitch / Wholly

World of Warcraft addon to present quest information for the user derived from the Grail addon.
23 stars 9 forks source link

Daily quest in City don't show #41

Closed DreamOfHero closed 3 years ago

DreamOfHero commented 3 years ago

Hi,

I don't know if is a Grail or Wholly problem, but I found that with all type of quest selected in option, in Big City like Orgrimmar, daily quest is not showed or listed. There is a solution to that?

Thanks in Advance Andrea

image image image

yoshimo commented 3 years ago

Do you have an example quest name and I'd that you expect to be there?

DreamOfHero commented 3 years ago

this one: https://www.wowhead.com/quest=26572/a-golden-opportunity

Andrea Medici

Il giorno ven 27 nov 2020 alle ore 07:53 yoshimo notifications@github.com ha scritto:

Do you have an example quest name and I'd that you expect to be there?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smaitch/Wholly/issues/41#issuecomment-734676541, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIW6GTXSQ232DOGY6T232J3SR5EFJANCNFSM4UEGD52A .

yoshimo commented 3 years ago

We have 3 different versions of OG if im not mistaken, mapid 85, which is the OG itself, 86 which is the claw of shadows and 1534 which i don't recognise. If the NPC is marked for the wrong id, you don't see the quest. G[42506]={'FH 86:56.53,62.49'} looks like the fishing npc is misplaced.

@smaitch I think we should make wholly show the mapid on mouseover to help differentiate multiple zones with the same name

DreamOfHero commented 3 years ago

The same behavior is with daily quests of the chef Marogg, the one that give also recipes... https://www.wowhead.com/npc=42506/marogg#starts

Andrea Medici

Il giorno ven 27 nov 2020 alle ore 18:51 yoshimo notifications@github.com ha scritto:

We have 3 different versions of OG if im not mistaken, mapid 85, which is the OG itself, 86 which is the claw of shadows and 1534 which i don't recognise. If the NPC is marked for the wrong id, you don't see the quest. G[42506]={'FH 86:56.53,62.49'} looks like the fishing npc is misplaced.

@smaitch https://github.com/smaitch I think we should make wholly show the mapid on mouseover to help differentiate multiple zones with the same name

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smaitch/Wholly/issues/41#issuecomment-734937157, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIW6GTVQI64UMPFUTMPHYXDSR7RKVANCNFSM4UEGD52A .

smaitch commented 3 years ago

Most likely if the NPC is marked in a map that is not the normal map for showing where that quest is, then that is the problem. If you are running with an addon like Fortress or Titan Panel, Wholly can provide a data broker to indicate the zone you are in (and its map ID). Will have to look into this more.

DreamOfHero commented 3 years ago

I don't have Fortress or Titan Panel installed.

Andrea Medici

Il giorno dom 29 nov 2020 alle ore 16:26 Scott Harrison < notifications@github.com> ha scritto:

Most likely if the NPC is marked in a map that is not the normal map for showing where that quest is, then that is the problem. If you are running with an addon like Fortress or Titan Panel, Wholly can provide a data broker to indicate the zone you are in (and its map ID). Will have to look into this more.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smaitch/Wholly/issues/41#issuecomment-735411017, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIW6GTRX57TG5KJTR24VAXDSSJRYPANCNFSM4UEGD52A .

yoshimo commented 3 years ago

"+ Ein wütender Fang(26588)[30] <= Razgar(3000000)[43239] 85:65.84,40.86", -- [2] I think it is just the NPC that is misplaced.

smaitch commented 3 years ago

The latest version of Grail (114) on GitHub has the Orgrimmar NPC map IDs updated to 85 (vice 86) so they should appear properly.