From d7fd267447ece85cb053b0af6ef3542b96b0372f Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 29 Aug 2011 20:46:50 -0700 Subject: add pink hair color and rewrite the script --- world/map/db/const.txt | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'world/map/db') diff --git a/world/map/db/const.txt b/world/map/db/const.txt index b5f30d9a..e8ca1c31 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -142,6 +142,60 @@ equip_misc2 8 equip_torso 9 equip_legs 10 +// Appearance slots +// Using this for anything but hair is probably a mistake +LOOK_BASE 0 +LOOK_HAIR_STYLE 1 +LOOK_WEAPON 2 +LOOK_LEGS 3 +LOOK_HELMET 4 +LOOK_CHEST 5 +LOOK_HAIR_COLOR 6 +LOOK_SHIELD 8 +LOOK_SHOES 9 +LOOK_GLOVES 10 +LOOK_CAPE 11 +LOOK_MISC1 12 +LOOK_MISC2 13 + +// Hair styles +HS_Bald 0 +HS_FlatPonytail 1 +HS_BowlCut 2 +HS_CombedBack 3 +HS_Emo 4 +HS_Mohawk 5 +HS_Pompadour 6 +HS_CenterParting 7 +HS_LongAndSlick 8 +HS_ShortAndCurly 9 +HS_Pigtails 10 +HS_LongAndCurly 11 +HS_Parted 12 +HS_PerkyPonytail 13 +HS_Wave 14 +HS_Mane 15 +HS_Bun 16 +HS_ShoulderLengthFlick 17 +HS_Fizzy 18 + +// Hair colors +HC_LIGHT_BROWN 0 +HC_GREEN 1 +HC_RED 2 +HC_PURPLE 3 +HC_GRAY 4 +HC_YELLOW 5 +HC_BLUE 6 +HC_BROWN 7 +HC_LIGHT_BLUE 8 +HC_DARK_PURPLE 9 +HC_BLACK 10 +HC_PINK 11 +HC_WHITE 127 + +// Colors for dyed items +// see npc/functions/process_equip.txt cNone 11 cWhite 10 cRed 0 -- cgit v1.2.3-60-g2f50