From b93817e01a3e8142c80c4d315023f2d47e2fec71 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 14:38:21 -0300 Subject: docs: Converting from HTML to Markdown part #5 (#334) --- docs/spawn_group_template.md | 57 +++++++------------------------------------- 1 file changed, 9 insertions(+), 48 deletions(-) (limited to 'docs/spawn_group_template.md') diff --git a/docs/spawn_group_template.md b/docs/spawn_group_template.md index 349900c..79c7762 100644 --- a/docs/spawn_group_template.md +++ b/docs/spawn_group_template.md @@ -8,52 +8,15 @@ This table contains Spawn Group names and flags. **Structure** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

roupId

int(10)

unsigned

PRI

NO

NULL

 

 

roupName

varchar(100)


-


-

NO

NULL

 

 

roupFlags

int(10)

unsigned

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|----------------|--------------|------------|-----|------|---------|-------|---------| +| [roupId][1] | int(10) | unsigned | PRI | NO | NULL | | | +| [roupName][2] | varchar(100) | | | NO | NULL | | | +| [roupFlags][3] | int(10) | unsigned | | NO | 0 | | | + +[1]: #roupid +[2]: #roupname +[3]: #roupflags **Description of the fields** @@ -77,5 +40,3 @@ These are the flags that will apply to the group. | SPAWNGROUP\_FLAG\_MANUAL\_SPAWN | 0x04 | This group will not be spawned by core by default. Scripts can manually spawn/despawn these groups on demand. | | SPAWNGROUP\_FLAG\_DYNAMIC\_SPAWN\_RATE | 0x08 | This group will have dynamic spawn rates applied (by default quest interested creatures/gos and gather nodes use this) | | SPAWNGROUP\_FLAG\_ESCORTQUESTNPC | 0x10 | This group contains Escort quest NPCs. This further enhances Dynamic spawn to begin respawn time at the point a quest is taken and the escort begins | - - -- cgit