Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Hello guys, have any one example how complete quest with gossip ?

[DiscordArchive] Hello guys, have any one example how complete quest with gossip ?

[DiscordArchive] Hello guys, have any one example how complete quest with gossip ?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
09-14-2025, 06:50 PM
#1
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 ?
rektbyfaith
09-14-2025, 06:50 PM #1

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 ?

rektbyfaith
Administrator
0
09-14-2025, 07:01 PM
#2
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
rektbyfaith
09-14-2025, 07:01 PM #2

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

rektbyfaith
Administrator
0
09-14-2025, 07:03 PM
#3
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
rektbyfaith
09-14-2025, 07:03 PM #3

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

rektbyfaith
Administrator
0
09-14-2025, 07:04 PM
#4
Archived author: Mithria • Posted: 2025-09-14T19:04:30.267000+00:00
Original source

I'm not sure I understood that
rektbyfaith
09-14-2025, 07:04 PM #4

Archived author: Mithria • Posted: 2025-09-14T19:04:30.267000+00:00
Original source

I'm not sure I understood that

rektbyfaith
Administrator
0
09-14-2025, 07:05 PM
#5
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
rektbyfaith
09-14-2025, 07:05 PM #5

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

rektbyfaith
Administrator
0
09-14-2025, 07:14 PM
#6
Archived author: Mithria • Posted: 2025-09-14T19:14:20.954000+00:00
Original source

Why would you want random numbers of non existent npc
rektbyfaith
09-14-2025, 07:14 PM #6

Archived author: Mithria • Posted: 2025-09-14T19:14:20.954000+00:00
Original source

Why would you want random numbers of non existent npc

rektbyfaith
Administrator
0
09-14-2025, 07:20 PM
#7
Archived author: JeimonkAs • Posted: 2025-09-14T19:20:27.155000+00:00
Original source

Its was try complete with gossip
rektbyfaith
09-14-2025, 07:20 PM #7

Archived author: JeimonkAs • Posted: 2025-09-14T19:20:27.155000+00:00
Original source

Its was try complete with gossip

rektbyfaith
Administrator
0
09-14-2025, 07:27 PM
#8
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&]
rektbyfaith
09-14-2025, 07:27 PM #8

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&]

rektbyfaith
Administrator
0
09-14-2025, 07:27 PM
#9
Archived author: Ryan Turner • Posted: 2025-09-14T19:27:37.719000+00:00
Original source

Try using another another MSG string if it exists
rektbyfaith
09-14-2025, 07:27 PM #9

Archived author: Ryan Turner • Posted: 2025-09-14T19:27:37.719000+00:00
Original source

Try using another another MSG string if it exists

rektbyfaith
Administrator
0
09-14-2025, 07:29 PM
#10
Archived author: cyberpro98 • Posted: 2025-09-14T19:29:12.409000+00:00
Original source

so then
handler->PSendSysMessage(ss.str().c_str(), 0);
rektbyfaith
09-14-2025, 07:29 PM #10

Archived author: cyberpro98 • Posted: 2025-09-14T19:29:12.409000+00:00
Original source

so then
handler->PSendSysMessage(ss.str().c_str(), 0);

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)