Meji
Meji
> Just set the anim tier value in the bytes column. The play hover anim opcode is only used to update hover states between update object packets. In other words:...
> Is there a creature that has hover but does not set playhoveranim? I don't think so (that's what I tried to do here https://github.com/TrinityCore/TrinityCore/pull/27352 although it wasn't right). And...
> why not let GetGossipMenuFriendshipFaction return int32 instead of uint32 ? I was relying on FactionEntry::ID type instead of the packet field. I changed the return of the function to...
> Just a side note, there exists also [19210](https://github.com/TrinityCore/TrinityCore/issues/19210) It's indicated in the second point (This doesn't fix knockbacks with speedXY == 0). It requires additional work and it's best...
I've encountered the same situation with the NPC https://www.wowhead.com/npc=51934/gretchen-fenlow. She has gossip_menu and offers several quests but the core currently sends the info in SMSG_QUEST_GIVER_QUEST_LIST_MESSAGE instead of SMSG_GOSSIP_MESSAGE
Well, I was just referring to the current behavior of the core: - NPC 51934 (Retail) (Gossip_menu) - CMSG_TALK_TO_GOSSIP -> SMSG_GOSSIP_MESSAGE - NPC 51665 (Retail & TC) (Gossip_menu) - CMSG_TALK_TO_GOSSIP...
### Alliance - [x] Stormwind Guard (**Goldshire**): https://gist.github.com/meji46/45c2be449c3d5a9b8cee8296a0391571 - [x] Stormwind City Guard | Stormwind City Patroller | Stormwind Harbor Guard (**Stormwind City**): https://gist.github.com/meji46/e5fa9e6588dcc911c30aeaa96f5369e6 (thanks @leelf00 for the asian locales...
> # guards (orgrimmar) menu fix (directions) > UPDATE creature_template SET gossip_menu_id='1951' WHERE entry='3296'; As I said in this issue https://github.com/TrinityCore/TrinityCore/issues/28014 > The only problem is that gossip_menu_id is 0...
> https://gist.github.com/shamage/66fbf8b52f14d20f3a6ba86227038cda I'm already working on the POIs for all the zones and I have all the Orgrimmar stuff fixed. Your fix is also incorrect because conditions are missing and...
All related spells: https://www.wowhead.com/spell=333603/dnt-ping-darion-exit-portal https://www.wowhead.com/spell=333605/close-rift https://www.wowhead.com/spell=333606/dnt-summon-darion (this spell has strange TargetB) https://www.wowhead.com/spell=333607/dnt-teleport-acherus https://www.wowhead.com/spell=333609/dnt-summon-death-gate https://www.wowhead.com/spell=333657/dnt-summon-darion https://www.wowhead.com/spell=328796/dnt-teleport-frozen-throne (https://www.wowhead.com/spell=336366/tp-credit ?)