Actor133772289.lua 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/RylecsTest/Actor133772289.lua
  3. Script Author : Rylec
  4. Script Date : 2021.03.10 05:03:59
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SpawnSet(NPC, "name", "Rigilie")
  10. SetModelType(NPC, "107")
  11. SpawnSet(NPC, "soga_model_type", "107")
  12. SpawnSet(NPC, "chest_type", "5513")
  13. SpawnSet(NPC, "legs_type", "5514")
  14. SpawnSet(NPC, "hair_type", "1134")
  15. SpawnSet(NPC, "soga_hair_type", "1134")
  16. SpawnSet(NPC, "skin_color", "240 242 214")
  17. SpawnSet(NPC, "soga_skin_color", "240 242 214")
  18. SpawnSet(NPC, "eye_color", "143 189 203")
  19. SpawnSet(NPC, "soga_eye_color", "143 189 203")
  20. SpawnSet(NPC, "hair_type_color", "97 67 9")
  21. SpawnSet(NPC, "soga_hair_type_color", "97 67 9")
  22. SpawnSet(NPC, "hair_type_highlight_color", "233 184 31")
  23. SpawnSet(NPC, "soga_hair_type_highlight_color", "233 184 31")
  24. SpawnSet(NPC, "hair_color1", "56 33 26")
  25. SpawnSet(NPC, "soga_hair_color1", "56 33 26")
  26. SpawnSet(NPC, "hair_color2", "94 59 11")
  27. SpawnSet(NPC, "soga_hair_color2", "94 59 11")
  28. SpawnSet(NPC, "hair_highlight", "246 219 114")
  29. SpawnSet(NPC, "soga_hair_highlight", "246 219 114")
  30. end
  31. function hailed(NPC, Spawn)
  32. FaceTarget(NPC, Spawn)
  33. end
  34. function respawn(NPC)
  35. end