-
Notifications
You must be signed in to change notification settings - Fork 0
Gossip Conditions
Alex/ edited this page Jun 30, 2025
·
9 revisions
Conditions allow you to customize the behavior of gossip selection by specifying rules that determine when a specific gossip is selected or used. This page explains how to use conditions effectively to get the most out of the feature.
-
!CT_EXPANSION- Description: This condition checks to see if the player is NOT in a specific expansion for Chromie Time.
- Supported Options:
-
5: Cataclysm -
6: The Burning Crusade -
7: Wrath of the Lich King -
8: Mists of Pandaria -
9: Warlords of Draenor -
10: Legion -
14: Shadowlands -
15: Battle for Azeroth -
16: Dragonflight
-
- Usage:
-
12345,6789,"!CT_EXPANSION;14": Verifies the player is not in Shadowlands for Chromie Time.
-
-
QUEST_ACTIVE- Description: This condition checks if the player is actively on a given quest by its ID.
- Usage:
-
12345,6789,"QUEST_ACTIVE;123": Verifies the player is on the quest with an ID of123.
-