forgotten_soul3056.lua 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/DownBelow/forgotten_soul3056.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2022.04.24 07:04:02
  5. Script Purpose :
  6. :
  7. --]]
  8. require "SpawnScripts/Generic/NPCModule"
  9. function spawn(NPC, Spawn)
  10. NPCModule(NPC, Spawn)
  11. waypoints(NPC)
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. end
  16. function respawn(NPC)
  17. spawn(NPC)
  18. end
  19. function waypoints(NPC)
  20. MovementLoopAddLocation(NPC, -183.62, -0.09, -74.08, 2, 3)
  21. MovementLoopAddLocation(NPC, -189.81, 0.15, -69.6, 2, 0)
  22. MovementLoopAddLocation(NPC, -191.58, -0.1, -60.49, 2, 0)
  23. MovementLoopAddLocation(NPC, -190.25, 0.15, -48.91, 2, 0)
  24. MovementLoopAddLocation(NPC, -181.55, -0.13, -39.71, 2, 0)
  25. MovementLoopAddLocation(NPC, -186.26, 0.14, -34.22, 2, 5)
  26. MovementLoopAddLocation(NPC, -182.55, -0.09, -37.44, 2, 0)
  27. MovementLoopAddLocation(NPC, -183.16, -0.15, -40.05, 2, 0)
  28. MovementLoopAddLocation(NPC, -190.29, 0.03, -49.23, 2, 0)
  29. MovementLoopAddLocation(NPC, -191.1, -0.06, -66.55, 2, 0)
  30. MovementLoopAddLocation(NPC, -185.36, -0.09, -73.11, 2, 0)
  31. MovementLoopAddLocation(NPC, -175.75, -0.27, -74.05, 2, 0)
  32. MovementLoopAddLocation(NPC, -177.57, -0.25, -83.77, 2, 0)
  33. MovementLoopAddLocation(NPC, -182.58, -0.11, -89.81, 2, 0)
  34. MovementLoopAddLocation(NPC, -189.46, -0.07, -93.07, 2, 0)
  35. MovementLoopAddLocation(NPC, -202.88, 0.44, -92.78, 2, 0)
  36. MovementLoopAddLocation(NPC, -210.77, -0.05, -90.24, 2, 0)
  37. MovementLoopAddLocation(NPC, -217.37, -0.1, -83.24, 2, 5)
  38. MovementLoopAddLocation(NPC, -218.46, -0.04, -74.9, 2, 0)
  39. MovementLoopAddLocation(NPC, -218.39, 0.01, -58.53, 2, 0)
  40. MovementLoopAddLocation(NPC, -213.74, 0.01, -52.86, 2, 0)
  41. MovementLoopAddLocation(NPC, -198.03, 0, -35.24, 2, 5)
  42. MovementLoopAddLocation(NPC, -214.27, -0.01, -51.47, 2, 0)
  43. MovementLoopAddLocation(NPC, -218.38, 0.01, -58.22, 2, 0)
  44. MovementLoopAddLocation(NPC, -218.59, -0.05, -79.7, 2, 0)
  45. MovementLoopAddLocation(NPC, -210.76, -0.04, -89.99, 2, 0)
  46. MovementLoopAddLocation(NPC, -189.07, -0.05, -93.23, 2, 0)
  47. MovementLoopAddLocation(NPC, -176.96, -0.24, -83.39, 2, 0)
  48. MovementLoopAddLocation(NPC, -176.23, -0.25, -74.62, 2, 0)
  49. MovementLoopAddLocation(NPC, -182.63, -0.12, -74.29, 2, 0)
  50. MovementLoopAddLocation(NPC, -187.4, 0.19, -72.47, 2, 5)
  51. end