Areatrigger scripts SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
(Created page with "{| align="right" | __TOC__ |} {{Back-to:World}} <big>'''The `areatrigger_scripts` table'''</big> Allows for an area trigger to be scripted with SkyFire Script. <big>'''Stru...")
 
No edit summary
 
Line 48: Line 48:
This might also be 'SmartTrigger'. It will than use [[Smart_scripts SF|SmartAI]].
This might also be 'SmartTrigger'. It will than use [[Smart_scripts SF|SmartAI]].


[[Category: SkyFire World database tables]]
[[DB:World|Return to world database structure]]

Latest revision as of 01:12, 9 January 2013

Back to world database list of tables.

The `areatrigger_scripts` table

Allows for an area trigger to be scripted with SkyFire Script.

Structure

Field Type Attributes Key Null Default Extra Comment
entry mediumint(8) signed PRI NO NULL
ScriptName char(64) signed NO NULL


Description of the fields

entry

This is the trigger identifier from AreaTrigger.dbc

ScriptName

The ScriptName for when scripting it in the core. This might also be 'SmartTrigger'. It will than use SmartAI.

Return to world database structure