Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Back-to:WorldAuth

The `autobroadcast` table

This table will contain the autobroadcast* entries for your server. Values like it's activity, position and Timer (*.On, *.Center, *.Timer) are defined within the worldserver.conf. They are randomly chosen based on their weight.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Commentid

realmidint(11)signedPRINO-1  

id

tinyint(3)

unsigned

PRI

NO

 

auto_increment

 

weighttinyint(3)unsigned YES1  

text

longtext

 

 

NO

NULL

 

 

Description of the fields

realmid

The `realmlist`.`id`. Defines which realm this entry belongs to. Use -1 for all realms to load this entry.

id

Unique global identifier keyidentifier key per realm. Entries with same id will override each other without warnings - this can be used to replace -1 realmid entry on a specific realm.

weight

A non-negative integer. Entries with higher weight have more chance to get picked.

text

This field will contain the The text to broadcast. Color and item/spell/quest link formating codes can be used.