From a3d359e1cc4f40328f898653a5cc3b9711a522e6 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:34:28 +0100 Subject: Import all wiki page from old wiki (links to fix) --- docs/spell_scripts.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/spell_scripts.md (limited to 'docs/spell_scripts.md') 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 | -- cgit