diff options
author | Flipp <mysteriousragnarok@hotmail.com> | 2015-06-15 14:42:22 -0400 |
---|---|---|
committer | Flipp <mysteriousragnarok@hotmail.com> | 2015-06-15 14:42:22 -0400 |
commit | 42b9d5ce8a2da373cbd9efb760958f6cc84f1d2c (patch) | |
tree | 22cfffcadfedf73ae61d3019db3edf77d680325b | |
parent | 9a0b3ad4fb551028f593500698dd560f85cdda6c (diff) | |
parent | d250763101e894e7b6ce17e1754b20642513492b (diff) | |
download | hercules-42b9d5ce8a2da373cbd9efb760958f6cc84f1d2c.tar.gz hercules-42b9d5ce8a2da373cbd9efb760958f6cc84f1d2c.tar.bz2 hercules-42b9d5ce8a2da373cbd9efb760958f6cc84f1d2c.tar.xz hercules-42b9d5ce8a2da373cbd9efb760958f6cc84f1d2c.zip |
Merge pull request #555 from QQfoolsorellina/master
Updated documentation for the look type of changelook script command
-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 |