Skip to content

creature_template_spells

killerwife edited this page Oct 29, 2022 · 6 revisions

Back to world database list of tables.

The creature_template_spells table

holds creature spell data, which was previously held in creature_template table. DEPRECATED: use creature_spell_list instead

General Use

TotemAI uses creature_template_spells for spell reference.

Creatures with creature_template_spells entry, which are subject to Aura Id 2 (SPELL_AURA_MOD_POSSESS) will hold these spells as actions in the Pet Action Bar.

creature_template_spells data can also give information on missing CreatureAI. However, this has to be evaltuated carefully, as creatures might hold spell data, which is either incorrect or has spells inserted which they only have available when possessed / used as pet.

Structure

Field Type Null Key Default
entry NO PRI 0
spell1 NO 0
spell2 NO 0
spell3 NO 0
spell4 NO 0
spell5 NO 0
spell6 NO 0
spell7 NO 0
spell8 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