[DiscordArchive] anyone found a perfect way to add quests to gossip menu?
[DiscordArchive] anyone found a perfect way to add quests to gossip menu?
Archived author: MR.MUSTACHE • Posted: 2019-04-20T16:15:21.310000+00:00
Original source
anyone found a perfect way to add quests to gossip menu?
Archived author: MR.MUSTACHE • Posted: 2019-04-20T16:16:46.458000+00:00
Original source
I tried using
```cpp
QuestMenu &questmenu = player->PlayerTalkClass->GetQuestMenu();
questmenu.AddMenuItem(QUEST_TRAITORS, 4);
```
Archived author: MR.MUSTACHE • Posted: 2019-04-20T16:17:01.545000+00:00
Original source
it shows quests but I can't accept then
Archived author: MR.MUSTACHE • Posted: 2019-04-20T16:39:50.580000+00:00
Original source
anyone know where I can see the "Quest Icons" ?
Archived author: MR.MUSTACHE • Posted: 2019-04-20T16:40:00.969000+00:00
Original source
I can't find them