[DiscordArchive] Hey, can you help me figure out what’s missing in my setup?
[DiscordArchive] Hey, can you help me figure out what’s missing in my setup?
Archived author: ddfgy • Posted: 2025-07-25T11:35:22.050000+00:00
Original source
Hey, can you help me figure out what’s missing in my setup?
Here’s what I did:
Created a custom NPC (Entry: 60000) in creature_template.
Set its gossip_menu_id to 70000 and created all the related menus:
npc_text (IDs: 80000–80003)
gossip_menu (MenuIDs: 70000–70003)
gossip_menu_option with multiple clickable options linking to the sub-menus.
Added items for the vendor in npc_vendor.
Set npcflag = 128 (vendor) at first, then tried npcflag = 129 (vendor + gossip).
The NPC spawns fine, the shop works, but the gossip menu (the clickable options) does not appear.
Cache cleared and server restarted multiple times.
What could I be missing? Is there something else needed for the gossip menu to actually show up?