Creature formations SF

From Project Skyfire
Revision as of 07:35, 17 September 2011 by Marqin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to world database list of tables.

The `creature_formations` table

This table holds the information for the creation of "formed" creatures (Creatures with attached separate entities). This does not hold data for shared health pools. An example of this would be Kologarn with his main body being the leader and his right and left arms being members.


Structure

Field Type Attribute Default Comment
leaderGUID int(11) unsigned The main ("body") creature's GUID. Found in Creature.
memberGUID int(11) unsigned The GUID of the "limb" creature. Found in Creature.
dist float unsigned The distance away from the "body" of the creature the member should be.
angle float unsigned The angle the member should be at.
groupAI int(11) unsigned