Waystone Discover
Description
Marks the target player as having discovered a waystone. Convenience sugar for waystoneSetState{state=DISCOVERED} that also fires the ~onWaystoneDiscover trigger when the player is transitioning from UNDISCOVERED.
Triggers the MythicWaystoneDiscoverEvent (cancellable). If anything cancels it, the discovery doesn't happen.
If the player is already discovered (or ACTIVE), this is a no-op.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
| waystone | w, id | The id of the waystone to discover | required |
Examples
Discover every nearby player when a quest is finished:
QuestCompleteIronforge:
Skills:
- waystoneDiscover{waystone=IRONFORGE} @PlayersInRadius{r=10}
Passive proximity discovery on the waystone mob:
WaystoneScan_IRONFORGE:
Skills:
- waystoneDiscover{waystone=IRONFORGE} @PlayersInRadius{r=6} ?!waystoneDiscovered{waystone=IRONFORGE}
Aliases
- discoverWaystone