Documentation update on body style (LOOK_BODY2)

This commit is contained in:
Jittapan Pluemsumran 2016-05-27 01:58:32 +07:00
parent 1640b40236
commit c0ab4d5594
No known key found for this signature in database
GPG Key ID: CE430096446F41D9
2 changed files with 7 additions and 2 deletions

View File

@ -968,10 +968,14 @@ Changes Kafra Points by the specified amount.
@hairstyle <default: 0-27>
@haircolor <default: 0-8>
@dye <default: 0-4>
@bodystyle <default: 0-1>
Changes appearance based on the given parameters.
The min/max values are set in '/conf/battle/client.conf'.
Appearance changed via @bodystyle won't save unless
'save_body_style' is enabled in '/conf/battle/client.conf'
---------------------------------------
@changelook {position} <view ID>

View File

@ -4246,14 +4246,15 @@ Here are the possible look types:
LOOK_CLOTHES_COLOR - Clothes color
LOOK_SHIELD - Shield
LOOK_SHOES - Shoes
LOOK_BODY2 - bodystyle
LOOK_BODY2 - Body style
Whatever 'shoes' means is anyone's guess, ask Gravity - the client does nothing
with this value. It still wants it from the server though, so it is kept, but
normally doesn't do a thing.
Only the look data for hairstyle, hair color and clothes color are saved to the
char server's database and will persist. The rest freely change as the character
char server's database and will persist. Body style will also persist if 'save_body_style'
configuration is enabled in '/conf/battle/client.conf'. The rest freely change as the character
puts on and removes equipment, changes maps, logs in and out and otherwise you
should not expect to set them. In fact, messing with them is generally
hazardous, do it at your own risk, it is not tested what will this actually do -