diff options
author | Angelmelody <Angelmelody@gmail.com> | 2015-06-14 01:07:38 +0800 |
---|---|---|
committer | Angelmelody <Angelmelody@gmail.com> | 2015-06-14 01:20:18 +0800 |
commit | d250763101e894e7b6ce17e1754b20642513492b (patch) | |
tree | ef00c846485c5ac920fb7d477a2d4768713ce7c4 /doc/script_commands.txt | |
parent | 1e4e20a5c0b1f815b96f103a9e0603689ec362ab (diff) | |
download | hercules-d250763101e894e7b6ce17e1754b20642513492b.tar.gz hercules-d250763101e894e7b6ce17e1754b20642513492b.tar.bz2 hercules-d250763101e894e7b6ce17e1754b20642513492b.tar.xz hercules-d250763101e894e7b6ce17e1754b20642513492b.zip |
Updated documentation for the look type of changelook script command
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 342934533..bbec8de41 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4511,16 +4511,19 @@ the look value). Here are the possible look types: -0 - Base sprite -1 - VAR_HEAD - Hairstyle -2 - VAR_WEAPON - Weapon -3 - VAR_HEAD_TOP - Head top -4 - VAR_HEAD_MID - Head mid -5 - VAR_HEAD_BOTTOM - Head bottom -6 - VAR_HEADPALETTE - Hair color -7 - VAR_BODYPALETTE - Clothes color -8 - VAR_SHIELD - Shield -9 - VAR_SHOES - Shoes + 0 - LOOK_BASE Base sprite + 1 - LOOK_HAIR Hairstyle + 2 - LOOK_WEAPON Weapon + 3 - LOOK_HEAD_BOTTOM Head bottom + 4 - LOOK_HEAD_TOP Head top + 5 - LOOK_HEAD_MID Head mid + 6 - LOOK_HAIR_COLOR Hair color + 7 - LOOK_CLOTHES_COLOR Clothes color + 8 - LOOK_SHIELD Shield + 9 - LOOK_SHOES Shoes + 10 - LOOK_BODY Body(N/A) + 11 - LOOK_FLOOR FLOOR(N/A) + 12 - LOOK_ROBE Robe 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 |