crawler_hatchling10.lua 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. --[[
  2. Script Name : crawler_hatchling10.lua
  3. Script Purpose : Waypoint Path for crawler_hatchling10.lua
  4. Script Author : Devn00b
  5. Script Date : 05/13/2020 12:56:48 PM
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. waypoints(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, -172.12, -0.15, -177.12, 2, 0)
  19. MovementLoopAddLocation(NPC, -172.56, -0.09, -187.63, 2, 0)
  20. MovementLoopAddLocation(NPC, -183.09, -0.09, -189.55, 2, 0)
  21. MovementLoopAddLocation(NPC, -183.64, -0.08, -187.29, 2, 0)
  22. MovementLoopAddLocation(NPC, -183.35, -0.09, -192.2, 2, 0)
  23. MovementLoopAddLocation(NPC, -174.26, -0.05, -187.81, 2, 0)
  24. MovementLoopAddLocation(NPC, -171.67, -0.15, -176.51, 2, 0)
  25. MovementLoopAddLocation(NPC, -167.31, 0.1, -171.53, 2, 0)
  26. MovementLoopAddLocation(NPC, -155.59, -0.28, -171.75, 2, 0)
  27. MovementLoopAddLocation(NPC, -149.3, -0.3, -175.17, 2, 0)
  28. MovementLoopAddLocation(NPC, -132.53, 0.48, -181.63, 2, 0)
  29. MovementLoopAddLocation(NPC, -121.69, 0.54, -180.45, 2, 0)
  30. MovementLoopAddLocation(NPC, -119.48, -0.07, -171.36, 2, 0)
  31. MovementLoopAddLocation(NPC, -120.5, 0.19, -150.26, 2, 0)
  32. MovementLoopAddLocation(NPC, -129.77, -0.06, -143.17, 2, 0)
  33. MovementLoopAddLocation(NPC, -129.47, 0.13, -128.77, 2, 0)
  34. MovementLoopAddLocation(NPC, -123.43, 0.48, -119.84, 2, 0)
  35. MovementLoopAddLocation(NPC, -117.66, -0.06, -115.02, 2, 0)
  36. MovementLoopAddLocation(NPC, -108.34, -0.1, -118.04, 2, 0)
  37. MovementLoopAddLocation(NPC, -105.5, -0.03, -119.64, 2, 0)
  38. MovementLoopAddLocation(NPC, -92.54, 0.46, -132.12, 2, 0)
  39. MovementLoopAddLocation(NPC, -85.64, -0.12, -139.3, 2, 0)
  40. MovementLoopAddLocation(NPC, -80.54, -0.05, -133.91, 2, 0)
  41. MovementLoopAddLocation(NPC, -71.86, -0.09, -142.81, 2, 0)
  42. MovementLoopAddLocation(NPC, -69.69, -0.07, -153.27, 2, 0)
  43. MovementLoopAddLocation(NPC, -85.69, -0.01, -152.9, 2, 0)
  44. MovementLoopAddLocation(NPC, -88.73, -0.09, -158.25, 2, 0)
  45. MovementLoopAddLocation(NPC, -88.83, -0.04, -172.64, 2, 0)
  46. MovementLoopAddLocation(NPC, -88.62, -0.08, -178.45, 2, 0)
  47. MovementLoopAddLocation(NPC, -82.85, -0.05, -183.03, 2, 0)
  48. MovementLoopAddLocation(NPC, -83.55, -0.08, -188.31, 2, 0)
  49. MovementLoopAddLocation(NPC, -82.85, -0.05, -183.03, 2, 0)
  50. MovementLoopAddLocation(NPC, -88.62, -0.08, -178.45, 2, 0)
  51. MovementLoopAddLocation(NPC, -88.83, -0.04, -172.64, 2, 0)
  52. MovementLoopAddLocation(NPC, -88.73, -0.09, -158.25, 2, 0)
  53. MovementLoopAddLocation(NPC, -85.69, -0.01, -152.9, 2, 0)
  54. MovementLoopAddLocation(NPC, -69.69, -0.07, -153.27, 2, 0)
  55. MovementLoopAddLocation(NPC, -71.86, -0.09, -142.81, 2, 0)
  56. MovementLoopAddLocation(NPC, -80.54, -0.05, -133.91, 2, 0)
  57. MovementLoopAddLocation(NPC, -85.64, -0.12, -139.3, 2, 0)
  58. MovementLoopAddLocation(NPC, -92.54, 0.46, -132.12, 2, 0)
  59. MovementLoopAddLocation(NPC, -105.5, -0.03, -119.64, 2, 0)
  60. MovementLoopAddLocation(NPC, -108.34, -0.1, -118.04, 2, 0)
  61. MovementLoopAddLocation(NPC, -117.66, -0.06, -115.02, 2, 0)
  62. MovementLoopAddLocation(NPC, -123.43, 0.48, -119.84, 2, 0)
  63. MovementLoopAddLocation(NPC, -129.47, 0.13, -128.77, 2, 0)
  64. MovementLoopAddLocation(NPC, -129.77, -0.06, -143.17, 2, 0)
  65. MovementLoopAddLocation(NPC, -120.5, 0.19, -150.26, 2, 0)
  66. MovementLoopAddLocation(NPC, -119.48, -0.07, -171.36, 2, 0)
  67. MovementLoopAddLocation(NPC, -121.69, 0.54, -180.45, 2, 0)
  68. MovementLoopAddLocation(NPC, -132.53, 0.48, -181.63, 2, 0)
  69. MovementLoopAddLocation(NPC, -149.3, -0.3, -175.17, 2, 0)
  70. MovementLoopAddLocation(NPC, -155.59, -0.28, -171.75, 2, 0)
  71. MovementLoopAddLocation(NPC, -167.31, 0.1, -171.53, 2, 0)
  72. MovementLoopAddLocation(NPC, -171.67, -0.15, -176.51, 2, 0)
  73. MovementLoopAddLocation(NPC, -174.26, -0.05, -187.81, 2, 0)
  74. MovementLoopAddLocation(NPC, -183.35, -0.09, -192.2, 2, 0)
  75. MovementLoopAddLocation(NPC, -183.64, -0.08, -187.29, 2, 0)
  76. MovementLoopAddLocation(NPC, -183.09, -0.09, -189.55, 2, 0)
  77. MovementLoopAddLocation(NPC, -172.56, -0.09, -187.63, 2, 0)
  78. MovementLoopAddLocation(NPC, -172.12, -0.15, -177.12, 2, 0)
  79. end