AppearanceHuman.lua 93 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733
  1. --[[
  2. Script Name : SpawnScripts/Generic/AppearanceHuman.lua
  3. Script Author : Rylec
  4. Script Date : 2022.03.24 03:03:13
  5. Script Purpose :
  6. :
  7. --]]
  8. local hairTable = 0
  9. -- local BeardChance = 0
  10. -- local HumanAppearance_Type = 0
  11. function humanAppearance(NPC)
  12. humanData(NPC)
  13. humanHairStyle(NPC)
  14. humanBeardStyle(NPC)
  15. end
  16. function humanHairStyle(NPC)
  17. if GetGender(NPC) == 1 then
  18. local hairTable = {'1123', '1125', '1126', '1127', '1129', '1130', '1133', '1134', '1135', '1136'}
  19. else
  20. local hairTable = {'1115', '1116', '1123', '1125', '1126', '1129', '1130', '1133', '1134', '1135', '1136', '1140'}
  21. end
  22. SpawnSet(NPC, "hair_type", hairTable[MakeRandomInt(#hairTable)])
  23. SpawnSet(NPC, "soga_hair_type", hairTable[MakeRandomInt(#hairTable)])
  24. end
  25. function humanBeardStyle(NPC)
  26. local beardChance = MakeRandomInt(1,100)
  27. local beardTable = {'1167', '1168', '1171', '1184', '1185', '1187', '1188', '1190'}
  28. if beardChance <= 50 then
  29. SpawnSet(NPC, "facial_hair_type", beardTable[MakeRandomInt(#beardTable)])
  30. SpawnSet(NPC, "soga_facial_hair_type", beardTable[MakeRandomInt(#beardTable)])
  31. end
  32. end
  33. function humanData(NPC)
  34. local HumanAppearance_Type = MakeRandomInt(1,40)
  35. if HumanAppearance_Type == 1 then
  36. SpawnSet(NPC, "skin_color", "241 232 234")
  37. SpawnSet(NPC, "soga_skin_color", "241 232 234")
  38. SpawnSet(NPC, "eye_color", "61 120 89")
  39. SpawnSet(NPC, "soga_eye_color", "61 120 89")
  40. SpawnSet(NPC, "hair_type_color", "0 0 0")
  41. SpawnSet(NPC, "soga_hair_type_color", "0 0 0")
  42. SpawnSet(NPC, "hair_face_color", "0 0 0")
  43. SpawnSet(NPC, "soga_hair_face_color", "0 0 0")
  44. SpawnSet(NPC, "hair_type_highlight_color", "35 24 1")
  45. SpawnSet(NPC, "soga_hair_type_highlight_color", "35 24 1")
  46. SpawnSet(NPC, "hair_face_highlight_color", "35 24 1")
  47. SpawnSet(NPC, "soga_hair_face_highlight_color", "35 24 1")
  48. SpawnSet(NPC, "hair_color1", "38 22 21")
  49. SpawnSet(NPC, "soga_hair_color1", "38 22 21")
  50. SpawnSet(NPC, "hair_color2", "120 50 0")
  51. SpawnSet(NPC, "soga_hair_color2", "120 50 0")
  52. SpawnSet(NPC, "hair_highlight", "79 28 15")
  53. SpawnSet(NPC, "soga_hair_highlight", "79 28 15")
  54. SpawnSet(NPC, "model_color", "229 229 102")
  55. SpawnSet(NPC, "soga_model_color", "229 229 102")
  56. SpawnSet(NPC, "eye_type", "-42 0 0")
  57. SpawnSet(NPC, "soga_eye_type", "-42 0 0")
  58. SpawnSet(NPC, "ear_type", "-63 29 0")
  59. SpawnSet(NPC, "soga_ear_type", "-63 29 0")
  60. SpawnSet(NPC, "eye_brow_type", "-57 83 29")
  61. SpawnSet(NPC, "soga_eye_brow_type", "-57 83 29")
  62. SpawnSet(NPC, "cheek_type", "21 14 0")
  63. SpawnSet(NPC, "soga_cheek_type", "21 14 0")
  64. SpawnSet(NPC, "lip_type", "95 -77 -50")
  65. SpawnSet(NPC, "soga_lip_type", "95 -77 -50")
  66. SpawnSet(NPC, "chin_type", "36 81 68")
  67. SpawnSet(NPC, "soga_chin_type", "36 81 68")
  68. SpawnSet(NPC, "nose_type", "65 68 -48")
  69. SpawnSet(NPC, "soga_nose_type", "65 68 -48")
  70. elseif HumanAppearance_Type == 2 then
  71. SpawnSet(NPC, "skin_color", "134 109 66")
  72. SpawnSet(NPC, "soga_skin_color", "134 109 66")
  73. SpawnSet(NPC, "eye_color", "116 172 190")
  74. SpawnSet(NPC, "soga_eye_color", "116 172 190")
  75. SpawnSet(NPC, "hair_type_color", "0 0 0")
  76. SpawnSet(NPC, "soga_hair_type_color", "0 0 0")
  77. SpawnSet(NPC, "hair_face_color", "0 0 0")
  78. SpawnSet(NPC, "soga_hair_face_color", "0 0 0")
  79. SpawnSet(NPC, "hair_type_highlight_color", "193 100 45")
  80. SpawnSet(NPC, "soga_hair_type_highlight_color", "193 100 45")
  81. SpawnSet(NPC, "hair_face_highlight_color", "193 100 45")
  82. SpawnSet(NPC, "soga_hair_face_highlight_color", "193 100 45")
  83. SpawnSet(NPC, "hair_color1", "38 22 21")
  84. SpawnSet(NPC, "soga_hair_color1", "38 22 21")
  85. SpawnSet(NPC, "hair_color2", "120 50 0")
  86. SpawnSet(NPC, "soga_hair_color2", "120 50 0")
  87. SpawnSet(NPC, "hair_highlight", "105 26 26")
  88. SpawnSet(NPC, "soga_hair_highlight", "105 26 26")
  89. SpawnSet(NPC, "model_color", "229 229 102")
  90. SpawnSet(NPC, "soga_model_color", "229 229 102")
  91. SpawnSet(NPC, "eye_type", "95 0 0")
  92. SpawnSet(NPC, "soga_eye_type", "95 0 0")
  93. SpawnSet(NPC, "ear_type", "-87 -74 0")
  94. SpawnSet(NPC, "soga_ear_type", "-87 -74 0")
  95. SpawnSet(NPC, "eye_brow_type", "97 -34 -4")
  96. SpawnSet(NPC, "soga_eye_brow_type", "97 -34 -4")
  97. SpawnSet(NPC, "cheek_type", "42 98 0")
  98. SpawnSet(NPC, "soga_cheek_type", "42 98 0")
  99. SpawnSet(NPC, "lip_type", "-22 18 -96")
  100. SpawnSet(NPC, "soga_lip_type", "-22 18 -96")
  101. SpawnSet(NPC, "chin_type", "-47 2 78")
  102. SpawnSet(NPC, "soga_chin_type", "-47 2 78")
  103. SpawnSet(NPC, "nose_type", "72 -42 56")
  104. SpawnSet(NPC, "soga_nose_type", "72 -42 56")
  105. elseif HumanAppearance_Type == 3 then
  106. SpawnSet(NPC, "skin_color", "202 194 179")
  107. SpawnSet(NPC, "soga_skin_color", "202 194 179")
  108. SpawnSet(NPC, "eye_color", "116 172 190")
  109. SpawnSet(NPC, "soga_eye_color", "116 172 190")
  110. SpawnSet(NPC, "hair_type_color", "2 0 0")
  111. SpawnSet(NPC, "soga_hair_type_color", "2 0 0")
  112. SpawnSet(NPC, "hair_face_color", "2 0 0")
  113. SpawnSet(NPC, "soga_hair_face_color", "2 0 0")
  114. SpawnSet(NPC, "hair_type_highlight_color", "233 184 31")
  115. SpawnSet(NPC, "soga_hair_type_highlight_color", "233 184 31")
  116. SpawnSet(NPC, "hair_face_highlight_color", "233 184 31")
  117. SpawnSet(NPC, "soga_hair_face_highlight_color", "233 184 31")
  118. SpawnSet(NPC, "hair_color1", "38 22 21")
  119. SpawnSet(NPC, "soga_hair_color1", "38 22 21")
  120. SpawnSet(NPC, "hair_color2", "120 50 0")
  121. SpawnSet(NPC, "soga_hair_color2", "120 50 0")
  122. SpawnSet(NPC, "hair_highlight", "246 219 114")
  123. SpawnSet(NPC, "soga_hair_highlight", "246 219 114")
  124. SpawnSet(NPC, "model_color", "229 229 102")
  125. SpawnSet(NPC, "soga_model_color", "229 229 102")
  126. SpawnSet(NPC, "eye_type", "97 0 0")
  127. SpawnSet(NPC, "soga_eye_type", "97 0 0")
  128. SpawnSet(NPC, "ear_type", "-2 72 0")
  129. SpawnSet(NPC, "soga_ear_type", "-2 72 0")
  130. SpawnSet(NPC, "eye_brow_type", "93 -11 -52")
  131. SpawnSet(NPC, "soga_eye_brow_type", "93 -11 -52")
  132. SpawnSet(NPC, "cheek_type", "12 53 0")
  133. SpawnSet(NPC, "soga_cheek_type", "12 53 0")
  134. SpawnSet(NPC, "lip_type", "44 -53 -50")
  135. SpawnSet(NPC, "soga_lip_type", "44 -53 -50")
  136. SpawnSet(NPC, "chin_type", "41 -14 4")
  137. SpawnSet(NPC, "soga_chin_type", "41 -14 4")
  138. SpawnSet(NPC, "nose_type", "-55 -88 -62")
  139. SpawnSet(NPC, "soga_nose_type", "-55 -88 -62")
  140. elseif HumanAppearance_Type == 4 then
  141. SpawnSet(NPC, "skin_color", "234 195 198")
  142. SpawnSet(NPC, "soga_skin_color", "234 195 198")
  143. SpawnSet(NPC, "eye_color", "102 74 34")
  144. SpawnSet(NPC, "soga_eye_color", "102 74 34")
  145. SpawnSet(NPC, "hair_type_color", "5 2 2")
  146. SpawnSet(NPC, "soga_hair_type_color", "5 2 2")
  147. SpawnSet(NPC, "hair_face_color", "5 2 2")
  148. SpawnSet(NPC, "soga_hair_face_color", "5 2 2")
  149. SpawnSet(NPC, "hair_type_highlight_color", "228 172 24")
  150. SpawnSet(NPC, "soga_hair_type_highlight_color", "228 172 24")
  151. SpawnSet(NPC, "hair_face_highlight_color", "228 172 24")
  152. SpawnSet(NPC, "soga_hair_face_highlight_color", "228 172 24")
  153. SpawnSet(NPC, "hair_color1", "38 22 21")
  154. SpawnSet(NPC, "soga_hair_color1", "38 22 21")
  155. SpawnSet(NPC, "hair_color2", "120 50 0")
  156. SpawnSet(NPC, "soga_hair_color2", "120 50 0")
  157. SpawnSet(NPC, "hair_highlight", "200 165 96")
  158. SpawnSet(NPC, "soga_hair_highlight", "200 165 96")
  159. SpawnSet(NPC, "model_color", "229 229 102")
  160. SpawnSet(NPC, "soga_model_color", "229 229 102")
  161. SpawnSet(NPC, "eye_type", "44 0 0")
  162. SpawnSet(NPC, "soga_eye_type", "44 0 0")
  163. SpawnSet(NPC, "ear_type", "14 -59 0")
  164. SpawnSet(NPC, "soga_ear_type", "14 -59 0")
  165. SpawnSet(NPC, "eye_brow_type", "58 -28 -48")
  166. SpawnSet(NPC, "soga_eye_brow_type", "58 -28 -48")
  167. SpawnSet(NPC, "cheek_type", "-81 -26 0")
  168. SpawnSet(NPC, "soga_cheek_type", "-81 -26 0")
  169. SpawnSet(NPC, "lip_type", "42 -89 0")
  170. SpawnSet(NPC, "soga_lip_type", "42 -89 0")
  171. SpawnSet(NPC, "chin_type", "18 -39 76")
  172. SpawnSet(NPC, "soga_chin_type", "18 -39 76")
  173. SpawnSet(NPC, "nose_type", "91 4 -29")
  174. SpawnSet(NPC, "soga_nose_type", "91 4 -29")
  175. elseif HumanAppearance_Type == 5 then
  176. SpawnSet(NPC, "skin_color", "231 193 194")
  177. SpawnSet(NPC, "soga_skin_color", "231 193 194")
  178. SpawnSet(NPC, "eye_color", "33 64 50")
  179. SpawnSet(NPC, "soga_eye_color", "33 64 50")
  180. SpawnSet(NPC, "hair_type_color", "15 1 21")
  181. SpawnSet(NPC, "soga_hair_type_color", "15 1 21")
  182. SpawnSet(NPC, "hair_face_color", "15 1 21")
  183. SpawnSet(NPC, "soga_hair_face_color", "15 1 21")
  184. SpawnSet(NPC, "hair_type_highlight_color", "0 0 0")
  185. SpawnSet(NPC, "soga_hair_type_highlight_color", "0 0 0")
  186. SpawnSet(NPC, "hair_face_highlight_color", "0 0 0")
  187. SpawnSet(NPC, "soga_hair_face_highlight_color", "0 0 0")
  188. SpawnSet(NPC, "hair_color1", "29 21 28")
  189. SpawnSet(NPC, "soga_hair_color1", "29 21 28")
  190. SpawnSet(NPC, "hair_color2", "39 32 39")
  191. SpawnSet(NPC, "soga_hair_color2", "39 32 39")
  192. SpawnSet(NPC, "hair_highlight", "38 22 21")
  193. SpawnSet(NPC, "soga_hair_highlight", "38 22 21")
  194. SpawnSet(NPC, "model_color", "229 229 102")
  195. SpawnSet(NPC, "soga_model_color", "229 229 102")
  196. SpawnSet(NPC, "eye_type", "-9 0 0")
  197. SpawnSet(NPC, "soga_eye_type", "-9 0 0")
  198. SpawnSet(NPC, "ear_type", "-33 72 0")
  199. SpawnSet(NPC, "soga_ear_type", "-33 72 0")
  200. SpawnSet(NPC, "eye_brow_type", "95 52 36")
  201. SpawnSet(NPC, "soga_eye_brow_type", "95 52 36")
  202. SpawnSet(NPC, "cheek_type", "-82 16 0")
  203. SpawnSet(NPC, "soga_cheek_type", "-82 16 0")
  204. SpawnSet(NPC, "lip_type", "-91 -14 -19")
  205. SpawnSet(NPC, "soga_lip_type", "-91 -14 -19")
  206. SpawnSet(NPC, "chin_type", "58 31 -81")
  207. SpawnSet(NPC, "soga_chin_type", "58 31 -81")
  208. SpawnSet(NPC, "nose_type", "-44 12 -42")
  209. SpawnSet(NPC, "soga_nose_type", "-44 12 -42")
  210. elseif HumanAppearance_Type == 6 then
  211. SpawnSet(NPC, "skin_color", "245 250 250")
  212. SpawnSet(NPC, "soga_skin_color", "245 250 250")
  213. SpawnSet(NPC, "eye_color", "119 175 191")
  214. SpawnSet(NPC, "soga_eye_color", "119 175 191")
  215. SpawnSet(NPC, "hair_type_color", "15 1 21")
  216. SpawnSet(NPC, "soga_hair_type_color", "15 1 21")
  217. SpawnSet(NPC, "hair_face_color", "15 1 21")
  218. SpawnSet(NPC, "soga_hair_face_color", "15 1 21")
  219. SpawnSet(NPC, "hair_type_highlight_color", "47 14 19")
  220. SpawnSet(NPC, "soga_hair_type_highlight_color", "47 14 19")
  221. SpawnSet(NPC, "hair_face_highlight_color", "47 14 19")
  222. SpawnSet(NPC, "soga_hair_face_highlight_color", "47 14 19")
  223. SpawnSet(NPC, "hair_color1", "29 21 28")
  224. SpawnSet(NPC, "soga_hair_color1", "29 21 28")
  225. SpawnSet(NPC, "hair_color2", "39 32 39")
  226. SpawnSet(NPC, "soga_hair_color2", "39 32 39")
  227. SpawnSet(NPC, "hair_highlight", "54 45 28")
  228. SpawnSet(NPC, "soga_hair_highlight", "54 45 28")
  229. SpawnSet(NPC, "model_color", "229 229 102")
  230. SpawnSet(NPC, "soga_model_color", "229 229 102")
  231. SpawnSet(NPC, "eye_type", "76 0 0")
  232. SpawnSet(NPC, "soga_eye_type", "76 0 0")
  233. SpawnSet(NPC, "ear_type", "-9 -98 0")
  234. SpawnSet(NPC, "soga_ear_type", "-9 -98 0")
  235. SpawnSet(NPC, "eye_brow_type", "-91 -53 -25")
  236. SpawnSet(NPC, "soga_eye_brow_type", "-91 -53 -25")
  237. SpawnSet(NPC, "cheek_type", "45 -1 0")
  238. SpawnSet(NPC, "soga_cheek_type", "45 -1 0")
  239. SpawnSet(NPC, "lip_type", "-1 33 -22")
  240. SpawnSet(NPC, "soga_lip_type", "-1 33 -22")
  241. SpawnSet(NPC, "chin_type", "91 -12 1")
  242. SpawnSet(NPC, "soga_chin_type", "91 -12 1")
  243. SpawnSet(NPC, "nose_type", "91 53 -35")
  244. SpawnSet(NPC, "soga_nose_type", "91 53 -35")
  245. elseif HumanAppearance_Type == 7 then
  246. SpawnSet(NPC, "skin_color", "179 188 188")
  247. SpawnSet(NPC, "soga_skin_color", "179 188 188")
  248. SpawnSet(NPC, "eye_color", "105 165 179")
  249. SpawnSet(NPC, "soga_eye_color", "105 165 179")
  250. SpawnSet(NPC, "hair_type_color", "15 1 21")
  251. SpawnSet(NPC, "soga_hair_type_color", "15 1 21")
  252. SpawnSet(NPC, "hair_face_color", "15 1 21")
  253. SpawnSet(NPC, "soga_hair_face_color", "15 1 21")
  254. SpawnSet(NPC, "hair_type_highlight_color", "211 220 220")
  255. SpawnSet(NPC, "soga_hair_type_highlight_color", "211 220 220")
  256. SpawnSet(NPC, "hair_face_highlight_color", "211 220 220")
  257. SpawnSet(NPC, "soga_hair_face_highlight_color", "211 220 220")
  258. SpawnSet(NPC, "hair_color1", "29 21 28")
  259. SpawnSet(NPC, "soga_hair_color1", "29 21 28")
  260. SpawnSet(NPC, "hair_color2", "39 32 39")
  261. SpawnSet(NPC, "soga_hair_color2", "39 32 39")
  262. SpawnSet(NPC, "hair_highlight", "161 165 168")
  263. SpawnSet(NPC, "soga_hair_highlight", "161 165 168")
  264. SpawnSet(NPC, "model_color", "229 229 102")
  265. SpawnSet(NPC, "soga_model_color", "229 229 102")
  266. SpawnSet(NPC, "eye_type", "35 0 0")
  267. SpawnSet(NPC, "soga_eye_type", "35 0 0")
  268. SpawnSet(NPC, "ear_type", "68 -81 0")
  269. SpawnSet(NPC, "soga_ear_type", "68 -81 0")
  270. SpawnSet(NPC, "eye_brow_type", "-18 9 -39")
  271. SpawnSet(NPC, "soga_eye_brow_type", "-18 9 -39")
  272. SpawnSet(NPC, "cheek_type", "29 2 0")
  273. SpawnSet(NPC, "soga_cheek_type", "29 2 0")
  274. SpawnSet(NPC, "lip_type", "-29 63 8")
  275. SpawnSet(NPC, "soga_lip_type", "-29 63 8")
  276. SpawnSet(NPC, "chin_type", "72 -81 -58")
  277. SpawnSet(NPC, "soga_chin_type", "72 -81 -58")
  278. SpawnSet(NPC, "nose_type", "45 -79 -91")
  279. SpawnSet(NPC, "soga_nose_type", "45 -79 -91")
  280. elseif HumanAppearance_Type == 8 then
  281. SpawnSet(NPC, "skin_color", "211 199 150")
  282. SpawnSet(NPC, "soga_skin_color", "211 199 150")
  283. SpawnSet(NPC, "eye_color", "57 120 128")
  284. SpawnSet(NPC, "soga_eye_color", "57 120 128")
  285. SpawnSet(NPC, "hair_type_color", "15 1 21")
  286. SpawnSet(NPC, "soga_hair_type_color", "15 1 21")
  287. SpawnSet(NPC, "hair_face_color", "15 1 21")
  288. SpawnSet(NPC, "soga_hair_face_color", "15 1 21")
  289. SpawnSet(NPC, "hair_type_highlight_color", "244 246 246")
  290. SpawnSet(NPC, "soga_hair_type_highlight_color", "244 246 246")
  291. SpawnSet(NPC, "hair_face_highlight_color", "244 246 246")
  292. SpawnSet(NPC, "soga_hair_face_highlight_color", "244 246 246")
  293. SpawnSet(NPC, "hair_color1", "29 21 28")
  294. SpawnSet(NPC, "soga_hair_color1", "29 21 28")
  295. SpawnSet(NPC, "hair_color2", "39 32 39")
  296. SpawnSet(NPC, "soga_hair_color2", "39 32 39")
  297. SpawnSet(NPC, "hair_highlight", "161 165 168")
  298. SpawnSet(NPC, "soga_hair_highlight", "161 165 168")
  299. SpawnSet(NPC, "model_color", "229 229 102")
  300. SpawnSet(NPC, "soga_model_color", "229 229 102")
  301. SpawnSet(NPC, "eye_type", "-71 0 0")
  302. SpawnSet(NPC, "soga_eye_type", "-71 0 0")
  303. SpawnSet(NPC, "ear_type", "59 72 0")
  304. SpawnSet(NPC, "soga_ear_type", "59 72 0")
  305. SpawnSet(NPC, "eye_brow_type", "-68 -19 37")
  306. SpawnSet(NPC, "soga_eye_brow_type", "-68 -19 37")
  307. SpawnSet(NPC, "cheek_type", "-3 -57 0")
  308. SpawnSet(NPC, "soga_cheek_type", "-3 -57 0")
  309. SpawnSet(NPC, "lip_type", "78 -57 -61")
  310. SpawnSet(NPC, "soga_lip_type", "78 -57 -61")
  311. SpawnSet(NPC, "chin_type", "-69 68 4")
  312. SpawnSet(NPC, "soga_chin_type", "-69 68 4")
  313. SpawnSet(NPC, "nose_type", "83 -93 45")
  314. SpawnSet(NPC, "soga_nose_type", "83 -93 45")
  315. elseif HumanAppearance_Type == 9 then
  316. SpawnSet(NPC, "skin_color", "46 33 34")
  317. SpawnSet(NPC, "soga_skin_color", "46 33 34")
  318. SpawnSet(NPC, "eye_color", "57 118 133")
  319. SpawnSet(NPC, "soga_eye_color", "57 118 133")
  320. SpawnSet(NPC, "hair_type_color", "17 3 23")
  321. SpawnSet(NPC, "soga_hair_type_color", "17 3 23")
  322. SpawnSet(NPC, "hair_face_color", "17 3 23")
  323. SpawnSet(NPC, "soga_hair_face_color", "17 3 23")
  324. SpawnSet(NPC, "hair_type_highlight_color", "168 59 22")
  325. SpawnSet(NPC, "soga_hair_type_highlight_color", "168 59 22")
  326. SpawnSet(NPC, "hair_face_highlight_color", "168 59 22")
  327. SpawnSet(NPC, "soga_hair_face_highlight_color", "168 59 22")
  328. SpawnSet(NPC, "hair_color1", "29 21 28")
  329. SpawnSet(NPC, "soga_hair_color1", "29 21 28")
  330. SpawnSet(NPC, "hair_color2", "39 32 39")
  331. SpawnSet(NPC, "soga_hair_color2", "39 32 39")
  332. SpawnSet(NPC, "hair_highlight", "89 21 21")
  333. SpawnSet(NPC, "soga_hair_highlight", "89 21 21")
  334. SpawnSet(NPC, "model_color", "229 229 102")
  335. SpawnSet(NPC, "soga_model_color", "229 229 102")
  336. SpawnSet(NPC, "eye_type", "70 0 0")
  337. SpawnSet(NPC, "soga_eye_type", "70 0 0")
  338. SpawnSet(NPC, "ear_type", "53 -55 0")
  339. SpawnSet(NPC, "soga_ear_type", "53 -55 0")
  340. SpawnSet(NPC, "eye_brow_type", "-72 -17 97")
  341. SpawnSet(NPC, "soga_eye_brow_type", "-72 -17 97")
  342. SpawnSet(NPC, "cheek_type", "79 -26 0")
  343. SpawnSet(NPC, "soga_cheek_type", "79 -26 0")
  344. SpawnSet(NPC, "lip_type", "-53 97 -22")
  345. SpawnSet(NPC, "soga_lip_type", "-53 97 -22")
  346. SpawnSet(NPC, "chin_type", "-9 61 65")
  347. SpawnSet(NPC, "soga_chin_type", "-9 61 65")
  348. SpawnSet(NPC, "nose_type", "-42 14 63")
  349. SpawnSet(NPC, "soga_nose_type", "-42 14 63")
  350. elseif HumanAppearance_Type == 10 then
  351. SpawnSet(NPC, "skin_color", "233 222 178")
  352. SpawnSet(NPC, "soga_skin_color", "233 222 178")
  353. SpawnSet(NPC, "eye_color", "139 121 65")
  354. SpawnSet(NPC, "soga_eye_color", "139 121 65")
  355. SpawnSet(NPC, "hair_type_color", "19 6 26")
  356. SpawnSet(NPC, "soga_hair_type_color", "19 6 26")
  357. SpawnSet(NPC, "hair_face_color", "19 6 26")
  358. SpawnSet(NPC, "soga_hair_face_color", "19 6 26")
  359. SpawnSet(NPC, "hair_type_highlight_color", "35 24 1")
  360. SpawnSet(NPC, "soga_hair_type_highlight_color", "35 24 1")
  361. SpawnSet(NPC, "hair_face_highlight_color", "35 24 1")
  362. SpawnSet(NPC, "soga_hair_face_highlight_color", "35 24 1")
  363. SpawnSet(NPC, "hair_color1", "29 21 28")
  364. SpawnSet(NPC, "soga_hair_color1", "29 21 28")
  365. SpawnSet(NPC, "hair_color2", "39 32 39")
  366. SpawnSet(NPC, "soga_hair_color2", "39 32 39")
  367. SpawnSet(NPC, "hair_highlight", "79 28 15")
  368. SpawnSet(NPC, "soga_hair_highlight", "79 28 15")
  369. SpawnSet(NPC, "model_color", "229 229 102")
  370. SpawnSet(NPC, "soga_model_color", "229 229 102")
  371. SpawnSet(NPC, "eye_type", "41 0 0")
  372. SpawnSet(NPC, "soga_eye_type", "41 0 0")
  373. SpawnSet(NPC, "ear_type", "63 -7 0")
  374. SpawnSet(NPC, "soga_ear_type", "63 -7 0")
  375. SpawnSet(NPC, "eye_brow_type", "38 79 -89")
  376. SpawnSet(NPC, "soga_eye_brow_type", "38 79 -89")
  377. SpawnSet(NPC, "cheek_type", "26 42 0")
  378. SpawnSet(NPC, "soga_cheek_type", "26 42 0")
  379. SpawnSet(NPC, "lip_type", "-72 62 -12")
  380. SpawnSet(NPC, "soga_lip_type", "-72 62 -12")
  381. SpawnSet(NPC, "chin_type", "44 -82 -52")
  382. SpawnSet(NPC, "soga_chin_type", "44 -82 -52")
  383. SpawnSet(NPC, "nose_type", "97 4 -45")
  384. SpawnSet(NPC, "soga_nose_type", "97 4 -45")
  385. elseif HumanAppearance_Type == 11 then
  386. SpawnSet(NPC, "skin_color", "47 38 39")
  387. SpawnSet(NPC, "soga_skin_color", "47 38 39")
  388. SpawnSet(NPC, "eye_color", "108 145 107")
  389. SpawnSet(NPC, "soga_eye_color", "108 145 107")
  390. SpawnSet(NPC, "hair_type_color", "35 24 1")
  391. SpawnSet(NPC, "soga_hair_type_color", "35 24 1")
  392. SpawnSet(NPC, "hair_face_color", "35 24 1")
  393. SpawnSet(NPC, "soga_hair_face_color", "35 24 1")
  394. SpawnSet(NPC, "hair_type_highlight_color", "43 13 17")
  395. SpawnSet(NPC, "soga_hair_type_highlight_color", "43 13 17")
  396. SpawnSet(NPC, "hair_face_highlight_color", "43 13 17")
  397. SpawnSet(NPC, "soga_hair_face_highlight_color", "43 13 17")
  398. SpawnSet(NPC, "hair_color1", "79 28 15")
  399. SpawnSet(NPC, "soga_hair_color1", "79 28 15")
  400. SpawnSet(NPC, "hair_color2", "111 64 0")
  401. SpawnSet(NPC, "soga_hair_color2", "111 64 0")
  402. SpawnSet(NPC, "hair_highlight", "54 45 28")
  403. SpawnSet(NPC, "soga_hair_highlight", "54 45 28")
  404. SpawnSet(NPC, "model_color", "229 229 102")
  405. SpawnSet(NPC, "soga_model_color", "229 229 102")
  406. SpawnSet(NPC, "eye_type", "22 0 0")
  407. SpawnSet(NPC, "soga_eye_type", "22 0 0")
  408. SpawnSet(NPC, "ear_type", "-64 -2 0")
  409. SpawnSet(NPC, "soga_ear_type", "-64 -2 0")
  410. SpawnSet(NPC, "eye_brow_type", "-9 -65 41")
  411. SpawnSet(NPC, "soga_eye_brow_type", "-9 -65 41")
  412. SpawnSet(NPC, "cheek_type", "-37 69 0")
  413. SpawnSet(NPC, "soga_cheek_type", "-37 69 0")
  414. SpawnSet(NPC, "lip_type", "-76 -96 -65")
  415. SpawnSet(NPC, "soga_lip_type", "-76 -96 -65")
  416. SpawnSet(NPC, "chin_type", "-72 79 -39")
  417. SpawnSet(NPC, "soga_chin_type", "-72 79 -39")
  418. SpawnSet(NPC, "nose_type", "-55 68 29")
  419. SpawnSet(NPC, "soga_nose_type", "-55 68 29")
  420. elseif HumanAppearance_Type == 12 then
  421. SpawnSet(NPC, "skin_color", "245 249 245")
  422. SpawnSet(NPC, "soga_skin_color", "245 249 245")
  423. SpawnSet(NPC, "eye_color", "43 70 43")
  424. SpawnSet(NPC, "soga_eye_color", "43 70 43")
  425. SpawnSet(NPC, "hair_type_color", "37 22 5")
  426. SpawnSet(NPC, "soga_hair_type_color", "37 22 5")
  427. SpawnSet(NPC, "hair_face_color", "37 22 5")
  428. SpawnSet(NPC, "soga_hair_face_color", "37 22 5")
  429. SpawnSet(NPC, "hair_type_highlight_color", "121 38 35")
  430. SpawnSet(NPC, "soga_hair_type_highlight_color", "121 38 35")
  431. SpawnSet(NPC, "hair_face_highlight_color", "121 38 35")
  432. SpawnSet(NPC, "soga_hair_face_highlight_color", "121 38 35")
  433. SpawnSet(NPC, "hair_color1", "79 28 15")
  434. SpawnSet(NPC, "soga_hair_color1", "79 28 15")
  435. SpawnSet(NPC, "hair_color2", "111 64 0")
  436. SpawnSet(NPC, "soga_hair_color2", "111 64 0")
  437. SpawnSet(NPC, "hair_highlight", "91 21 51")
  438. SpawnSet(NPC, "soga_hair_highlight", "91 21 51")
  439. SpawnSet(NPC, "model_color", "229 229 102")
  440. SpawnSet(NPC, "soga_model_color", "229 229 102")
  441. SpawnSet(NPC, "eye_type", "11 0 0")
  442. SpawnSet(NPC, "soga_eye_type", "11 0 0")
  443. SpawnSet(NPC, "ear_type", "63 -26 0")
  444. SpawnSet(NPC, "soga_ear_type", "63 -26 0")
  445. SpawnSet(NPC, "eye_brow_type", "-65 -81 -4")
  446. SpawnSet(NPC, "soga_eye_brow_type", "-65 -81 -4")
  447. SpawnSet(NPC, "cheek_type", "1 -4 0")
  448. SpawnSet(NPC, "soga_cheek_type", "1 -4 0")
  449. SpawnSet(NPC, "lip_type", "41 47 -72")
  450. SpawnSet(NPC, "soga_lip_type", "41 47 -72")
  451. SpawnSet(NPC, "chin_type", "-51 97 4")
  452. SpawnSet(NPC, "soga_chin_type", "-51 97 4")
  453. SpawnSet(NPC, "nose_type", "97 62 -14")
  454. SpawnSet(NPC, "soga_nose_type", "97 62 -14")
  455. elseif HumanAppearance_Type == 13 then
  456. SpawnSet(NPC, "skin_color", "177 159 108")
  457. SpawnSet(NPC, "soga_skin_color", "177 159 108")
  458. SpawnSet(NPC, "eye_color", "163 201 212")
  459. SpawnSet(NPC, "soga_eye_color", "163 201 212")
  460. SpawnSet(NPC, "hair_type_color", "40 20 7")
  461. SpawnSet(NPC, "soga_hair_type_color", "40 20 7")
  462. SpawnSet(NPC, "hair_face_color", "40 20 7")
  463. SpawnSet(NPC, "soga_hair_face_color", "40 20 7")
  464. SpawnSet(NPC, "hair_type_highlight_color", "47 42 59")
  465. SpawnSet(NPC, "soga_hair_type_highlight_color", "47 42 59")
  466. SpawnSet(NPC, "hair_face_highlight_color", "47 42 59")
  467. SpawnSet(NPC, "soga_hair_face_highlight_color", "47 42 59")
  468. SpawnSet(NPC, "hair_color1", "79 28 15")
  469. SpawnSet(NPC, "soga_hair_color1", "79 28 15")
  470. SpawnSet(NPC, "hair_color2", "111 64 0")
  471. SpawnSet(NPC, "soga_hair_color2", "111 64 0")
  472. SpawnSet(NPC, "hair_highlight", "43 36 70")
  473. SpawnSet(NPC, "soga_hair_highlight", "43 36 70")
  474. SpawnSet(NPC, "model_color", "229 229 102")
  475. SpawnSet(NPC, "soga_model_color", "229 229 102")
  476. SpawnSet(NPC, "eye_type", "97 0 0")
  477. SpawnSet(NPC, "soga_eye_type", "97 0 0")
  478. SpawnSet(NPC, "ear_type", "-50 78 0")
  479. SpawnSet(NPC, "soga_ear_type", "-50 78 0")
  480. SpawnSet(NPC, "eye_brow_type", "-72 37 24")
  481. SpawnSet(NPC, "soga_eye_brow_type", "-72 37 24")
  482. SpawnSet(NPC, "cheek_type", "4 -91 0")
  483. SpawnSet(NPC, "soga_cheek_type", "4 -91 0")
  484. SpawnSet(NPC, "lip_type", "-35 -68 -36")
  485. SpawnSet(NPC, "soga_lip_type", "-35 -68 -36")
  486. SpawnSet(NPC, "chin_type", "-70 7 76")
  487. SpawnSet(NPC, "soga_chin_type", "-70 7 76")
  488. SpawnSet(NPC, "nose_type", "64 -31 58")
  489. SpawnSet(NPC, "soga_nose_type", "64 -31 58")
  490. elseif HumanAppearance_Type == 14 then
  491. SpawnSet(NPC, "skin_color", "177 186 186")
  492. SpawnSet(NPC, "soga_skin_color", "177 186 186")
  493. SpawnSet(NPC, "eye_color", "150 193 203")
  494. SpawnSet(NPC, "soga_eye_color", "150 193 203")
  495. SpawnSet(NPC, "hair_type_color", "42 29 3")
  496. SpawnSet(NPC, "soga_hair_type_color", "42 29 3")
  497. SpawnSet(NPC, "hair_face_color", "42 29 3")
  498. SpawnSet(NPC, "soga_hair_face_color", "42 29 3")
  499. SpawnSet(NPC, "hair_type_highlight_color", "15 1 21")
  500. SpawnSet(NPC, "soga_hair_type_highlight_color", "15 1 21")
  501. SpawnSet(NPC, "hair_face_highlight_color", "15 1 21")
  502. SpawnSet(NPC, "soga_hair_face_highlight_color", "15 1 21")
  503. SpawnSet(NPC, "hair_color1", "79 28 15")
  504. SpawnSet(NPC, "soga_hair_color1", "79 28 15")
  505. SpawnSet(NPC, "hair_color2", "111 64 0")
  506. SpawnSet(NPC, "soga_hair_color2", "111 64 0")
  507. SpawnSet(NPC, "hair_highlight", "29 21 28")
  508. SpawnSet(NPC, "soga_hair_highlight", "29 21 28")
  509. SpawnSet(NPC, "model_color", "229 229 102")
  510. SpawnSet(NPC, "soga_model_color", "229 229 102")
  511. SpawnSet(NPC, "eye_type", "31 0 0")
  512. SpawnSet(NPC, "soga_eye_type", "31 0 0")
  513. SpawnSet(NPC, "ear_type", "70 -95 0")
  514. SpawnSet(NPC, "soga_ear_type", "70 -95 0")
  515. SpawnSet(NPC, "eye_brow_type", "-42 17 22")
  516. SpawnSet(NPC, "soga_eye_brow_type", "-42 17 22")
  517. SpawnSet(NPC, "cheek_type", "72 -63 0")
  518. SpawnSet(NPC, "soga_cheek_type", "72 -63 0")
  519. SpawnSet(NPC, "lip_type", "1 85 9")
  520. SpawnSet(NPC, "soga_lip_type", "1 85 9")
  521. SpawnSet(NPC, "chin_type", "7 25 45")
  522. SpawnSet(NPC, "soga_chin_type", "7 25 45")
  523. SpawnSet(NPC, "nose_type", "89 58 26")
  524. SpawnSet(NPC, "soga_nose_type", "89 58 26")
  525. elseif HumanAppearance_Type == 15 then
  526. SpawnSet(NPC, "skin_color", "243 251 251")
  527. SpawnSet(NPC, "soga_skin_color", "243 251 251")
  528. SpawnSet(NPC, "eye_color", "173 142 88")
  529. SpawnSet(NPC, "soga_eye_color", "173 142 88")
  530. SpawnSet(NPC, "hair_type_color", "49 47 61")
  531. SpawnSet(NPC, "soga_hair_type_color", "49 47 61")
  532. SpawnSet(NPC, "hair_face_color", "49 47 61")
  533. SpawnSet(NPC, "soga_hair_face_color", "49 47 61")
  534. SpawnSet(NPC, "hair_type_highlight_color", "42 29 2")
  535. SpawnSet(NPC, "soga_hair_type_highlight_color", "42 29 2")
  536. SpawnSet(NPC, "hair_face_highlight_color", "42 29 2")
  537. SpawnSet(NPC, "soga_hair_face_highlight_color", "42 29 2")
  538. SpawnSet(NPC, "hair_color1", "43 36 70")
  539. SpawnSet(NPC, "soga_hair_color1", "43 36 70")
  540. SpawnSet(NPC, "hair_color2", "64 76 74")
  541. SpawnSet(NPC, "soga_hair_color2", "64 76 74")
  542. SpawnSet(NPC, "hair_highlight", "79 28 15")
  543. SpawnSet(NPC, "soga_hair_highlight", "79 28 15")
  544. SpawnSet(NPC, "model_color", "229 229 102")
  545. SpawnSet(NPC, "soga_model_color", "229 229 102")
  546. SpawnSet(NPC, "eye_type", "-77 0 0")
  547. SpawnSet(NPC, "soga_eye_type", "-77 0 0")
  548. SpawnSet(NPC, "ear_type", "-61 -84 0")
  549. SpawnSet(NPC, "soga_ear_type", "-61 -84 0")
  550. SpawnSet(NPC, "eye_brow_type", "-52 -36 -32")
  551. SpawnSet(NPC, "soga_eye_brow_type", "-52 -36 -32")
  552. SpawnSet(NPC, "cheek_type", "-44 -72 0")
  553. SpawnSet(NPC, "soga_cheek_type", "-44 -72 0")
  554. SpawnSet(NPC, "lip_type", "4 42 71")
  555. SpawnSet(NPC, "soga_lip_type", "4 42 71")
  556. SpawnSet(NPC, "chin_type", "39 -75 78")
  557. SpawnSet(NPC, "soga_chin_type", "39 -75 78")
  558. SpawnSet(NPC, "nose_type", "-48 83 31")
  559. SpawnSet(NPC, "soga_nose_type", "-48 83 31")
  560. elseif HumanAppearance_Type == 16 then
  561. SpawnSet(NPC, "skin_color", "186 191 170")
  562. SpawnSet(NPC, "soga_skin_color", "186 191 170")
  563. SpawnSet(NPC, "eye_color", "38 77 88")
  564. SpawnSet(NPC, "soga_eye_color", "38 77 88")
  565. SpawnSet(NPC, "hair_type_color", "59 58 73")
  566. SpawnSet(NPC, "soga_hair_type_color", "59 58 73")
  567. SpawnSet(NPC, "hair_face_color", "59 58 73")
  568. SpawnSet(NPC, "soga_hair_face_color", "59 58 73")
  569. SpawnSet(NPC, "hair_type_highlight_color", "119 147 147")
  570. SpawnSet(NPC, "soga_hair_type_highlight_color", "119 147 147")
  571. SpawnSet(NPC, "hair_face_highlight_color", "119 147 147")
  572. SpawnSet(NPC, "soga_hair_face_highlight_color", "119 147 147")
  573. SpawnSet(NPC, "hair_color1", "43 36 70")
  574. SpawnSet(NPC, "soga_hair_color1", "43 36 70")
  575. SpawnSet(NPC, "hair_color2", "64 76 74")
  576. SpawnSet(NPC, "soga_hair_color2", "64 76 74")
  577. SpawnSet(NPC, "hair_highlight", "114 112 142")
  578. SpawnSet(NPC, "soga_hair_highlight", "114 112 142")
  579. SpawnSet(NPC, "model_color", "229 229 102")
  580. SpawnSet(NPC, "soga_model_color", "229 229 102")
  581. SpawnSet(NPC, "eye_type", "-53 0 0")
  582. SpawnSet(NPC, "soga_eye_type", "-53 0 0")
  583. SpawnSet(NPC, "ear_type", "-70 72 0")
  584. SpawnSet(NPC, "soga_ear_type", "-70 72 0")
  585. SpawnSet(NPC, "eye_brow_type", "44 31 -93")
  586. SpawnSet(NPC, "soga_eye_brow_type", "44 31 -93")
  587. SpawnSet(NPC, "cheek_type", "81 -56 0")
  588. SpawnSet(NPC, "soga_cheek_type", "81 -56 0")
  589. SpawnSet(NPC, "lip_type", "29 35 -2")
  590. SpawnSet(NPC, "soga_lip_type", "29 35 -2")
  591. SpawnSet(NPC, "chin_type", "-76 -25 39")
  592. SpawnSet(NPC, "soga_chin_type", "-76 -25 39")
  593. SpawnSet(NPC, "nose_type", "29 -85 -97")
  594. SpawnSet(NPC, "soga_nose_type", "29 -85 -97")
  595. elseif HumanAppearance_Type == 17 then
  596. SpawnSet(NPC, "skin_color", "239 239 209")
  597. SpawnSet(NPC, "soga_skin_color", "239 239 209")
  598. SpawnSet(NPC, "eye_color", "120 175 192")
  599. SpawnSet(NPC, "soga_eye_color", "120 175 192")
  600. SpawnSet(NPC, "hair_type_color", "83 57 8")
  601. SpawnSet(NPC, "soga_hair_type_color", "83 57 8")
  602. SpawnSet(NPC, "hair_face_color", "83 57 8")
  603. SpawnSet(NPC, "soga_hair_face_color", "83 57 8")
  604. SpawnSet(NPC, "hair_type_highlight_color", "19 6 25")
  605. SpawnSet(NPC, "soga_hair_type_highlight_color", "19 6 25")
  606. SpawnSet(NPC, "hair_face_highlight_color", "19 6 25")
  607. SpawnSet(NPC, "soga_hair_face_highlight_color", "19 6 25")
  608. SpawnSet(NPC, "hair_color1", "56 33 26")
  609. SpawnSet(NPC, "soga_hair_color1", "56 33 26")
  610. SpawnSet(NPC, "hair_color2", "94 59 11")
  611. SpawnSet(NPC, "soga_hair_color2", "94 59 11")
  612. SpawnSet(NPC, "hair_highlight", "29 21 28")
  613. SpawnSet(NPC, "soga_hair_highlight", "29 21 28")
  614. SpawnSet(NPC, "model_color", "229 229 102")
  615. SpawnSet(NPC, "soga_model_color", "229 229 102")
  616. SpawnSet(NPC, "eye_type", "17 0 0")
  617. SpawnSet(NPC, "soga_eye_type", "17 0 0")
  618. SpawnSet(NPC, "ear_type", "-72 94 0")
  619. SpawnSet(NPC, "soga_ear_type", "-72 94 0")
  620. SpawnSet(NPC, "eye_brow_type", "-55 -97 -44")
  621. SpawnSet(NPC, "soga_eye_brow_type", "-55 -97 -44")
  622. SpawnSet(NPC, "cheek_type", "-17 79 0")
  623. SpawnSet(NPC, "soga_cheek_type", "-17 79 0")
  624. SpawnSet(NPC, "lip_type", "6 -39 88")
  625. SpawnSet(NPC, "soga_lip_type", "6 -39 88")
  626. SpawnSet(NPC, "chin_type", "-77 -97 -83")
  627. SpawnSet(NPC, "soga_chin_type", "-77 -97 -83")
  628. SpawnSet(NPC, "nose_type", "-66 -68 3")
  629. SpawnSet(NPC, "soga_nose_type", "-66 -68 3")
  630. elseif HumanAppearance_Type == 18 then
  631. SpawnSet(NPC, "skin_color", "136 118 120")
  632. SpawnSet(NPC, "soga_skin_color", "136 118 120")
  633. SpawnSet(NPC, "eye_color", "84 139 114")
  634. SpawnSet(NPC, "soga_eye_color", "84 139 114")
  635. SpawnSet(NPC, "hair_type_color", "84 0 0")
  636. SpawnSet(NPC, "soga_hair_type_color", "84 0 0")
  637. SpawnSet(NPC, "hair_face_color", "84 0 0")
  638. SpawnSet(NPC, "soga_hair_face_color", "84 0 0")
  639. SpawnSet(NPC, "hair_type_highlight_color", "35 24 1")
  640. SpawnSet(NPC, "soga_hair_type_highlight_color", "35 24 1")
  641. SpawnSet(NPC, "hair_face_highlight_color", "35 24 1")
  642. SpawnSet(NPC, "soga_hair_face_highlight_color", "35 24 1")
  643. SpawnSet(NPC, "hair_color1", "109 14 49")
  644. SpawnSet(NPC, "soga_hair_color1", "109 14 49")
  645. SpawnSet(NPC, "hair_color2", "185 97 0")
  646. SpawnSet(NPC, "soga_hair_color2", "185 97 0")
  647. SpawnSet(NPC, "hair_highlight", "79 28 15")
  648. SpawnSet(NPC, "soga_hair_highlight", "79 28 15")
  649. SpawnSet(NPC, "model_color", "229 229 102")
  650. SpawnSet(NPC, "soga_model_color", "229 229 102")
  651. SpawnSet(NPC, "eye_type", "-62 0 0")
  652. SpawnSet(NPC, "soga_eye_type", "-62 0 0")
  653. SpawnSet(NPC, "ear_type", "58 -64 0")
  654. SpawnSet(NPC, "soga_ear_type", "58 -64 0")
  655. SpawnSet(NPC, "eye_brow_type", "-21 71 29")
  656. SpawnSet(NPC, "soga_eye_brow_type", "-21 71 29")
  657. SpawnSet(NPC, "cheek_type", "-3 39 0")
  658. SpawnSet(NPC, "soga_cheek_type", "-3 39 0")
  659. SpawnSet(NPC, "lip_type", "-79 83 -85")
  660. SpawnSet(NPC, "soga_lip_type", "-79 83 -85")
  661. SpawnSet(NPC, "chin_type", "58 -75 -96")
  662. SpawnSet(NPC, "soga_chin_type", "58 -75 -96")
  663. SpawnSet(NPC, "nose_type", "3 42 55")
  664. SpawnSet(NPC, "soga_nose_type", "3 42 55")
  665. elseif HumanAppearance_Type == 19 then
  666. SpawnSet(NPC, "skin_color", "215 195 159")
  667. SpawnSet(NPC, "soga_skin_color", "215 195 159")
  668. SpawnSet(NPC, "eye_color", "166 144 94")
  669. SpawnSet(NPC, "soga_eye_color", "166 144 94")
  670. SpawnSet(NPC, "hair_type_color", "84 0 0")
  671. SpawnSet(NPC, "soga_hair_type_color", "84 0 0")
  672. SpawnSet(NPC, "hair_face_color", "84 0 0")
  673. SpawnSet(NPC, "soga_hair_face_color", "84 0 0")
  674. SpawnSet(NPC, "hair_type_highlight_color", "40 19 9")
  675. SpawnSet(NPC, "soga_hair_type_highlight_color", "40 19 9")
  676. SpawnSet(NPC, "hair_face_highlight_color", "40 19 9")
  677. SpawnSet(NPC, "soga_hair_face_highlight_color", "40 19 9")
  678. SpawnSet(NPC, "hair_color1", "109 14 49")
  679. SpawnSet(NPC, "soga_hair_color1", "109 14 49")
  680. SpawnSet(NPC, "hair_color2", "185 97 0")
  681. SpawnSet(NPC, "soga_hair_color2", "185 97 0")
  682. SpawnSet(NPC, "hair_highlight", "79 28 15")
  683. SpawnSet(NPC, "soga_hair_highlight", "79 28 15")
  684. SpawnSet(NPC, "model_color", "229 229 102")
  685. SpawnSet(NPC, "soga_model_color", "229 229 102")
  686. SpawnSet(NPC, "eye_type", "-72 0 0")
  687. SpawnSet(NPC, "soga_eye_type", "-72 0 0")
  688. SpawnSet(NPC, "ear_type", "-97 34 0")
  689. SpawnSet(NPC, "soga_ear_type", "-97 34 0")
  690. SpawnSet(NPC, "eye_brow_type", "-25 97 21")
  691. SpawnSet(NPC, "soga_eye_brow_type", "-25 97 21")
  692. SpawnSet(NPC, "cheek_type", "-78 -3 0")
  693. SpawnSet(NPC, "soga_cheek_type", "-78 -3 0")
  694. SpawnSet(NPC, "lip_type", "8 -52 85")
  695. SpawnSet(NPC, "soga_lip_type", "8 -52 85")
  696. SpawnSet(NPC, "chin_type", "-29 14 -63")
  697. SpawnSet(NPC, "soga_chin_type", "-29 14 -63")
  698. SpawnSet(NPC, "nose_type", "-50 -61 -59")
  699. SpawnSet(NPC, "soga_nose_type", "-50 -61 -59")
  700. elseif HumanAppearance_Type == 20 then
  701. SpawnSet(NPC, "skin_color", "171 148 98")
  702. SpawnSet(NPC, "soga_skin_color", "171 148 98")
  703. SpawnSet(NPC, "eye_color", "36 77 77")
  704. SpawnSet(NPC, "soga_eye_color", "36 77 77")
  705. SpawnSet(NPC, "hair_type_color", "100 70 10")
  706. SpawnSet(NPC, "soga_hair_type_color", "100 70 10")
  707. SpawnSet(NPC, "hair_face_color", "100 70 10")
  708. SpawnSet(NPC, "soga_hair_face_color", "100 70 10")
  709. SpawnSet(NPC, "hair_type_highlight_color", "114 31 28")
  710. SpawnSet(NPC, "soga_hair_type_highlight_color", "114 31 28")
  711. SpawnSet(NPC, "hair_face_highlight_color", "114 31 28")
  712. SpawnSet(NPC, "soga_hair_face_highlight_color", "114 31 28")
  713. SpawnSet(NPC, "hair_color1", "56 33 26")
  714. SpawnSet(NPC, "soga_hair_color1", "56 33 26")
  715. SpawnSet(NPC, "hair_color2", "94 59 11")
  716. SpawnSet(NPC, "soga_hair_color2", "94 59 11")
  717. SpawnSet(NPC, "hair_highlight", "91 21 51")
  718. SpawnSet(NPC, "soga_hair_highlight", "91 21 51")
  719. SpawnSet(NPC, "model_color", "229 229 102")
  720. SpawnSet(NPC, "soga_model_color", "229 229 102")
  721. SpawnSet(NPC, "eye_type", "-87 0 0")
  722. SpawnSet(NPC, "soga_eye_type", "-87 0 0")
  723. SpawnSet(NPC, "ear_type", "-93 96 0")
  724. SpawnSet(NPC, "soga_ear_type", "-93 96 0")
  725. SpawnSet(NPC, "eye_brow_type", "59 -88 -45")
  726. SpawnSet(NPC, "soga_eye_brow_type", "59 -88 -45")
  727. SpawnSet(NPC, "cheek_type", "-81 85 0")
  728. SpawnSet(NPC, "soga_cheek_type", "-81 85 0")
  729. SpawnSet(NPC, "lip_type", "28 -58 -66")
  730. SpawnSet(NPC, "soga_lip_type", "28 -58 -66")
  731. SpawnSet(NPC, "chin_type", "76 -88 -66")
  732. SpawnSet(NPC, "soga_chin_type", "76 -88 -66")
  733. SpawnSet(NPC, "nose_type", "-22 -87 -39")
  734. SpawnSet(NPC, "soga_nose_type", "-22 -87 -39")
  735. elseif HumanAppearance_Type == 21 then
  736. SpawnSet(NPC, "skin_color", "244 237 237")
  737. SpawnSet(NPC, "soga_skin_color", "244 237 237")
  738. SpawnSet(NPC, "eye_color", "55 117 121")
  739. SpawnSet(NPC, "soga_eye_color", "55 117 121")
  740. SpawnSet(NPC, "hair_type_color", "100 70 10")
  741. SpawnSet(NPC, "soga_hair_type_color", "100 70 10")
  742. SpawnSet(NPC, "hair_face_color", "100 70 10")
  743. SpawnSet(NPC, "soga_hair_face_color", "100 70 10")
  744. SpawnSet(NPC, "hair_type_highlight_color", "232 169 28")
  745. SpawnSet(NPC, "soga_hair_type_highlight_color", "232 169 28")
  746. SpawnSet(NPC, "hair_face_highlight_color", "232 169 28")
  747. SpawnSet(NPC, "soga_hair_face_highlight_color", "232 169 28")
  748. SpawnSet(NPC, "hair_color1", "56 33 26")
  749. SpawnSet(NPC, "soga_hair_color1", "56 33 26")
  750. SpawnSet(NPC, "hair_color2", "94 59 11")
  751. SpawnSet(NPC, "soga_hair_color2", "94 59 11")
  752. SpawnSet(NPC, "hair_highlight", "200 165 96")
  753. SpawnSet(NPC, "soga_hair_highlight", "200 165 96")
  754. SpawnSet(NPC, "model_color", "229 229 102")
  755. SpawnSet(NPC, "soga_model_color", "229 229 102")
  756. SpawnSet(NPC, "eye_type", "48 0 0")
  757. SpawnSet(NPC, "soga_eye_type", "48 0 0")
  758. SpawnSet(NPC, "ear_type", "19 -48 0")
  759. SpawnSet(NPC, "soga_ear_type", "19 -48 0")
  760. SpawnSet(NPC, "eye_brow_type", "19 -26 1")
  761. SpawnSet(NPC, "soga_eye_brow_type", "19 -26 1")
  762. SpawnSet(NPC, "cheek_type", "9 16 0")
  763. SpawnSet(NPC, "soga_cheek_type", "9 16 0")
  764. SpawnSet(NPC, "lip_type", "61 21 -39")
  765. SpawnSet(NPC, "soga_lip_type", "61 21 -39")
  766. SpawnSet(NPC, "chin_type", "57 14 78")
  767. SpawnSet(NPC, "soga_chin_type", "57 14 78")
  768. SpawnSet(NPC, "nose_type", "-84 74 41")
  769. SpawnSet(NPC, "soga_nose_type", "-84 74 41")
  770. elseif HumanAppearance_Type == 22 then
  771. SpawnSet(NPC, "skin_color", "105 112 109")
  772. SpawnSet(NPC, "soga_skin_color", "105 112 109")
  773. SpawnSet(NPC, "eye_color", "41 82 95")
  774. SpawnSet(NPC, "soga_eye_color", "41 82 95")
  775. SpawnSet(NPC, "hair_type_color", "100 70 10")
  776. SpawnSet(NPC, "soga_hair_type_color", "100 70 10")
  777. SpawnSet(NPC, "hair_face_color", "100 70 10")
  778. SpawnSet(NPC, "soga_hair_face_color", "100 70 10")
  779. SpawnSet(NPC, "hair_type_highlight_color", "232 183 30")
  780. SpawnSet(NPC, "soga_hair_type_highlight_color", "232 183 30")
  781. SpawnSet(NPC, "hair_face_highlight_color", "232 183 30")
  782. SpawnSet(NPC, "soga_hair_face_highlight_color", "232 183 30")
  783. SpawnSet(NPC, "hair_color1", "56 33 26")
  784. SpawnSet(NPC, "soga_hair_color1", "56 33 26")
  785. SpawnSet(NPC, "hair_color2", "94 59 11")
  786. SpawnSet(NPC, "soga_hair_color2", "94 59 11")
  787. SpawnSet(NPC, "hair_highlight", "246 219 114")
  788. SpawnSet(NPC, "soga_hair_highlight", "246 219 114")
  789. SpawnSet(NPC, "model_color", "229 229 102")
  790. SpawnSet(NPC, "soga_model_color", "229 229 102")
  791. SpawnSet(NPC, "eye_type", "79 0 0")
  792. SpawnSet(NPC, "soga_eye_type", "79 0 0")
  793. SpawnSet(NPC, "ear_type", "19 21 0")
  794. SpawnSet(NPC, "soga_ear_type", "19 21 0")
  795. SpawnSet(NPC, "eye_brow_type", "29 89 17")
  796. SpawnSet(NPC, "soga_eye_brow_type", "29 89 17")
  797. SpawnSet(NPC, "cheek_type", "-7 -94 0")
  798. SpawnSet(NPC, "soga_cheek_type", "-7 -94 0")
  799. SpawnSet(NPC, "lip_type", "-57 -2 -35")
  800. SpawnSet(NPC, "soga_lip_type", "-57 -2 -35")
  801. SpawnSet(NPC, "chin_type", "68 -72 -13")
  802. SpawnSet(NPC, "soga_chin_type", "68 -72 -13")
  803. SpawnSet(NPC, "nose_type", "18 18 2")
  804. SpawnSet(NPC, "soga_nose_type", "18 18 2")
  805. elseif HumanAppearance_Type == 23 then
  806. SpawnSet(NPC, "skin_color", "228 177 149")
  807. SpawnSet(NPC, "soga_skin_color", "228 177 149")
  808. SpawnSet(NPC, "eye_color", "144 188 195")
  809. SpawnSet(NPC, "soga_eye_color", "144 188 195")
  810. SpawnSet(NPC, "hair_type_color", "121 38 35")
  811. SpawnSet(NPC, "soga_hair_type_color", "121 38 35")
  812. SpawnSet(NPC, "hair_face_color", "121 38 35")
  813. SpawnSet(NPC, "soga_hair_face_color", "121 38 35")
  814. SpawnSet(NPC, "hair_type_highlight_color", "47 33 3")
  815. SpawnSet(NPC, "soga_hair_type_highlight_color", "47 33 3")
  816. SpawnSet(NPC, "hair_face_highlight_color", "47 33 3")
  817. SpawnSet(NPC, "soga_hair_face_highlight_color", "47 33 3")
  818. SpawnSet(NPC, "hair_color1", "91 21 51")
  819. SpawnSet(NPC, "soga_hair_color1", "91 21 51")
  820. SpawnSet(NPC, "hair_color2", "159 88 0")
  821. SpawnSet(NPC, "soga_hair_color2", "159 88 0")
  822. SpawnSet(NPC, "hair_highlight", "79 28 15")
  823. SpawnSet(NPC, "soga_hair_highlight", "79 28 15")
  824. SpawnSet(NPC, "model_color", "229 229 102")
  825. SpawnSet(NPC, "soga_model_color", "229 229 102")
  826. SpawnSet(NPC, "eye_type", "62 0 0")
  827. SpawnSet(NPC, "soga_eye_type", "62 0 0")
  828. SpawnSet(NPC, "ear_type", "-42 -59 0")
  829. SpawnSet(NPC, "soga_ear_type", "-42 -59 0")
  830. SpawnSet(NPC, "eye_brow_type", "93 19 -8")
  831. SpawnSet(NPC, "soga_eye_brow_type", "93 19 -8")
  832. SpawnSet(NPC, "cheek_type", "-24 -34 0")
  833. SpawnSet(NPC, "soga_cheek_type", "-24 -34 0")
  834. SpawnSet(NPC, "lip_type", "-8 9 58")
  835. SpawnSet(NPC, "soga_lip_type", "-8 9 58")
  836. SpawnSet(NPC, "chin_type", "-34 -89 -55")
  837. SpawnSet(NPC, "soga_chin_type", "-34 -89 -55")
  838. SpawnSet(NPC, "nose_type", "-4 18 82")
  839. SpawnSet(NPC, "soga_nose_type", "-4 18 82")
  840. elseif HumanAppearance_Type == 24 then
  841. SpawnSet(NPC, "skin_color", "234 244 244")
  842. SpawnSet(NPC, "soga_skin_color", "234 244 244")
  843. SpawnSet(NPC, "eye_color", "37 76 88")
  844. SpawnSet(NPC, "soga_eye_color", "37 76 88")
  845. SpawnSet(NPC, "hair_type_color", "121 38 35")
  846. SpawnSet(NPC, "soga_hair_type_color", "121 38 35")
  847. SpawnSet(NPC, "hair_face_color", "121 38 35")
  848. SpawnSet(NPC, "soga_hair_face_color", "121 38 35")
  849. SpawnSet(NPC, "hair_type_highlight_color", "233 184 31")
  850. SpawnSet(NPC, "soga_hair_type_highlight_color", "233 184 31")
  851. SpawnSet(NPC, "hair_face_highlight_color", "233 184 31")
  852. SpawnSet(NPC, "soga_hair_face_highlight_color", "233 184 31")
  853. SpawnSet(NPC, "hair_color1", "91 21 51")
  854. SpawnSet(NPC, "soga_hair_color1", "91 21 51")
  855. SpawnSet(NPC, "hair_color2", "159 88 0")
  856. SpawnSet(NPC, "soga_hair_color2", "159 88 0")
  857. SpawnSet(NPC, "hair_highlight", "246 219 114")
  858. SpawnSet(NPC, "soga_hair_highlight", "246 219 114")
  859. SpawnSet(NPC, "model_color", "229 229 102")
  860. SpawnSet(NPC, "soga_model_color", "229 229 102")
  861. SpawnSet(NPC, "eye_type", "-42 0 0")
  862. SpawnSet(NPC, "soga_eye_type", "-42 0 0")
  863. SpawnSet(NPC, "ear_type", "-94 8 0")
  864. SpawnSet(NPC, "soga_ear_type", "-94 8 0")
  865. SpawnSet(NPC, "eye_brow_type", "-4 11 64")
  866. SpawnSet(NPC, "soga_eye_brow_type", "-4 11 64")
  867. SpawnSet(NPC, "cheek_type", "-90 39 0")
  868. SpawnSet(NPC, "soga_cheek_type", "-90 39 0")
  869. SpawnSet(NPC, "lip_type", "-31 91 69")
  870. SpawnSet(NPC, "soga_lip_type", "-31 91 69")
  871. SpawnSet(NPC, "chin_type", "11 -26 24")
  872. SpawnSet(NPC, "soga_chin_type", "11 -26 24")
  873. SpawnSet(NPC, "nose_type", "-42 16 29")
  874. SpawnSet(NPC, "soga_nose_type", "-42 16 29")
  875. elseif HumanAppearance_Type == 25 then
  876. SpawnSet(NPC, "skin_color", "234 183 184")
  877. SpawnSet(NPC, "soga_skin_color", "234 183 184")
  878. SpawnSet(NPC, "eye_color", "54 109 126")
  879. SpawnSet(NPC, "soga_eye_color", "54 109 126")
  880. SpawnSet(NPC, "hair_type_color", "150 51 27")
  881. SpawnSet(NPC, "soga_hair_type_color", "150 51 27")
  882. SpawnSet(NPC, "hair_face_color", "150 51 27")
  883. SpawnSet(NPC, "soga_hair_face_color", "150 51 27")
  884. SpawnSet(NPC, "hair_type_highlight_color", "45 14 18")
  885. SpawnSet(NPC, "soga_hair_type_highlight_color", "45 14 18")
  886. SpawnSet(NPC, "hair_face_highlight_color", "45 14 18")
  887. SpawnSet(NPC, "soga_hair_face_highlight_color", "45 14 18")
  888. SpawnSet(NPC, "hair_color1", "89 21 21")
  889. SpawnSet(NPC, "soga_hair_color1", "89 21 21")
  890. SpawnSet(NPC, "hair_color2", "171 87 0")
  891. SpawnSet(NPC, "soga_hair_color2", "171 87 0")
  892. SpawnSet(NPC, "hair_highlight", "54 45 28")
  893. SpawnSet(NPC, "soga_hair_highlight", "54 45 28")
  894. SpawnSet(NPC, "model_color", "229 229 102")
  895. SpawnSet(NPC, "soga_model_color", "229 229 102")
  896. SpawnSet(NPC, "eye_type", "26 0 0")
  897. SpawnSet(NPC, "soga_eye_type", "26 0 0")
  898. SpawnSet(NPC, "ear_type", "37 14 0")
  899. SpawnSet(NPC, "soga_ear_type", "37 14 0")
  900. SpawnSet(NPC, "eye_brow_type", "-18 -97 37")
  901. SpawnSet(NPC, "soga_eye_brow_type", "-18 -97 37")
  902. SpawnSet(NPC, "cheek_type", "-24 98 0")
  903. SpawnSet(NPC, "soga_cheek_type", "-24 98 0")
  904. SpawnSet(NPC, "lip_type", "-87 59 7")
  905. SpawnSet(NPC, "soga_lip_type", "-87 59 7")
  906. SpawnSet(NPC, "chin_type", "-85 18 -42")
  907. SpawnSet(NPC, "soga_chin_type", "-85 18 -42")
  908. SpawnSet(NPC, "nose_type", "29 11 -79")
  909. SpawnSet(NPC, "soga_nose_type", "29 11 -79")
  910. elseif HumanAppearance_Type == 26 then
  911. SpawnSet(NPC, "skin_color", "243 250 242")
  912. SpawnSet(NPC, "soga_skin_color", "243 250 242")
  913. SpawnSet(NPC, "eye_color", "152 183 163")
  914. SpawnSet(NPC, "soga_eye_color", "152 183 163")
  915. SpawnSet(NPC, "hair_type_color", "152 173 173")
  916. SpawnSet(NPC, "soga_hair_type_color", "152 173 173")
  917. SpawnSet(NPC, "hair_face_color", "152 173 173")
  918. SpawnSet(NPC, "soga_hair_face_color", "152 173 173")
  919. SpawnSet(NPC, "hair_type_highlight_color", "174 69 28")
  920. SpawnSet(NPC, "soga_hair_type_highlight_color", "174 69 28")
  921. SpawnSet(NPC, "hair_face_highlight_color", "174 69 28")
  922. SpawnSet(NPC, "soga_hair_face_highlight_color", "174 69 28")
  923. SpawnSet(NPC, "hair_color1", "114 112 142")
  924. SpawnSet(NPC, "soga_hair_color1", "114 112 142")
  925. SpawnSet(NPC, "hair_color2", "152 138 129")
  926. SpawnSet(NPC, "soga_hair_color2", "152 138 129")
  927. SpawnSet(NPC, "hair_highlight", "89 21 21")
  928. SpawnSet(NPC, "soga_hair_highlight", "89 21 21")
  929. SpawnSet(NPC, "model_color", "229 229 102")
  930. SpawnSet(NPC, "soga_model_color", "229 229 102")
  931. SpawnSet(NPC, "eye_type", "-91 0 0")
  932. SpawnSet(NPC, "soga_eye_type", "-91 0 0")
  933. SpawnSet(NPC, "ear_type", "83 -68 0")
  934. SpawnSet(NPC, "soga_ear_type", "83 -68 0")
  935. SpawnSet(NPC, "eye_brow_type", "-19 68 56")
  936. SpawnSet(NPC, "soga_eye_brow_type", "-19 68 56")
  937. SpawnSet(NPC, "cheek_type", "-9 95 0")
  938. SpawnSet(NPC, "soga_cheek_type", "-9 95 0")
  939. SpawnSet(NPC, "lip_type", "-9 71 52")
  940. SpawnSet(NPC, "soga_lip_type", "-9 71 52")
  941. SpawnSet(NPC, "chin_type", "-13 94 -29")
  942. SpawnSet(NPC, "soga_chin_type", "-13 94 -29")
  943. SpawnSet(NPC, "nose_type", "-19 -81 24")
  944. SpawnSet(NPC, "soga_nose_type", "-19 -81 24")
  945. elseif HumanAppearance_Type == 27 then
  946. SpawnSet(NPC, "skin_color", "252 253 253")
  947. SpawnSet(NPC, "soga_skin_color", "252 253 253")
  948. SpawnSet(NPC, "eye_color", "54 116 114")
  949. SpawnSet(NPC, "soga_eye_color", "54 116 114")
  950. SpawnSet(NPC, "hair_type_color", "171 64 25")
  951. SpawnSet(NPC, "soga_hair_type_color", "171 64 25")
  952. SpawnSet(NPC, "hair_face_color", "171 64 25")
  953. SpawnSet(NPC, "soga_hair_face_color", "171 64 25")
  954. SpawnSet(NPC, "hair_type_highlight_color", "84 0 0")
  955. SpawnSet(NPC, "soga_hair_type_highlight_color", "84 0 0")
  956. SpawnSet(NPC, "hair_face_highlight_color", "84 0 0")
  957. SpawnSet(NPC, "soga_hair_face_highlight_color", "84 0 0")
  958. SpawnSet(NPC, "hair_color1", "89 21 21")
  959. SpawnSet(NPC, "soga_hair_color1", "89 21 21")
  960. SpawnSet(NPC, "hair_color2", "171 87 0")
  961. SpawnSet(NPC, "soga_hair_color2", "171 87 0")
  962. SpawnSet(NPC, "hair_highlight", "109 14 49")
  963. SpawnSet(NPC, "soga_hair_highlight", "109 14 49")
  964. SpawnSet(NPC, "model_color", "229 229 102")
  965. SpawnSet(NPC, "soga_model_color", "229 229 102")
  966. SpawnSet(NPC, "eye_type", "53 0 0")
  967. SpawnSet(NPC, "soga_eye_type", "53 0 0")
  968. SpawnSet(NPC, "ear_type", "90 33 0")
  969. SpawnSet(NPC, "soga_ear_type", "90 33 0")
  970. SpawnSet(NPC, "eye_brow_type", "59 -94 -32")
  971. SpawnSet(NPC, "soga_eye_brow_type", "59 -94 -32")
  972. SpawnSet(NPC, "cheek_type", "-59 66 0")
  973. SpawnSet(NPC, "soga_cheek_type", "-59 66 0")
  974. SpawnSet(NPC, "lip_type", "-26 -22 -25")
  975. SpawnSet(NPC, "soga_lip_type", "-26 -22 -25")
  976. SpawnSet(NPC, "chin_type", "29 -11 -13")
  977. SpawnSet(NPC, "soga_chin_type", "29 -11 -13")
  978. SpawnSet(NPC, "nose_type", "39 14 78")
  979. SpawnSet(NPC, "soga_nose_type", "39 14 78")
  980. elseif HumanAppearance_Type == 28 then
  981. SpawnSet(NPC, "skin_color", "210 188 159")
  982. SpawnSet(NPC, "soga_skin_color", "210 188 159")
  983. SpawnSet(NPC, "eye_color", "74 130 98")
  984. SpawnSet(NPC, "soga_eye_color", "74 130 98")
  985. SpawnSet(NPC, "hair_type_color", "184 128 10")
  986. SpawnSet(NPC, "soga_hair_type_color", "184 128 10")
  987. SpawnSet(NPC, "hair_face_color", "184 128 10")
  988. SpawnSet(NPC, "soga_hair_face_color", "184 128 10")
  989. SpawnSet(NPC, "hair_type_highlight_color", "37 10 14")
  990. SpawnSet(NPC, "soga_hair_type_highlight_color", "37 10 14")
  991. SpawnSet(NPC, "hair_face_highlight_color", "37 10 14")
  992. SpawnSet(NPC, "soga_hair_face_highlight_color", "37 10 14")
  993. SpawnSet(NPC, "hair_color1", "209 131 22")
  994. SpawnSet(NPC, "soga_hair_color1", "209 131 22")
  995. SpawnSet(NPC, "hair_color2", "199 150 48")
  996. SpawnSet(NPC, "soga_hair_color2", "199 150 48")
  997. SpawnSet(NPC, "hair_highlight", "54 45 28")
  998. SpawnSet(NPC, "soga_hair_highlight", "54 45 28")
  999. SpawnSet(NPC, "model_color", "229 229 102")
  1000. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1001. SpawnSet(NPC, "eye_type", "-3 0 0")
  1002. SpawnSet(NPC, "soga_eye_type", "-3 0 0")
  1003. SpawnSet(NPC, "ear_type", "-9 -51 0")
  1004. SpawnSet(NPC, "soga_ear_type", "-9 -51 0")
  1005. SpawnSet(NPC, "eye_brow_type", "58 16 -25")
  1006. SpawnSet(NPC, "soga_eye_brow_type", "58 16 -25")
  1007. SpawnSet(NPC, "cheek_type", "-36 44 0")
  1008. SpawnSet(NPC, "soga_cheek_type", "-36 44 0")
  1009. SpawnSet(NPC, "lip_type", "79 -79 32")
  1010. SpawnSet(NPC, "soga_lip_type", "79 -79 32")
  1011. SpawnSet(NPC, "chin_type", "33 96 -89")
  1012. SpawnSet(NPC, "soga_chin_type", "33 96 -89")
  1013. SpawnSet(NPC, "nose_type", "72 -44 85")
  1014. SpawnSet(NPC, "soga_nose_type", "72 -44 85")
  1015. elseif HumanAppearance_Type == 29 then
  1016. SpawnSet(NPC, "skin_color", "244 250 239")
  1017. SpawnSet(NPC, "soga_skin_color", "244 250 239")
  1018. SpawnSet(NPC, "eye_color", "158 198 210")
  1019. SpawnSet(NPC, "soga_eye_color", "158 198 210")
  1020. SpawnSet(NPC, "hair_type_color", "184 128 10")
  1021. SpawnSet(NPC, "soga_hair_type_color", "184 128 10")
  1022. SpawnSet(NPC, "hair_face_color", "184 128 10")
  1023. SpawnSet(NPC, "soga_hair_face_color", "184 128 10")
  1024. SpawnSet(NPC, "hair_type_highlight_color", "244 246 246")
  1025. SpawnSet(NPC, "soga_hair_type_highlight_color", "244 246 246")
  1026. SpawnSet(NPC, "hair_face_highlight_color", "244 246 246")
  1027. SpawnSet(NPC, "soga_hair_face_highlight_color", "244 246 246")
  1028. SpawnSet(NPC, "hair_color1", "209 131 22")
  1029. SpawnSet(NPC, "soga_hair_color1", "209 131 22")
  1030. SpawnSet(NPC, "hair_color2", "199 150 48")
  1031. SpawnSet(NPC, "soga_hair_color2", "199 150 48")
  1032. SpawnSet(NPC, "hair_highlight", "161 165 168")
  1033. SpawnSet(NPC, "soga_hair_highlight", "161 165 168")
  1034. SpawnSet(NPC, "model_color", "229 229 102")
  1035. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1036. SpawnSet(NPC, "eye_type", "-28 0 0")
  1037. SpawnSet(NPC, "soga_eye_type", "-28 0 0")
  1038. SpawnSet(NPC, "ear_type", "-38 11 0")
  1039. SpawnSet(NPC, "soga_ear_type", "-38 11 0")
  1040. SpawnSet(NPC, "eye_brow_type", "-72 29 1")
  1041. SpawnSet(NPC, "soga_eye_brow_type", "-72 29 1")
  1042. SpawnSet(NPC, "cheek_type", "6 -2 0")
  1043. SpawnSet(NPC, "soga_cheek_type", "6 -2 0")
  1044. SpawnSet(NPC, "lip_type", "-4 33 70")
  1045. SpawnSet(NPC, "soga_lip_type", "-4 33 70")
  1046. SpawnSet(NPC, "chin_type", "90 -63 -47")
  1047. SpawnSet(NPC, "soga_chin_type", "90 -63 -47")
  1048. SpawnSet(NPC, "nose_type", "52 29 -61")
  1049. SpawnSet(NPC, "soga_nose_type", "52 29 -61")
  1050. elseif HumanAppearance_Type == 30 then
  1051. SpawnSet(NPC, "skin_color", "245 250 250")
  1052. SpawnSet(NPC, "soga_skin_color", "245 250 250")
  1053. SpawnSet(NPC, "eye_color", "82 132 95")
  1054. SpawnSet(NPC, "soga_eye_color", "82 132 95")
  1055. SpawnSet(NPC, "hair_type_color", "186 130 11")
  1056. SpawnSet(NPC, "soga_hair_type_color", "186 130 11")
  1057. SpawnSet(NPC, "hair_face_color", "186 130 11")
  1058. SpawnSet(NPC, "soga_hair_face_color", "186 130 11")
  1059. SpawnSet(NPC, "hair_type_highlight_color", "121 38 35")
  1060. SpawnSet(NPC, "soga_hair_type_highlight_color", "121 38 35")
  1061. SpawnSet(NPC, "hair_face_highlight_color", "121 38 35")
  1062. SpawnSet(NPC, "soga_hair_face_highlight_color", "121 38 35")
  1063. SpawnSet(NPC, "hair_color1", "209 131 22")
  1064. SpawnSet(NPC, "soga_hair_color1", "209 131 22")
  1065. SpawnSet(NPC, "hair_color2", "199 150 48")
  1066. SpawnSet(NPC, "soga_hair_color2", "199 150 48")
  1067. SpawnSet(NPC, "hair_highlight", "91 21 51")
  1068. SpawnSet(NPC, "soga_hair_highlight", "91 21 51")
  1069. SpawnSet(NPC, "model_color", "229 229 102")
  1070. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1071. SpawnSet(NPC, "eye_type", "-91 0 0")
  1072. SpawnSet(NPC, "soga_eye_type", "-91 0 0")
  1073. SpawnSet(NPC, "ear_type", "8 -18 0")
  1074. SpawnSet(NPC, "soga_ear_type", "8 -18 0")
  1075. SpawnSet(NPC, "eye_brow_type", "6 93 41")
  1076. SpawnSet(NPC, "soga_eye_brow_type", "6 93 41")
  1077. SpawnSet(NPC, "cheek_type", "66 45 0")
  1078. SpawnSet(NPC, "soga_cheek_type", "66 45 0")
  1079. SpawnSet(NPC, "lip_type", "-79 -91 -84")
  1080. SpawnSet(NPC, "soga_lip_type", "-79 -91 -84")
  1081. SpawnSet(NPC, "chin_type", "13 -56 -85")
  1082. SpawnSet(NPC, "soga_chin_type", "13 -56 -85")
  1083. SpawnSet(NPC, "nose_type", "48 22 81")
  1084. SpawnSet(NPC, "soga_nose_type", "48 22 81")
  1085. elseif HumanAppearance_Type == 31 then
  1086. SpawnSet(NPC, "skin_color", "46 35 36")
  1087. SpawnSet(NPC, "soga_skin_color", "46 35 36")
  1088. SpawnSet(NPC, "eye_color", "143 103 48")
  1089. SpawnSet(NPC, "soga_eye_color", "143 103 48")
  1090. SpawnSet(NPC, "hair_type_color", "195 208 207")
  1091. SpawnSet(NPC, "soga_hair_type_color", "195 208 207")
  1092. SpawnSet(NPC, "hair_face_color", "195 208 207")
  1093. SpawnSet(NPC, "soga_hair_face_color", "195 208 207")
  1094. SpawnSet(NPC, "hair_type_highlight_color", "230 170 26")
  1095. SpawnSet(NPC, "soga_hair_type_highlight_color", "230 170 26")
  1096. SpawnSet(NPC, "hair_face_highlight_color", "230 170 26")
  1097. SpawnSet(NPC, "soga_hair_face_highlight_color", "230 170 26")
  1098. SpawnSet(NPC, "hair_color1", "161 165 168")
  1099. SpawnSet(NPC, "soga_hair_color1", "161 165 168")
  1100. SpawnSet(NPC, "hair_color2", "50 69 69")
  1101. SpawnSet(NPC, "soga_hair_color2", "50 69 69")
  1102. SpawnSet(NPC, "hair_highlight", "200 165 96")
  1103. SpawnSet(NPC, "soga_hair_highlight", "200 165 96")
  1104. SpawnSet(NPC, "model_color", "229 229 102")
  1105. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1106. SpawnSet(NPC, "eye_type", "-19 0 0")
  1107. SpawnSet(NPC, "soga_eye_type", "-19 0 0")
  1108. SpawnSet(NPC, "ear_type", "70 -26 0")
  1109. SpawnSet(NPC, "soga_ear_type", "70 -26 0")
  1110. SpawnSet(NPC, "eye_brow_type", "-68 -89 90")
  1111. SpawnSet(NPC, "soga_eye_brow_type", "-68 -89 90")
  1112. SpawnSet(NPC, "cheek_type", "-1 95 0")
  1113. SpawnSet(NPC, "soga_cheek_type", "-1 95 0")
  1114. SpawnSet(NPC, "lip_type", "-6 58 21")
  1115. SpawnSet(NPC, "soga_lip_type", "-6 58 21")
  1116. SpawnSet(NPC, "chin_type", "-42 26 -63")
  1117. SpawnSet(NPC, "soga_chin_type", "-42 26 -63")
  1118. SpawnSet(NPC, "nose_type", "-19 -32 -12")
  1119. SpawnSet(NPC, "soga_nose_type", "-19 -32 -12")
  1120. elseif HumanAppearance_Type == 32 then
  1121. SpawnSet(NPC, "skin_color", "244 248 248")
  1122. SpawnSet(NPC, "soga_skin_color", "244 248 248")
  1123. SpawnSet(NPC, "eye_color", "30 57 39")
  1124. SpawnSet(NPC, "soga_eye_color", "30 57 39")
  1125. SpawnSet(NPC, "hair_type_color", "198 139 15")
  1126. SpawnSet(NPC, "soga_hair_type_color", "198 139 15")
  1127. SpawnSet(NPC, "hair_face_color", "198 139 15")
  1128. SpawnSet(NPC, "soga_hair_face_color", "198 139 15")
  1129. SpawnSet(NPC, "hair_type_highlight_color", "244 246 246")
  1130. SpawnSet(NPC, "soga_hair_type_highlight_color", "244 246 246")
  1131. SpawnSet(NPC, "hair_face_highlight_color", "244 246 246")
  1132. SpawnSet(NPC, "soga_hair_face_highlight_color", "244 246 246")
  1133. SpawnSet(NPC, "hair_color1", "209 131 22")
  1134. SpawnSet(NPC, "soga_hair_color1", "209 131 22")
  1135. SpawnSet(NPC, "hair_color2", "199 150 48")
  1136. SpawnSet(NPC, "soga_hair_color2", "199 150 48")
  1137. SpawnSet(NPC, "hair_highlight", "161 165 168")
  1138. SpawnSet(NPC, "soga_hair_highlight", "161 165 168")
  1139. SpawnSet(NPC, "model_color", "229 229 102")
  1140. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1141. SpawnSet(NPC, "eye_type", "-31 0 0")
  1142. SpawnSet(NPC, "soga_eye_type", "-31 0 0")
  1143. SpawnSet(NPC, "ear_type", "-38 -26 0")
  1144. SpawnSet(NPC, "soga_ear_type", "-38 -26 0")
  1145. SpawnSet(NPC, "eye_brow_type", "89 -64 -55")
  1146. SpawnSet(NPC, "soga_eye_brow_type", "89 -64 -55")
  1147. SpawnSet(NPC, "cheek_type", "-41 -69 0")
  1148. SpawnSet(NPC, "soga_cheek_type", "-41 -69 0")
  1149. SpawnSet(NPC, "lip_type", "-42 79 16")
  1150. SpawnSet(NPC, "soga_lip_type", "-42 79 16")
  1151. SpawnSet(NPC, "chin_type", "26 71 -41")
  1152. SpawnSet(NPC, "soga_chin_type", "26 71 -41")
  1153. SpawnSet(NPC, "nose_type", "-25 -72 17")
  1154. SpawnSet(NPC, "soga_nose_type", "-25 -72 17")
  1155. elseif HumanAppearance_Type == 33 then
  1156. SpawnSet(NPC, "skin_color", "186 197 195")
  1157. SpawnSet(NPC, "soga_skin_color", "186 197 195")
  1158. SpawnSet(NPC, "eye_color", "33 64 50")
  1159. SpawnSet(NPC, "soga_eye_color", "33 64 50")
  1160. SpawnSet(NPC, "hair_type_color", "219 157 24")
  1161. SpawnSet(NPC, "soga_hair_type_color", "219 157 24")
  1162. SpawnSet(NPC, "hair_face_color", "219 157 24")
  1163. SpawnSet(NPC, "soga_hair_face_color", "219 157 24")
  1164. SpawnSet(NPC, "hair_type_highlight_color", "0 0 0")
  1165. SpawnSet(NPC, "soga_hair_type_highlight_color", "0 0 0")
  1166. SpawnSet(NPC, "hair_face_highlight_color", "0 0 0")
  1167. SpawnSet(NPC, "soga_hair_face_highlight_color", "0 0 0")
  1168. SpawnSet(NPC, "hair_color1", "200 165 96")
  1169. SpawnSet(NPC, "soga_hair_color1", "200 165 96")
  1170. SpawnSet(NPC, "hair_color2", "173 99 44")
  1171. SpawnSet(NPC, "soga_hair_color2", "173 99 44")
  1172. SpawnSet(NPC, "hair_highlight", "38 22 21")
  1173. SpawnSet(NPC, "soga_hair_highlight", "38 22 21")
  1174. SpawnSet(NPC, "model_color", "229 229 102")
  1175. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1176. SpawnSet(NPC, "eye_type", "-9 0 0")
  1177. SpawnSet(NPC, "soga_eye_type", "-9 0 0")
  1178. SpawnSet(NPC, "ear_type", "-33 72 0")
  1179. SpawnSet(NPC, "soga_ear_type", "-33 72 0")
  1180. SpawnSet(NPC, "eye_brow_type", "95 52 36")
  1181. SpawnSet(NPC, "soga_eye_brow_type", "95 52 36")
  1182. SpawnSet(NPC, "cheek_type", "-82 16 0")
  1183. SpawnSet(NPC, "soga_cheek_type", "-82 16 0")
  1184. SpawnSet(NPC, "lip_type", "-91 -14 -19")
  1185. SpawnSet(NPC, "soga_lip_type", "-91 -14 -19")
  1186. SpawnSet(NPC, "chin_type", "58 31 -81")
  1187. SpawnSet(NPC, "soga_chin_type", "58 31 -81")
  1188. SpawnSet(NPC, "nose_type", "-44 12 -42")
  1189. SpawnSet(NPC, "soga_nose_type", "-44 12 -42")
  1190. elseif HumanAppearance_Type == 34 then
  1191. SpawnSet(NPC, "skin_color", "200 187 181")
  1192. SpawnSet(NPC, "soga_skin_color", "200 187 181")
  1193. SpawnSet(NPC, "eye_color", "144 188 195")
  1194. SpawnSet(NPC, "soga_eye_color", "144 188 195")
  1195. SpawnSet(NPC, "hair_type_color", "219 179 15")
  1196. SpawnSet(NPC, "soga_hair_type_color", "219 179 15")
  1197. SpawnSet(NPC, "hair_face_color", "219 179 15")
  1198. SpawnSet(NPC, "soga_hair_face_color", "219 179 15")
  1199. SpawnSet(NPC, "hair_type_highlight_color", "93 65 9")
  1200. SpawnSet(NPC, "soga_hair_type_highlight_color", "93 65 9")
  1201. SpawnSet(NPC, "hair_face_highlight_color", "93 65 9")
  1202. SpawnSet(NPC, "soga_hair_face_highlight_color", "93 65 9")
  1203. SpawnSet(NPC, "hair_color1", "239 221 86")
  1204. SpawnSet(NPC, "soga_hair_color1", "239 221 86")
  1205. SpawnSet(NPC, "hair_color2", "99 53 22")
  1206. SpawnSet(NPC, "soga_hair_color2", "99 53 22")
  1207. SpawnSet(NPC, "hair_highlight", "56 33 26")
  1208. SpawnSet(NPC, "soga_hair_highlight", "56 33 26")
  1209. SpawnSet(NPC, "model_color", "229 229 102")
  1210. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1211. SpawnSet(NPC, "eye_type", "-22 0 0")
  1212. SpawnSet(NPC, "soga_eye_type", "-22 0 0")
  1213. SpawnSet(NPC, "ear_type", "14 57 0")
  1214. SpawnSet(NPC, "soga_ear_type", "14 57 0")
  1215. SpawnSet(NPC, "eye_brow_type", "59 26 -90")
  1216. SpawnSet(NPC, "soga_eye_brow_type", "59 26 -90")
  1217. SpawnSet(NPC, "cheek_type", "78 -76 0")
  1218. SpawnSet(NPC, "soga_cheek_type", "78 -76 0")
  1219. SpawnSet(NPC, "lip_type", "-47 37 -64")
  1220. SpawnSet(NPC, "soga_lip_type", "-47 37 -64")
  1221. SpawnSet(NPC, "chin_type", "58 89 28")
  1222. SpawnSet(NPC, "soga_chin_type", "58 89 28")
  1223. SpawnSet(NPC, "nose_type", "8 11 -17")
  1224. SpawnSet(NPC, "soga_nose_type", "8 11 -17")
  1225. elseif HumanAppearance_Type == 35 then
  1226. SpawnSet(NPC, "skin_color", "87 81 81")
  1227. SpawnSet(NPC, "soga_skin_color", "87 81 81")
  1228. SpawnSet(NPC, "eye_color", "82 153 174")
  1229. SpawnSet(NPC, "soga_eye_color", "82 153 174")
  1230. SpawnSet(NPC, "hair_type_color", "224 175 20")
  1231. SpawnSet(NPC, "soga_hair_type_color", "224 175 20")
  1232. SpawnSet(NPC, "hair_face_color", "224 175 20")
  1233. SpawnSet(NPC, "soga_hair_face_color", "224 175 20")
  1234. SpawnSet(NPC, "hair_type_highlight_color", "100 70 10")
  1235. SpawnSet(NPC, "soga_hair_type_highlight_color", "100 70 10")
  1236. SpawnSet(NPC, "hair_face_highlight_color", "100 70 10")
  1237. SpawnSet(NPC, "soga_hair_face_highlight_color", "100 70 10")
  1238. SpawnSet(NPC, "hair_color1", "239 221 86")
  1239. SpawnSet(NPC, "soga_hair_color1", "239 221 86")
  1240. SpawnSet(NPC, "hair_color2", "99 53 22")
  1241. SpawnSet(NPC, "soga_hair_color2", "99 53 22")
  1242. SpawnSet(NPC, "hair_highlight", "56 33 26")
  1243. SpawnSet(NPC, "soga_hair_highlight", "56 33 26")
  1244. SpawnSet(NPC, "model_color", "229 229 102")
  1245. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1246. SpawnSet(NPC, "eye_type", "88 0 0")
  1247. SpawnSet(NPC, "soga_eye_type", "88 0 0")
  1248. SpawnSet(NPC, "ear_type", "3 85 0")
  1249. SpawnSet(NPC, "soga_ear_type", "3 85 0")
  1250. SpawnSet(NPC, "eye_brow_type", "7 -84 88")
  1251. SpawnSet(NPC, "soga_eye_brow_type", "7 -84 88")
  1252. SpawnSet(NPC, "cheek_type", "-32 88 0")
  1253. SpawnSet(NPC, "soga_cheek_type", "-32 88 0")
  1254. SpawnSet(NPC, "lip_type", "9 -75 -56")
  1255. SpawnSet(NPC, "soga_lip_type", "9 -75 -56")
  1256. SpawnSet(NPC, "chin_type", "-98 75 28")
  1257. SpawnSet(NPC, "soga_chin_type", "-98 75 28")
  1258. SpawnSet(NPC, "nose_type", "33 83 36")
  1259. SpawnSet(NPC, "soga_nose_type", "33 83 36")
  1260. elseif HumanAppearance_Type == 36 then
  1261. SpawnSet(NPC, "skin_color", "195 205 205")
  1262. SpawnSet(NPC, "soga_skin_color", "195 205 205")
  1263. SpawnSet(NPC, "eye_color", "116 124 67")
  1264. SpawnSet(NPC, "soga_eye_color", "116 124 67")
  1265. SpawnSet(NPC, "hair_type_color", "224 230 231")
  1266. SpawnSet(NPC, "soga_hair_type_color", "224 230 231")
  1267. SpawnSet(NPC, "hair_face_color", "224 230 231")
  1268. SpawnSet(NPC, "soga_hair_face_color", "224 230 231")
  1269. SpawnSet(NPC, "hair_type_highlight_color", "219 179 16")
  1270. SpawnSet(NPC, "soga_hair_type_highlight_color", "219 179 16")
  1271. SpawnSet(NPC, "hair_face_highlight_color", "219 179 16")
  1272. SpawnSet(NPC, "soga_hair_face_highlight_color", "219 179 16")
  1273. SpawnSet(NPC, "hair_color1", "161 165 168")
  1274. SpawnSet(NPC, "soga_hair_color1", "161 165 168")
  1275. SpawnSet(NPC, "hair_color2", "50 69 69")
  1276. SpawnSet(NPC, "soga_hair_color2", "50 69 69")
  1277. SpawnSet(NPC, "hair_highlight", "239 221 86")
  1278. SpawnSet(NPC, "soga_hair_highlight", "239 221 86")
  1279. SpawnSet(NPC, "model_color", "229 229 102")
  1280. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1281. SpawnSet(NPC, "eye_type", "-52 0 0")
  1282. SpawnSet(NPC, "soga_eye_type", "-52 0 0")
  1283. SpawnSet(NPC, "ear_type", "90 85 0")
  1284. SpawnSet(NPC, "soga_ear_type", "90 85 0")
  1285. SpawnSet(NPC, "eye_brow_type", "7 79 9")
  1286. SpawnSet(NPC, "soga_eye_brow_type", "7 79 9")
  1287. SpawnSet(NPC, "cheek_type", "63 45 0")
  1288. SpawnSet(NPC, "soga_cheek_type", "63 45 0")
  1289. SpawnSet(NPC, "lip_type", "33 -53 55")
  1290. SpawnSet(NPC, "soga_lip_type", "33 -53 55")
  1291. SpawnSet(NPC, "chin_type", "-94 -63 -58")
  1292. SpawnSet(NPC, "soga_chin_type", "-94 -63 -58")
  1293. SpawnSet(NPC, "nose_type", "56 84 0")
  1294. SpawnSet(NPC, "soga_nose_type", "56 84 0")
  1295. elseif HumanAppearance_Type == 37 then
  1296. SpawnSet(NPC, "skin_color", "209 161 122")
  1297. SpawnSet(NPC, "soga_skin_color", "209 161 122")
  1298. SpawnSet(NPC, "eye_color", "43 70 43")
  1299. SpawnSet(NPC, "soga_eye_color", "43 70 43")
  1300. SpawnSet(NPC, "hair_type_color", "228 182 26")
  1301. SpawnSet(NPC, "soga_hair_type_color", "228 182 26")
  1302. SpawnSet(NPC, "hair_face_color", "228 182 26")
  1303. SpawnSet(NPC, "soga_hair_face_color", "228 182 26")
  1304. SpawnSet(NPC, "hair_type_highlight_color", "121 38 35")
  1305. SpawnSet(NPC, "soga_hair_type_highlight_color", "121 38 35")
  1306. SpawnSet(NPC, "hair_face_highlight_color", "121 38 35")
  1307. SpawnSet(NPC, "soga_hair_face_highlight_color", "121 38 35")
  1308. SpawnSet(NPC, "hair_color1", "246 219 114")
  1309. SpawnSet(NPC, "soga_hair_color1", "246 219 114")
  1310. SpawnSet(NPC, "hair_color2", "187 136 62")
  1311. SpawnSet(NPC, "soga_hair_color2", "187 136 62")
  1312. SpawnSet(NPC, "hair_highlight", "91 21 51")
  1313. SpawnSet(NPC, "soga_hair_highlight", "91 21 51")
  1314. SpawnSet(NPC, "model_color", "229 229 102")
  1315. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1316. SpawnSet(NPC, "eye_type", "11 0 0")
  1317. SpawnSet(NPC, "soga_eye_type", "11 0 0")
  1318. SpawnSet(NPC, "ear_type", "63 -26 0")
  1319. SpawnSet(NPC, "soga_ear_type", "63 -26 0")
  1320. SpawnSet(NPC, "eye_brow_type", "-65 -81 -4")
  1321. SpawnSet(NPC, "soga_eye_brow_type", "-65 -81 -4")
  1322. SpawnSet(NPC, "cheek_type", "1 -4 0")
  1323. SpawnSet(NPC, "soga_cheek_type", "1 -4 0")
  1324. SpawnSet(NPC, "lip_type", "41 47 -72")
  1325. SpawnSet(NPC, "soga_lip_type", "41 47 -72")
  1326. SpawnSet(NPC, "chin_type", "-51 97 4")
  1327. SpawnSet(NPC, "soga_chin_type", "-51 97 4")
  1328. SpawnSet(NPC, "nose_type", "97 62 -14")
  1329. SpawnSet(NPC, "soga_nose_type", "97 62 -14")
  1330. elseif HumanAppearance_Type == 38 then
  1331. SpawnSet(NPC, "skin_color", "236 226 182")
  1332. SpawnSet(NPC, "soga_skin_color", "236 226 182")
  1333. SpawnSet(NPC, "eye_color", "31 59 41")
  1334. SpawnSet(NPC, "soga_eye_color", "31 59 41")
  1335. SpawnSet(NPC, "hair_type_color", "228 182 26")
  1336. SpawnSet(NPC, "soga_hair_type_color", "228 182 26")
  1337. SpawnSet(NPC, "hair_face_color", "228 182 26")
  1338. SpawnSet(NPC, "soga_hair_face_color", "228 182 26")
  1339. SpawnSet(NPC, "hair_type_highlight_color", "88 4 4")
  1340. SpawnSet(NPC, "soga_hair_type_highlight_color", "88 4 4")
  1341. SpawnSet(NPC, "hair_face_highlight_color", "88 4 4")
  1342. SpawnSet(NPC, "soga_hair_face_highlight_color", "88 4 4")
  1343. SpawnSet(NPC, "hair_color1", "246 219 114")
  1344. SpawnSet(NPC, "soga_hair_color1", "246 219 114")
  1345. SpawnSet(NPC, "hair_color2", "187 136 62")
  1346. SpawnSet(NPC, "soga_hair_color2", "187 136 62")
  1347. SpawnSet(NPC, "hair_highlight", "109 14 49")
  1348. SpawnSet(NPC, "soga_hair_highlight", "109 14 49")
  1349. SpawnSet(NPC, "model_color", "229 229 102")
  1350. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1351. SpawnSet(NPC, "eye_type", "-37 0 0")
  1352. SpawnSet(NPC, "soga_eye_type", "-37 0 0")
  1353. SpawnSet(NPC, "ear_type", "-78 9 0")
  1354. SpawnSet(NPC, "soga_ear_type", "-78 9 0")
  1355. SpawnSet(NPC, "eye_brow_type", "-61 17 -74")
  1356. SpawnSet(NPC, "soga_eye_brow_type", "-61 17 -74")
  1357. SpawnSet(NPC, "cheek_type", "45 -45 0")
  1358. SpawnSet(NPC, "soga_cheek_type", "45 -45 0")
  1359. SpawnSet(NPC, "lip_type", "50 -97 66")
  1360. SpawnSet(NPC, "soga_lip_type", "50 -97 66")
  1361. SpawnSet(NPC, "chin_type", "96 -47 -65")
  1362. SpawnSet(NPC, "soga_chin_type", "96 -47 -65")
  1363. SpawnSet(NPC, "nose_type", "70 63 22")
  1364. SpawnSet(NPC, "soga_nose_type", "70 63 22")
  1365. elseif HumanAppearance_Type == 39 then
  1366. SpawnSet(NPC, "skin_color", "114 103 68")
  1367. SpawnSet(NPC, "soga_skin_color", "114 103 68")
  1368. SpawnSet(NPC, "eye_color", "97 105 57")
  1369. SpawnSet(NPC, "soga_eye_color", "97 105 57")
  1370. SpawnSet(NPC, "hair_type_color", "233 184 31")
  1371. SpawnSet(NPC, "soga_hair_type_color", "233 184 31")
  1372. SpawnSet(NPC, "hair_face_color", "233 184 31")
  1373. SpawnSet(NPC, "soga_hair_face_color", "233 184 31")
  1374. SpawnSet(NPC, "hair_type_highlight_color", "43 17 14")
  1375. SpawnSet(NPC, "soga_hair_type_highlight_color", "43 17 14")
  1376. SpawnSet(NPC, "hair_face_highlight_color", "43 17 14")
  1377. SpawnSet(NPC, "soga_hair_face_highlight_color", "43 17 14")
  1378. SpawnSet(NPC, "hair_color1", "246 219 114")
  1379. SpawnSet(NPC, "soga_hair_color1", "246 219 114")
  1380. SpawnSet(NPC, "hair_color2", "187 136 62")
  1381. SpawnSet(NPC, "soga_hair_color2", "187 136 62")
  1382. SpawnSet(NPC, "hair_highlight", "54 45 28")
  1383. SpawnSet(NPC, "soga_hair_highlight", "54 45 28")
  1384. SpawnSet(NPC, "model_color", "229 229 102")
  1385. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1386. SpawnSet(NPC, "eye_type", "0 0 0")
  1387. SpawnSet(NPC, "soga_eye_type", "0 0 0")
  1388. SpawnSet(NPC, "ear_type", "84 7 0")
  1389. SpawnSet(NPC, "soga_ear_type", "84 7 0")
  1390. SpawnSet(NPC, "eye_brow_type", "-96 -93 -53")
  1391. SpawnSet(NPC, "soga_eye_brow_type", "-96 -93 -53")
  1392. SpawnSet(NPC, "cheek_type", "-34 -14 0")
  1393. SpawnSet(NPC, "soga_cheek_type", "-34 -14 0")
  1394. SpawnSet(NPC, "lip_type", "-68 79 96")
  1395. SpawnSet(NPC, "soga_lip_type", "-68 79 96")
  1396. SpawnSet(NPC, "chin_type", "94 94 -25")
  1397. SpawnSet(NPC, "soga_chin_type", "94 94 -25")
  1398. SpawnSet(NPC, "nose_type", "91 -90 48")
  1399. SpawnSet(NPC, "soga_nose_type", "91 -90 48")
  1400. elseif HumanAppearance_Type == 40 then
  1401. SpawnSet(NPC, "skin_color", "217 184 175")
  1402. SpawnSet(NPC, "soga_skin_color", "217 184 175")
  1403. SpawnSet(NPC, "eye_color", "155 186 169")
  1404. SpawnSet(NPC, "soga_eye_color", "155 186 169")
  1405. SpawnSet(NPC, "hair_type_color", "244 246 246")
  1406. SpawnSet(NPC, "soga_hair_type_color", "244 246 246")
  1407. SpawnSet(NPC, "hair_face_color", "244 246 246")
  1408. SpawnSet(NPC, "soga_hair_face_color", "244 246 246")
  1409. SpawnSet(NPC, "hair_type_highlight_color", "33 24 42")
  1410. SpawnSet(NPC, "soga_hair_type_highlight_color", "33 24 42")
  1411. SpawnSet(NPC, "hair_face_highlight_color", "33 24 42")
  1412. SpawnSet(NPC, "soga_hair_face_highlight_color", "33 24 42")
  1413. SpawnSet(NPC, "hair_color1", "161 165 168")
  1414. SpawnSet(NPC, "soga_hair_color1", "161 165 168")
  1415. SpawnSet(NPC, "hair_color2", "50 69 69")
  1416. SpawnSet(NPC, "soga_hair_color2", "50 69 69")
  1417. SpawnSet(NPC, "hair_highlight", "29 21 28")
  1418. SpawnSet(NPC, "soga_hair_highlight", "29 21 28")
  1419. SpawnSet(NPC, "model_color", "229 229 102")
  1420. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1421. SpawnSet(NPC, "eye_type", "91 0 0")
  1422. SpawnSet(NPC, "soga_eye_type", "91 0 0")
  1423. SpawnSet(NPC, "ear_type", "31 -11 0")
  1424. SpawnSet(NPC, "soga_ear_type", "31 -11 0")
  1425. SpawnSet(NPC, "eye_brow_type", "72 -24 70")
  1426. SpawnSet(NPC, "soga_eye_brow_type", "72 -24 70")
  1427. SpawnSet(NPC, "cheek_type", "39 -45 0")
  1428. SpawnSet(NPC, "soga_cheek_type", "39 -45 0")
  1429. SpawnSet(NPC, "lip_type", "26 -19 -76")
  1430. SpawnSet(NPC, "soga_lip_type", "26 -19 -76")
  1431. SpawnSet(NPC, "chin_type", "19 56 -58")
  1432. SpawnSet(NPC, "soga_chin_type", "19 56 -58")
  1433. SpawnSet(NPC, "nose_type", "19 -68 -76")
  1434. SpawnSet(NPC, "soga_nose_type", "19 -68 -76")
  1435. elseif HumanAppearance_Type == 41 then
  1436. SpawnSet(NPC, "skin_color", "")
  1437. SpawnSet(NPC, "soga_skin_color", "")
  1438. SpawnSet(NPC, "eye_color", "")
  1439. SpawnSet(NPC, "soga_eye_color", "")
  1440. SpawnSet(NPC, "hair_type_color", "")
  1441. SpawnSet(NPC, "soga_hair_type_color", "")
  1442. SpawnSet(NPC, "hair_face_color", "")
  1443. SpawnSet(NPC, "soga_hair_face_color", "")
  1444. SpawnSet(NPC, "hair_type_highlight_color", "")
  1445. SpawnSet(NPC, "soga_hair_type_highlight_color", "")
  1446. SpawnSet(NPC, "hair_face_highlight_color", "")
  1447. SpawnSet(NPC, "soga_hair_face_highlight_color", "")
  1448. SpawnSet(NPC, "hair_color1", "")
  1449. SpawnSet(NPC, "soga_hair_color1", "")
  1450. SpawnSet(NPC, "hair_color2", "")
  1451. SpawnSet(NPC, "soga_hair_color2", "")
  1452. SpawnSet(NPC, "hair_highlight", "")
  1453. SpawnSet(NPC, "soga_hair_highlight", "")
  1454. SpawnSet(NPC, "model_color", "")
  1455. SpawnSet(NPC, "soga_model_color", "")
  1456. SpawnSet(NPC, "eye_type", "")
  1457. SpawnSet(NPC, "soga_eye_type", "")
  1458. SpawnSet(NPC, "ear_type", "")
  1459. SpawnSet(NPC, "soga_ear_type", "")
  1460. SpawnSet(NPC, "eye_brow_type", "")
  1461. SpawnSet(NPC, "soga_eye_brow_type", "")
  1462. SpawnSet(NPC, "cheek_type", "")
  1463. SpawnSet(NPC, "soga_cheek_type", "")
  1464. SpawnSet(NPC, "lip_type", "")
  1465. SpawnSet(NPC, "soga_lip_type", "")
  1466. SpawnSet(NPC, "chin_type", "")
  1467. SpawnSet(NPC, "soga_chin_type", "")
  1468. SpawnSet(NPC, "nose_type", "")
  1469. SpawnSet(NPC, "soga_nose_type", "")
  1470. elseif HumanAppearance_Type == 42 then
  1471. SpawnSet(NPC, "skin_color", "")
  1472. SpawnSet(NPC, "soga_skin_color", "")
  1473. SpawnSet(NPC, "eye_color", "")
  1474. SpawnSet(NPC, "soga_eye_color", "")
  1475. SpawnSet(NPC, "hair_type_color", "")
  1476. SpawnSet(NPC, "soga_hair_type_color", "")
  1477. SpawnSet(NPC, "hair_face_color", "")
  1478. SpawnSet(NPC, "soga_hair_face_color", "")
  1479. SpawnSet(NPC, "hair_type_highlight_color", "")
  1480. SpawnSet(NPC, "soga_hair_type_highlight_color", "")
  1481. SpawnSet(NPC, "hair_face_highlight_color", "")
  1482. SpawnSet(NPC, "soga_hair_face_highlight_color", "")
  1483. SpawnSet(NPC, "hair_color1", "")
  1484. SpawnSet(NPC, "soga_hair_color1", "")
  1485. SpawnSet(NPC, "hair_color2", "")
  1486. SpawnSet(NPC, "soga_hair_color2", "")
  1487. SpawnSet(NPC, "hair_highlight", "")
  1488. SpawnSet(NPC, "soga_hair_highlight", "")
  1489. SpawnSet(NPC, "model_color", "")
  1490. SpawnSet(NPC, "soga_model_color", "")
  1491. SpawnSet(NPC, "eye_type", "")
  1492. SpawnSet(NPC, "soga_eye_type", "")
  1493. SpawnSet(NPC, "ear_type", "")
  1494. SpawnSet(NPC, "soga_ear_type", "")
  1495. SpawnSet(NPC, "eye_brow_type", "")
  1496. SpawnSet(NPC, "soga_eye_brow_type", "")
  1497. SpawnSet(NPC, "cheek_type", "")
  1498. SpawnSet(NPC, "soga_cheek_type", "")
  1499. SpawnSet(NPC, "lip_type", "")
  1500. SpawnSet(NPC, "soga_lip_type", "")
  1501. SpawnSet(NPC, "chin_type", "")
  1502. SpawnSet(NPC, "soga_chin_type", "")
  1503. SpawnSet(NPC, "nose_type", "")
  1504. SpawnSet(NPC, "soga_nose_type", "")
  1505. elseif HumanAppearance_Type == 43 then
  1506. SpawnSet(NPC, "skin_color", "")
  1507. SpawnSet(NPC, "soga_skin_color", "")
  1508. SpawnSet(NPC, "eye_color", "")
  1509. SpawnSet(NPC, "soga_eye_color", "")
  1510. SpawnSet(NPC, "hair_type_color", "")
  1511. SpawnSet(NPC, "soga_hair_type_color", "")
  1512. SpawnSet(NPC, "hair_face_color", "")
  1513. SpawnSet(NPC, "soga_hair_face_color", "")
  1514. SpawnSet(NPC, "hair_type_highlight_color", "")
  1515. SpawnSet(NPC, "soga_hair_type_highlight_color", "")
  1516. SpawnSet(NPC, "hair_face_highlight_color", "")
  1517. SpawnSet(NPC, "soga_hair_face_highlight_color", "")
  1518. SpawnSet(NPC, "hair_color1", "")
  1519. SpawnSet(NPC, "soga_hair_color1", "")
  1520. SpawnSet(NPC, "hair_color2", "")
  1521. SpawnSet(NPC, "soga_hair_color2", "")
  1522. SpawnSet(NPC, "hair_highlight", "")
  1523. SpawnSet(NPC, "soga_hair_highlight", "")
  1524. SpawnSet(NPC, "model_color", "")
  1525. SpawnSet(NPC, "soga_model_color", "")
  1526. SpawnSet(NPC, "eye_type", "")
  1527. SpawnSet(NPC, "soga_eye_type", "")
  1528. SpawnSet(NPC, "ear_type", "")
  1529. SpawnSet(NPC, "soga_ear_type", "")
  1530. SpawnSet(NPC, "eye_brow_type", "")
  1531. SpawnSet(NPC, "soga_eye_brow_type", "")
  1532. SpawnSet(NPC, "cheek_type", "")
  1533. SpawnSet(NPC, "soga_cheek_type", "")
  1534. SpawnSet(NPC, "lip_type", "")
  1535. SpawnSet(NPC, "soga_lip_type", "")
  1536. SpawnSet(NPC, "chin_type", "")
  1537. SpawnSet(NPC, "soga_chin_type", "")
  1538. SpawnSet(NPC, "nose_type", "")
  1539. SpawnSet(NPC, "soga_nose_type", "")
  1540. elseif HumanAppearance_Type == 44 then
  1541. SpawnSet(NPC, "skin_color", "")
  1542. SpawnSet(NPC, "soga_skin_color", "")
  1543. SpawnSet(NPC, "eye_color", "")
  1544. SpawnSet(NPC, "soga_eye_color", "")
  1545. SpawnSet(NPC, "hair_type_color", "")
  1546. SpawnSet(NPC, "soga_hair_type_color", "")
  1547. SpawnSet(NPC, "hair_face_color", "")
  1548. SpawnSet(NPC, "soga_hair_face_color", "")
  1549. SpawnSet(NPC, "hair_type_highlight_color", "")
  1550. SpawnSet(NPC, "soga_hair_type_highlight_color", "")
  1551. SpawnSet(NPC, "hair_face_highlight_color", "")
  1552. SpawnSet(NPC, "soga_hair_face_highlight_color", "")
  1553. SpawnSet(NPC, "hair_color1", "")
  1554. SpawnSet(NPC, "soga_hair_color1", "")
  1555. SpawnSet(NPC, "hair_color2", "")
  1556. SpawnSet(NPC, "soga_hair_color2", "")
  1557. SpawnSet(NPC, "hair_highlight", "")
  1558. SpawnSet(NPC, "soga_hair_highlight", "")
  1559. SpawnSet(NPC, "model_color", "")
  1560. SpawnSet(NPC, "soga_model_color", "")
  1561. SpawnSet(NPC, "eye_type", "")
  1562. SpawnSet(NPC, "soga_eye_type", "")
  1563. SpawnSet(NPC, "ear_type", "")
  1564. SpawnSet(NPC, "soga_ear_type", "")
  1565. SpawnSet(NPC, "eye_brow_type", "")
  1566. SpawnSet(NPC, "soga_eye_brow_type", "")
  1567. SpawnSet(NPC, "cheek_type", "")
  1568. SpawnSet(NPC, "soga_cheek_type", "")
  1569. SpawnSet(NPC, "lip_type", "")
  1570. SpawnSet(NPC, "soga_lip_type", "")
  1571. SpawnSet(NPC, "chin_type", "")
  1572. SpawnSet(NPC, "soga_chin_type", "")
  1573. SpawnSet(NPC, "nose_type", "")
  1574. SpawnSet(NPC, "soga_nose_type", "")
  1575. elseif HumanAppearance_Type == 45 then
  1576. SpawnSet(NPC, "skin_color", "")
  1577. SpawnSet(NPC, "soga_skin_color", "")
  1578. SpawnSet(NPC, "eye_color", "")
  1579. SpawnSet(NPC, "soga_eye_color", "")
  1580. SpawnSet(NPC, "hair_type_color", "")
  1581. SpawnSet(NPC, "soga_hair_type_color", "")
  1582. SpawnSet(NPC, "hair_face_color", "")
  1583. SpawnSet(NPC, "soga_hair_face_color", "")
  1584. SpawnSet(NPC, "hair_type_highlight_color", "")
  1585. SpawnSet(NPC, "soga_hair_type_highlight_color", "")
  1586. SpawnSet(NPC, "hair_face_highlight_color", "")
  1587. SpawnSet(NPC, "soga_hair_face_highlight_color", "")
  1588. SpawnSet(NPC, "hair_color1", "")
  1589. SpawnSet(NPC, "soga_hair_color1", "")
  1590. SpawnSet(NPC, "hair_color2", "")
  1591. SpawnSet(NPC, "soga_hair_color2", "")
  1592. SpawnSet(NPC, "hair_highlight", "")
  1593. SpawnSet(NPC, "soga_hair_highlight", "")
  1594. SpawnSet(NPC, "model_color", "")
  1595. SpawnSet(NPC, "soga_model_color", "")
  1596. SpawnSet(NPC, "eye_type", "")
  1597. SpawnSet(NPC, "soga_eye_type", "")
  1598. SpawnSet(NPC, "ear_type", "")
  1599. SpawnSet(NPC, "soga_ear_type", "")
  1600. SpawnSet(NPC, "eye_brow_type", "")
  1601. SpawnSet(NPC, "soga_eye_brow_type", "")
  1602. SpawnSet(NPC, "cheek_type", "")
  1603. SpawnSet(NPC, "soga_cheek_type", "")
  1604. SpawnSet(NPC, "lip_type", "")
  1605. SpawnSet(NPC, "soga_lip_type", "")
  1606. SpawnSet(NPC, "chin_type", "")
  1607. SpawnSet(NPC, "soga_chin_type", "")
  1608. SpawnSet(NPC, "nose_type", "")
  1609. SpawnSet(NPC, "soga_nose_type", "")
  1610. end
  1611. --[[ These appearances looks like a poor combination
  1612. elseif HumanAppearance_Type == 4 then
  1613. SpawnSet(NPC, "skin_color", "44 46 46")
  1614. SpawnSet(NPC, "soga_skin_color", "44 46 46")
  1615. SpawnSet(NPC, "eye_color", "145 190 203")
  1616. SpawnSet(NPC, "soga_eye_color", "145 190 203")
  1617. SpawnSet(NPC, "hair_type_color", "4 1 1")
  1618. SpawnSet(NPC, "soga_hair_type_color", "4 1 1")
  1619. SpawnSet(NPC, "hair_face_color", "4 1 1")
  1620. SpawnSet(NPC, "soga_hair_face_color", "4 1 1")
  1621. SpawnSet(NPC, "hair_type_highlight_color", "233 168 29")
  1622. SpawnSet(NPC, "soga_hair_type_highlight_color", "233 168 29")
  1623. SpawnSet(NPC, "hair_face_highlight_color", "233 168 29")
  1624. SpawnSet(NPC, "soga_hair_face_highlight_color", "233 168 29")
  1625. SpawnSet(NPC, "hair_color1", "38 22 21")
  1626. SpawnSet(NPC, "soga_hair_color1", "38 22 21")
  1627. SpawnSet(NPC, "hair_color2", "120 50 0")
  1628. SpawnSet(NPC, "soga_hair_color2", "120 50 0")
  1629. SpawnSet(NPC, "hair_highlight", "200 165 96")
  1630. SpawnSet(NPC, "soga_hair_highlight", "200 165 96")
  1631. SpawnSet(NPC, "model_color", "229 229 102")
  1632. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1633. SpawnSet(NPC, "eye_type", "-31 0 0")
  1634. SpawnSet(NPC, "soga_eye_type", "-31 0 0")
  1635. SpawnSet(NPC, "ear_type", "-96 -34 0")
  1636. SpawnSet(NPC, "soga_ear_type", "-96 -34 0")
  1637. SpawnSet(NPC, "eye_brow_type", "-72 -72 41")
  1638. SpawnSet(NPC, "soga_eye_brow_type", "-72 -72 41")
  1639. SpawnSet(NPC, "cheek_type", "-31 -82 0")
  1640. SpawnSet(NPC, "soga_cheek_type", "-31 -82 0")
  1641. SpawnSet(NPC, "lip_type", "12 -37 66")
  1642. SpawnSet(NPC, "soga_lip_type", "12 -37 66")
  1643. SpawnSet(NPC, "chin_type", "-69 -29 85")
  1644. SpawnSet(NPC, "soga_chin_type", "-69 -29 85")
  1645. SpawnSet(NPC, "nose_type", "-19 -9 -82")
  1646. SpawnSet(NPC, "soga_nose_type", "-19 -9 -82")
  1647. elseif HumanAppearance_Type == 29 then
  1648. SpawnSet(NPC, "skin_color", "61 63 63")
  1649. SpawnSet(NPC, "soga_skin_color", "61 63 63")
  1650. SpawnSet(NPC, "eye_color", "119 175 191")
  1651. SpawnSet(NPC, "soga_eye_color", "119 175 191")
  1652. SpawnSet(NPC, "hair_type_color", "184 128 10")
  1653. SpawnSet(NPC, "soga_hair_type_color", "184 128 10")
  1654. SpawnSet(NPC, "hair_face_color", "184 128 10")
  1655. SpawnSet(NPC, "soga_hair_face_color", "184 128 10")
  1656. SpawnSet(NPC, "hair_type_highlight_color", "47 14 19")
  1657. SpawnSet(NPC, "soga_hair_type_highlight_color", "47 14 19")
  1658. SpawnSet(NPC, "hair_face_highlight_color", "47 14 19")
  1659. SpawnSet(NPC, "soga_hair_face_highlight_color", "47 14 19")
  1660. SpawnSet(NPC, "hair_color1", "209 131 22")
  1661. SpawnSet(NPC, "soga_hair_color1", "209 131 22")
  1662. SpawnSet(NPC, "hair_color2", "199 150 48")
  1663. SpawnSet(NPC, "soga_hair_color2", "199 150 48")
  1664. SpawnSet(NPC, "hair_highlight", "54 45 28")
  1665. SpawnSet(NPC, "soga_hair_highlight", "54 45 28")
  1666. SpawnSet(NPC, "model_color", "229 229 102")
  1667. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1668. SpawnSet(NPC, "eye_type", "76 0 0")
  1669. SpawnSet(NPC, "soga_eye_type", "76 0 0")
  1670. SpawnSet(NPC, "ear_type", "-9 -98 0")
  1671. SpawnSet(NPC, "soga_ear_type", "-9 -98 0")
  1672. SpawnSet(NPC, "eye_brow_type", "-91 -53 -25")
  1673. SpawnSet(NPC, "soga_eye_brow_type", "-91 -53 -25")
  1674. SpawnSet(NPC, "cheek_type", "45 -1 0")
  1675. SpawnSet(NPC, "soga_cheek_type", "45 -1 0")
  1676. SpawnSet(NPC, "lip_type", "-1 33 -22")
  1677. SpawnSet(NPC, "soga_lip_type", "-1 33 -22")
  1678. SpawnSet(NPC, "chin_type", "91 -12 1")
  1679. SpawnSet(NPC, "soga_chin_type", "91 -12 1")
  1680. SpawnSet(NPC, "nose_type", "91 53 -35")
  1681. SpawnSet(NPC, "soga_nose_type", "91 53 -35")
  1682. elseif HumanAppearance_Type == 39 then
  1683. SpawnSet(NPC, "skin_color", "67 50 51")
  1684. SpawnSet(NPC, "soga_skin_color", "67 50 51")
  1685. SpawnSet(NPC, "eye_color", "115 172 190")
  1686. SpawnSet(NPC, "soga_eye_color", "115 172 190")
  1687. SpawnSet(NPC, "hair_type_color", "231 170 26")
  1688. SpawnSet(NPC, "soga_hair_type_color", "231 170 26")
  1689. SpawnSet(NPC, "hair_face_color", "231 170 26")
  1690. SpawnSet(NPC, "soga_hair_face_color", "231 170 26")
  1691. SpawnSet(NPC, "hair_type_highlight_color", "40 34 51")
  1692. SpawnSet(NPC, "soga_hair_type_highlight_color", "40 34 51")
  1693. SpawnSet(NPC, "hair_face_highlight_color", "40 34 51")
  1694. SpawnSet(NPC, "soga_hair_face_highlight_color", "40 34 51")
  1695. SpawnSet(NPC, "hair_color1", "200 165 96")
  1696. SpawnSet(NPC, "soga_hair_color1", "200 165 96")
  1697. SpawnSet(NPC, "hair_color2", "173 99 44")
  1698. SpawnSet(NPC, "soga_hair_color2", "173 99 44")
  1699. SpawnSet(NPC, "hair_highlight", "43 36 70")
  1700. SpawnSet(NPC, "soga_hair_highlight", "43 36 70")
  1701. SpawnSet(NPC, "model_color", "229 229 102")
  1702. SpawnSet(NPC, "soga_model_color", "229 229 102")
  1703. SpawnSet(NPC, "eye_type", "-58 0 0")
  1704. SpawnSet(NPC, "soga_eye_type", "-58 0 0")
  1705. SpawnSet(NPC, "ear_type", "-97 17 0")
  1706. SpawnSet(NPC, "soga_ear_type", "-97 17 0")
  1707. SpawnSet(NPC, "eye_brow_type", "-26 -18 -22")
  1708. SpawnSet(NPC, "soga_eye_brow_type", "-26 -18 -22")
  1709. SpawnSet(NPC, "cheek_type", "65 85 0")
  1710. SpawnSet(NPC, "soga_cheek_type", "65 85 0")
  1711. SpawnSet(NPC, "lip_type", "-33 -4 -72")
  1712. SpawnSet(NPC, "soga_lip_type", "-33 -4 -72")
  1713. SpawnSet(NPC, "chin_type", "-83 34 -28")
  1714. SpawnSet(NPC, "soga_chin_type", "-83 34 -28")
  1715. SpawnSet(NPC, "nose_type", "32 0 89")
  1716. SpawnSet(NPC, "soga_nose_type", "32 0 89")
  1717. --]]
  1718. end