Venture Visison (26)

This behavior manages whether or not the player can see minibosses or collectibles on their personal minimap. Pet digs seem to be disabled altogether however. In the 1.10.64 client, this behavior is referenced as ShowMinimapExtrasBehavior

Parameters

Name

Type

Description

show_collectibles

Boolean

Whether or not to show collectibles.

show_minibosses

Boolean

Whether or not to show minibosses.

show_pet_digs

Boolean

Whether or not to show pet digs. Non-functional during live.

Relevant Game Messages

UiMessageServerToSingleClient

Amf3 Serialization

In an amf3 Array:
Associative map:
bShowPetDigs: boolean
bShowMinibosses: boolean
bShowCollectibles: boolean