diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-07-22 13:36:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 19:36:46 +0200 |
| commit | 55c623c547ea0354209b33faa184a71a3cdda102 (patch) | |
| tree | e2d7391046ec010408f2cfd483c6eaf084c000e8 /docs/characters.md | |
| parent | bc2da3cf8168b2de7f5efa1699e92a90ef80626a (diff) | |
| download | wiki-55c623c547ea0354209b33faa184a71a3cdda102.tar.gz wiki-55c623c547ea0354209b33faa184a71a3cdda102.tar.bz2 wiki-55c623c547ea0354209b33faa184a71a3cdda102.zip | |
docs: Update db-characters-en (#606)
Diffstat (limited to 'docs/characters.md')
| -rw-r--r-- | docs/characters.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/characters.md b/docs/characters.md index 9370541..47cff28 100644 --- a/docs/characters.md +++ b/docs/characters.md @@ -6,7 +6,7 @@ This table holds vital static information for each character. It is used to create the player objects in-game. -## Structure +**Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | | -------------------------- | ------------ | ---------- | --- | ---- | ----------------- | ------ | ------------------------ | @@ -280,7 +280,6 @@ A bitmask that represents what Player flags the player has. Each bit controls a | 16777216 | 0x01000000 | PLAYER_FLAGS_UNK25 | disabled all melee ability on tab include autoattack | | 33554432 | 0x02000000 | PLAYER_FLAGS_NO_XP_GAIN | | - ### position\_x The x position of the character's location. @@ -573,4 +572,4 @@ Stores the name of character if the character is deleted and CharDelete.Method i ### deleteDate -Stores the date when the character was deleted and CharDelete.Method in worldserver.conf.dist is set to 1. Will be checked by worldserver against CharDelete.KeepDays in worldserver.conf.dist. If this value is lower than deleteDate + CharDelete.KeepDays the character will be purged.
\ No newline at end of file +Stores the date when the character was deleted and CharDelete.Method in worldserver.conf.dist is set to 1. Will be checked by worldserver against CharDelete.KeepDays in worldserver.conf.dist. If this value is lower than deleteDate + CharDelete.KeepDays the character will be purged. |
