Autobroadcast SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
(Created page with "{| align="right" | __TOC__ |} Category: SkyFire World database tables {{Back-to:World}} <big>'''The `autobroadcast` table'''</big> This table will contain the autobroad...")
 
No edit summary
 
Line 2: Line 2:
| __TOC__
| __TOC__
|}
|}
[[Category: SkyFire World database tables]]
{{Back-to:World}}
{{Back-to:World}}


Line 51: Line 50:


This field will contain the text to broadcast
This field will contain the text to broadcast
[[DB:World|Return to world database structure]]

Latest revision as of 01:14, 9 January 2013

Back to world database list of tables.


The `autobroadcast` table

This table will contain the autobroadcast entries for your server. Can be enabled/disabled in worldserver.conf.


Structure

Field Type Attributes Key Null Default Extra Comment
id int(11) signed PRI NO auto_increment
text longtext NO


Description of the fields

id

Unique global identifier key

text

This field will contain the text to broadcast

Return to world database structure