NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'ai_playerbot_names' table for MaNGOSZero
This table stores a list of playbot names from which a selection are randomly chosen.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
name_id | mediumint(8) | NO | PRI | NULL | 'auto_increment' | |
name | varchar(13) | NO | UNI | {Blank String} | ||
gender | tinyint(3) unsigned | NO | NULL | The Gender of the bot | ||
race | smallint(5) unsigned | NO | NULL | The Race of the bot | ||
class | smallint(5) unsigned | NO | NULL | |||
purpose | int(11) unsigned | NO | NULL | |||
priority | bit(1) | NO | NULL | |||
in_use | bit(1) | NO | NULL |
Description of the fields
name_id mediumint(8)
name varchar(13)
gender tinyint(3) unsigned
Value | Gender |
---|---|
0 | Male |
1 | Female |
race smallint(5) unsigned
Index | Value | Race Name |
---|---|---|
1 | 1 | Human |
2 | 2 | Orc |
3 | 4 | Dwarf |
4 | 8 | Night Elf |
5 | 16 | Undead |
6 | 32 | Tauren |
7 | 64 | Gnome |
8 | 128 | Troll |
class smallint(5) unsigned
purpose int(11) unsigned
priority bit(1)
in_use bit(1)
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now