summaryrefslogtreecommitdiff
path: root/docs/creature.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/creature.md')
-rw-r--r--docs/creature.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/creature.md b/docs/creature.md
new file mode 100644
index 0000000..9e50fab
--- /dev/null
+++ b/docs/creature.md
@@ -0,0 +1,24 @@
+[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[creature|creature]]
+
+Column | Type | Description
+--- | --- | ---
+Guid | int(10) unsigned |
+Id | mediumint(8) unsigned |
+Map | smallint(5) unsigned |
+SpawnMask | tinyint(3) unsigned |
+PhaseMask | int(10) unsigned |
+Modelid | mediumint(8) unsigned |
+Equipment_id | tinyint(3) |
+Position_x | float |
+Position_y | float |
+Position_z | float |
+Orientation | float |
+Spawntimesecs | int(10) unsigned |
+Spawndist | float |
+Currentwaypoint | mediumint(8) unsigned |
+Curhealth | int(10) unsigned |
+Curmana | int(10) unsigned |
+MovementType | tinyint(3) unsigned |
+Npcflag | int(10) unsigned |
+Unit_flags | int(10) unsigned |
+Dynamicflags | int(10) unsigned |