From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/script_waypoint.md | 145 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 134 insertions(+), 11 deletions(-) (limited to 'docs/script_waypoint.md') diff --git a/docs/script_waypoint.md b/docs/script_waypoint.md index c70892c..a35e7ba 100644 --- a/docs/script_waypoint.md +++ b/docs/script_waypoint.md @@ -1,11 +1,134 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [script_waypoint](script_waypoint) - -Column | Type | Description ---- | --- | --- -Entry | mediumint(8) unsigned | -Pointid | mediumint(8) unsigned | -Location_x | float | -Location_y | float | -Location_z | float | -Waittime | int(10) unsigned | -Point_comment | text | +# script\_waypoint + +`Back-to:World` + +**The \`script\_waypoint\` table** + +`table-no-description` + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entry

mediumint(8)

unsigned

PRI

NO

0

 

creature_template entry

point_id

mediumint(8)

unsigned

PRI

NO

0

 

 

location_x

float

signed

 

NO

0

 

 

location_y

float

signed

 

NO

0

 

 

location_z

float

signed

 

NO

0

 

 

waittime

int(10)

unsigned

 

NO

0

 

 

point_comment

text

signed

 

YES

NULL

 

waittime in millisecs

+ +**Description of the fields** + +### entry + +`field-no-description|1` + +### pointid + +`field-no-description|2` + +### location\_x + +`field-no-description|3` + +### location\_y + +`field-no-description|4` + +### location\_z + +`field-no-description|5` + +### waittime + +`field-no-description|6` + +### point\_comment + +`field-no-description|7` -- cgit