summaryrefslogtreecommitdiff
path: root/docs/spell_scripts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/spell_scripts.md')
-rw-r--r--docs/spell_scripts.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/spell_scripts.md b/docs/spell_scripts.md
new file mode 100644
index 0000000..6f6cf34
--- /dev/null
+++ b/docs/spell_scripts.md
@@ -0,0 +1,15 @@
+[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[spell_scripts|spell_scripts]]
+
+Column | Type | Description
+--- | --- | ---
+Id | mediumint(8) unsigned |
+EffIndex | tinyint(3) unsigned |
+Delay | int(10) unsigned |
+Command | mediumint(8) unsigned |
+Datalong | mediumint(8) unsigned |
+Datalong2 | int(10) unsigned |
+Dataint | int(11) |
+X | float |
+Y | float |
+Z | float |
+O | float |