From c0ab4d55946dc04c04fe31185d798bda50215494 Mon Sep 17 00:00:00 2001 From: Jittapan Pluemsumran Date: Fri, 27 May 2016 01:58:32 +0700 Subject: [PATCH] Documentation update on body style (LOOK_BODY2) --- doc/atcommands.txt | 4 ++++ doc/script_commands.txt | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/atcommands.txt b/doc/atcommands.txt index b81fbd887e..789795ed62 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -968,10 +968,14 @@ Changes Kafra Points by the specified amount. @hairstyle @haircolor @dye +@bodystyle 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} diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 523ff607ae..dadc0e3793 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -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 -