From 6e12d64f0728ddcec447ee65d7a4ac81e9d3cba7 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Wed, 6 Jan 2021 14:35:07 -0300 Subject: docs: Converting from HTML to Markdown part #3 (#331) --- docs/areatrigger_scripts.md | 61 +++++++++++++-------------------------------- 1 file changed, 17 insertions(+), 44 deletions(-) (limited to 'docs/areatrigger_scripts.md') diff --git a/docs/areatrigger_scripts.md b/docs/areatrigger_scripts.md index ab7a988..89bf584 100644 --- a/docs/areatrigger_scripts.md +++ b/docs/areatrigger_scripts.md @@ -8,50 +8,13 @@ Allows for an area trigger to be scripted with Trinity Script. **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entry

mediumint(8)

signed

PRI

NO

NULL

 

 

ScriptName

char(64)

signed

 

NO

NULL

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-----------------|--------------|------------|-----|------|---------|-------|---------| +| [entry][1] | mediumint(8) | signed | PRI | NO | NULL | | | +| [ScriptName][2] | char(64) | signed | | NO | NULL | | | + +[1]: #entry +[2]: #scriptname **Description of the fields** @@ -63,3 +26,13 @@ This is the trigger identifier from [AreaTrigger.dbc](DBC-AreaTrigger) The ScriptName for when scripting it in the core. This might also be 'SmartTrigger'. It will than use [SmartAI](smart_scripts). + +### Examples + +| entry | ScriptName | +|-------|-------------------| +| 302 | at_sentry_point | +| 962 | SmartTrigger | +| 1447 | SmartTrigger | +| 1526 | at_ring_of_law | +| 1726 | at_scent_larkorwi | -- cgit