[DiscordArchive] Hello guys, have any one example how complete quest with gossip ?
[DiscordArchive] Hello guys, have any one example how complete quest with gossip ?
Archived author: JeimonkAs • Posted: 2025-09-14T18:50:45.324000+00:00
Original source
Hello guys, have any one example how complete quest with gossip ?
Archived author: Mithria • Posted: 2025-09-14T19:01:07.462000+00:00
Original source
Do you mean you click a gossip option and it completes a quest?
Add smart script to npc for on gossip option select that runs action `SMART_ACTION_CALL_AREAEXPLOREDOREVENTHAPPENS` using your quest id as the first parameter. You'll probably also need the special Flag `QUEST_SPECIAL_FLAGS_EXPLORATION_OR_EVENT` set in quest_template_addon
You can reference quest 11708 as an example
Archived author: JeimonkAs • Posted: 2025-09-14T19:03:33.503000+00:00
Original source
Oh ty i will look at later, and i have one more question sir, i have some issue with gossip menu , when i take first time quest he is automatically complete but second time its work how i want ,some reference?
I switched from trinitycore
Archived author: Mithria • Posted: 2025-09-14T19:04:30.267000+00:00
Original source
I'm not sure I understood that
Archived author: JeimonkAs • Posted: 2025-09-14T19:05:38.179000+00:00
Original source
In quest template i use kill credit for quest complete i wrote random numbers like 999933 and count 1 its mean quest cant automatically complete , but it do
Archived author: Mithria • Posted: 2025-09-14T19:14:20.954000+00:00
Original source
Why would you want random numbers of non existent npc
Archived author: JeimonkAs • Posted: 2025-09-14T19:20:27.155000+00:00
Original source
Its was try complete with gossip
![[Image: image.webp?ex=690c4dcd&is=690afc4d&hm=15...692ccb6df&]](https://cdn.discordapp.com/attachments/1255602330431127753/1416867892229836810/image.webp?ex=690c4dcd&is=690afc4d&hm=158d65a77fa9da78d28289259c9043d78ba0c60f972b3135be375c3692ccb6df&)
Archived author: cyberpro98 • Posted: 2025-09-14T19:27:09.703000+00:00
Original source
Heya guys, i´d like to have removed the " SERVER " from my vip chat.
I have this in script :
handler->PSendSysMessage(SERVER_MSG_STRING, ss.str().c_str(), 0);
![[Image: image.webp?ex=690c4dcd&is=690afc4d&hm=15...692ccb6df&]](https://cdn.discordapp.com/attachments/1255602330431127753/1416867892229836810/image.webp?ex=690c4dcd&is=690afc4d&hm=158d65a77fa9da78d28289259c9043d78ba0c60f972b3135be375c3692ccb6df&)
Archived author: Ryan Turner • Posted: 2025-09-14T19:27:37.719000+00:00
Original source
Try using another another MSG string if it exists
Archived author: cyberpro98 • Posted: 2025-09-14T19:29:12.409000+00:00
Original source
so then
handler->PSendSysMessage(ss.str().c_str(), 0);