Skip to content
Schmoozerd edited this page Apr 17, 2013 · 1 revision

Back to world database list of tables.

The `scriped_event_id` table

This table links event id’s to C++ scripts.

Structure

Field Type NULL Key Default Comments
entry mediumint (8) NO PRI Identifier
ScriptName CHAR (64) NO Script Identifier

Description of the fields

entry

This is the event id identifier

ScriptName

The name of the script that this event uses, if any. This ties a script from a scripting engine to this trigger.

Clone this wiki locally