On Waystone Discover
Description
Fires when the player transitions from UNDISCOVERED to either DISCOVERED or ACTIVE via the waystoneDiscover mechanic (or the /waypoints admin discover command).
Does not fire from waystoneSetState directly — use waystoneDiscover if you want this trigger to fire.
Variables
| Variable | Type | Description |
|---|---|---|
waystone |
string | The id of the discovered waystone. |
Examples
Send a chat message and play a sound on first discovery, anywhere:
WaystoneDiscoverFx:
Skills:
- sound{s=block.beacon.activate;v=1;p=1.2} @self ~onWaystoneDiscover
- message{m="<gold>You have discovered <white>%mythic_waystone_name_<skill.var.waystone>%<gold>!"} @self ~onWaystoneDiscover
Run a per-waystone reward skill:
- skill{s=IronforgeDiscoveryReward} @self ~onWaystoneDiscover ?strEquals{a=<skill.var.waystone>;b=IRONFORGE}
Aliases
- onWaystoneDiscover