Skip to content

creature_template_spells

AnonXS edited this page Nov 17, 2017 · 6 revisions

Back to world database list of tables.

The creature_template_spells table

holds spell data, which was previously hold in creature_template table.

General Use

TotemAI uses creature_template_spells for spell reference.

Creatures of with creature_template_spells data, which are subject to Mind Control - Spells will hold these Spells as Actions in the Mind Controlers Action Bar.

creature_template_spells data can also give information missing CreatureAI.

NOTICE: The data for this table is largely incomplete and is mostly just a regurgitation of what the client receives from the server. This article is a WIP as to what all the possible values are.

Structure

Field Type Null Key Default
entry NO PRI 0
spell1 NO 0
spell2 NO 0
spell3 NO 0
spell4 NO 0

Description of the fields

entry

creature_template.entry of the creature possessing these spells.

spell1

spell_template.id of the spell

Clone this wiki locally