Old Wiki:Spawngroups

From EVEmu Wiki
Revision as of 16:31, 3 April 2021 by Admin (talk | contribs) (Bot: Automated import of articles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

spawngroups

Description of the spawngroups Table in the EVEmu database.



Field Name Field Type Nullable Key Default Value
'spawnGroupID' int(10) unsigned NOT NULL PRIMARY AUTO_INCREMENT
'spawnGroupName' varchar(85) NOT NULL 0
'formation' int(10) unsigned NOT NULL 0

Description of the fields


'spawnGroupID'

Unique order ID for this order. Raised incrementally as new orders are made. Links to spawngroupentries and spawns.


'spawnGroupName'

The name or description for the spawn group.


'formation'

Formation value assigned to the group.

       boundsPoint = 0,
       boundsLine = 1,
       boundsTriangle = 2,
       boundsSquare = 3,
       boundsTetrahedron = 4,    //3 sided pyramid
       boundsPyramid = 5,        //4 sided pyramid
       boundsCube = 6,
       boundsSphere = 7,

Some of these have been commented out (disabled) in spawnmanager.h