[DiscordArchive] I followed your instructions and inserted the following:
[DiscordArchive] I followed your instructions and inserted the following:
Archived author: ddfgy • Posted: 2025-07-25T12:21:46.627000+00:00
Original source
I followed your instructions and inserted the following:
Added an entry in npc_text with ID 90000 containing a simple placeholder text.
Created a gossip_menu entry with MenuID 80000 linked to that npc_text ID.
Updated the NPC’s gossip_menu_id to 80000 in creature_template.
Set the NPC’s npcflag to 1 (gossip enabled).
After these changes, when I interact with the NPC in-game, I can see the simple placeholder text as expected.
So, the basic gossip menu is working correctly. However, the full menu with options still does not show up for my original setup.
Could you please advise on what might be missing next?
Archived author: Mithria • Posted: 2025-07-25T12:25:56.949000+00:00
Original source
for your gossip_menu_option entries, what did you set the OptionType to and what did you set OptionNpcFlag to
Archived author: ddfgy • Posted: 2025-07-25T12:27:46.868000+00:00
Original source
For the gossip_menu_option entries, I set:
OptionType to 1 (which means a gossip option).
OptionNpcFlag to 1 (which corresponds to the gossip flag).
If you think these values might be incorrect or there are other recommended settings, please let me know!
Archived author: Mithria • Posted: 2025-07-25T12:29:47.441000+00:00
Original source
What did you set OptionID to for them
Archived author: Ryan Turner • Posted: 2025-07-25T12:44:58.530000+00:00
Original source
It's this a trainer NPC? entry cant be too high
Archived author: ddfgy • Posted: 2025-07-25T12:57:57.498000+00:00
Original source
70000 0 0 0 Weapons
70000 1 0 0 Armors
70000 2 0 0 Consumables
70000 3 0 0 Exit
70001 0 1 0 Buy Sword
70001 1 1 0 Back
70002 0 1 0 Buy Armor
70002 1 1 0 Back
70003 0 1 0 Buy Consumable
70003 1 1 0 Back
Archived author: Mithria • Posted: 2025-07-25T13:56:50.455000+00:00
Original source
what is this for
Archived author: Mithria • Posted: 2025-07-25T13:57:27.191000+00:00
Original source
there are only 3 columns before OptionText so im confused why there are 4 here