Hello! Will it be possible to create three additional situations?
- When joining a group.
- When targeting an enemy NPC.
- When on a world quest.
I have attempted to create custom situations for theses using these events:
- GROUP_JOINED
- PLAYER_TARGET_CHANGED
- QUEST_LOG_UPDATE, QUEST_POI_UPDATE
But the situations don't get triggered. Am I doing something wrong, or does situations like these needs to be added to the addon?