Table of Contents

Struct DungeonFinderCreateBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Client → Server broadcast asking to open a new instance of a dungeon.

public struct DungeonFinderCreateBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Remarks

Names a difficulty and a visibility and nothing about the instance itself. Everything that decides whether it is allowed — the party's existing instance, the difficulty's level and party requirements, the character's state — is resolved server-side from the entrance and the roster, never taken from this message.

Fields

Difficulty

Difficulty index to open it at. Validated against the dungeon's own list.

public int Difficulty

Field Value

int

InteractableID

ID of the dungeon entrance scene object.

public long InteractableID

Field Value

long

IsPrivate

True to open it hidden from the finder's public list.

public bool IsPrivate

Field Value

bool