Skip to content
Forien edited this page Jun 23, 2020 · 10 revisions

Below is list of all macros made either by me, or by community, that work, interact, or require Quest Log module.

Link Quest

type: chat

Description: This allows for linking Quest in chat/journal/bio or any other Rich-Text environment. Can be also used in chat type macro.

@Quest[EtC6FyAEaxX9XeNC]

Open Quest Log

type: script

QuestLog.render(true);

Toggle Quest Log

type: script

if (QuestLog.rendered)
  QuestLog.close();
else 
  QuestLog.render(true);

Open Quest Details

type: script

Quests.open(questId);

Alternatively you can simply drag&drop quest from Quest Log to your Hotbar to automatically create a macro with proper Quest ID