creature_summoned_data
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| CreatureID | int | unsigned | PRI | NO | |||
| CreatureIDVisibleToSummoner | int | signed | YES | NULL | |||
| GroundMountDisplayID | int | unsigned | YES | NULL | |||
| FlyingMountDisplayID | int | unsigned | YES | NULL | |||
| DespawnOnQuestsRemoved | mediumtext | YES | NULL | ||||
Description of fields
CreatureID
This is the CreatureID seen by anyone but the summoner.
CreatureIDVisibleToSummoner
This is the CreatureID seen by the summoner but everyone else.
GroundMountDisplayID
This is the ground mount displayID that the creature will use if the summoner mounts up and uses non-flying speed while mounted. In other words, this will be the default choice until the player takes off if flying is available.
FlyingMountDisplayID
This is the flight mount displayID that the creature will use if the summoner mounts up and uses flying speed while mounted. In other words, this will be the the default choice until the player lands.
DespawnOnQuestsRemoved
- no description -
