Back to 'creature_summon_groups' Return to world Go to 'creature_template'
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 |
This is the CreatureID seen by anyone but the summoner.
This is the CreatureID seen by the summoner but everyone else.
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.
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.
- no description -
Back to 'creature_summon_groups' Return to world Go to 'creature_template'