Table of Contents

Enum PetStance

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

How willing a pet is to start a fight on its own.

public enum PetStance : byte

Fields

Aggressive = 2

Hunts. Engages any hostile that comes within the attacking state's detection radius, whether or not it has done anything.

Defensive = 1

Fights back. Engages anything that attacks the pet or its owner, but never picks a fight with a hostile that has not acted. This is the default.

Passive = 0

Never engages by itself. Will not even fight back when struck — it stays on its owner and waits to be told. The safe default for a pet the player is leading through dangerous territory.

Remarks

The stance only governs whether the pet initiates. An explicit attack command works in every stance, including Passive.