tomb_vermin3.lua 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. --[[
  2. Script Name : tomb_vermin4.lua
  3. Script Purpose : Waypoint Path for tomb_vermin4.lua
  4. Script Author : Devn00b
  5. Script Date : 06/12/2020 12:22:43 AM
  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. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 26.44, -0.34, -133.3, 2, math.random(0,5))
  18. MovementLoopAddLocation(NPC, 38.67, -0.34, -133.44, 2, math.random(0,5))
  19. MovementLoopAddLocation(NPC, 38.95, 0.04, -149.79, 2, math.random(0,5))
  20. MovementLoopAddLocation(NPC, 56.35, -0.02, -136.52, 2, math.random(0,5))
  21. MovementLoopAddLocation(NPC, 52.35, 0.04, -150.28, 2, math.random(0,5))
  22. MovementLoopAddLocation(NPC, 34.34, 0.01, -130.86, 2, math.random(0,5))
  23. MovementLoopAddLocation(NPC, 48.84, -0.34, -135.29, 2, math.random(0,5))
  24. MovementLoopAddLocation(NPC, 45.49, 0.04, -129.47, 2, math.random(0,5))
  25. MovementLoopAddLocation(NPC, 46.62, 0.04, -151.15, 2, math.random(0,5))
  26. MovementLoopAddLocation(NPC, 57.03, 0.04, -140.82, 2, math.random(0,5))
  27. MovementLoopAddLocation(NPC, 43.65, -0.34, -139.84, 2, math.random(0,5))
  28. MovementLoopAddLocation(NPC, 32.94, 0.04, -130.46, 2, math.random(0,5))
  29. MovementLoopAddLocation(NPC, 15.61, -0.34, -132.03, 2, math.random(0,5))
  30. MovementLoopAddLocation(NPC, 16.28, 1.17, -139.44, 2, math.random(0,5))
  31. MovementLoopAddLocation(NPC, 22.62, 1.21, -143.91, 2, math.random(0,5))
  32. MovementLoopAddLocation(NPC, 21.36, 1.21, -149.4, 2, math.random(0,5))
  33. MovementLoopAddLocation(NPC, 21.84, 1.22, -138.98, 2, math.random(0,5))
  34. MovementLoopAddLocation(NPC, 23.54, 1.21, -142.52, 2, math.random(0,5))
  35. MovementLoopAddLocation(NPC, 29.18, 1.22, -141.85, 2, math.random(0,5))
  36. MovementLoopAddLocation(NPC, 32.05, 1.22, -138.89, 2, math.random(0,5))
  37. MovementLoopAddLocation(NPC, 32.9, 1.22, -139.81, 2, math.random(0,5))
  38. MovementLoopAddLocation(NPC, 32.77, 1.22, -148.2, 2, math.random(0,5))
  39. MovementLoopAddLocation(NPC, 19.22, 1.21, -149.45, 2, math.random(0,5))
  40. MovementLoopAddLocation(NPC, 16.15, 1.21, -140.62, 2, math.random(0,5))
  41. MovementLoopAddLocation(NPC, 15.62, 0.04, -129.6, 2, math.random(0,5))
  42. MovementLoopAddLocation(NPC, 19.75, 0.03, -134.5, 2, math.random(0,5))
  43. MovementLoopAddLocation(NPC, 26.04, 0.04, -130.26, 2, math.random(0,5))
  44. MovementLoopAddLocation(NPC, 33.99, 0.04, -134.91, 2, math.random(0,5))
  45. MovementLoopAddLocation(NPC, 38.27, 0.04, -129.8, 2, math.random(0,5))
  46. MovementLoopAddLocation(NPC, 41.8, -0.34, -134.05, 2, math.random(0,5))
  47. MovementLoopAddLocation(NPC, 38.27, 0.04, -129.8, 2, math.random(0,5))
  48. MovementLoopAddLocation(NPC, 33.99, 0.04, -134.91, 2, math.random(0,5))
  49. MovementLoopAddLocation(NPC, 26.04, 0.04, -130.26, 2, math.random(0,5))
  50. MovementLoopAddLocation(NPC, 19.75, 0.03, -134.5, 2, math.random(0,5))
  51. MovementLoopAddLocation(NPC, 15.62, 0.04, -129.6, 2, math.random(0,5))
  52. MovementLoopAddLocation(NPC, 16.15, 1.21, -140.62, 2, math.random(0,5))
  53. MovementLoopAddLocation(NPC, 19.22, 1.21, -149.45, 2, math.random(0,5))
  54. MovementLoopAddLocation(NPC, 32.77, 1.22, -148.2, 2, math.random(0,5))
  55. MovementLoopAddLocation(NPC, 32.9, 1.22, -139.81, 2, math.random(0,5))
  56. MovementLoopAddLocation(NPC, 32.05, 1.22, -138.89, 2, math.random(0,5))
  57. MovementLoopAddLocation(NPC, 29.18, 1.22, -141.85, 2, math.random(0,5))
  58. MovementLoopAddLocation(NPC, 23.54, 1.21, -142.52, 2, math.random(0,5))
  59. MovementLoopAddLocation(NPC, 21.84, 1.22, -138.98, 2, math.random(0,5))
  60. MovementLoopAddLocation(NPC, 21.36, 1.21, -149.4, 2, math.random(0,5))
  61. MovementLoopAddLocation(NPC, 22.62, 1.21, -143.91, 2, math.random(0,5))
  62. MovementLoopAddLocation(NPC, 16.28, 1.17, -139.44, 2, math.random(0,5))
  63. MovementLoopAddLocation(NPC, 15.61, -0.34, -132.03, 2, math.random(0,5))
  64. MovementLoopAddLocation(NPC, 32.94, 0.04, -130.46, 2, math.random(0,5))
  65. MovementLoopAddLocation(NPC, 43.65, -0.34, -139.84, 2, math.random(0,5))
  66. MovementLoopAddLocation(NPC, 57.03, 0.04, -140.82, 2, math.random(0,5))
  67. MovementLoopAddLocation(NPC, 46.62, 0.04, -151.15, 2, math.random(0,5))
  68. MovementLoopAddLocation(NPC, 45.49, 0.04, -129.47, 2, math.random(0,5))
  69. MovementLoopAddLocation(NPC, 48.84, -0.34, -135.29, 2, math.random(0,5))
  70. MovementLoopAddLocation(NPC, 34.34, 0.01, -130.86, 2, math.random(0,5))
  71. MovementLoopAddLocation(NPC, 52.35, 0.04, -150.28, 2, math.random(0,5))
  72. MovementLoopAddLocation(NPC, 56.35, -0.02, -136.52, 2, math.random(0,5))
  73. MovementLoopAddLocation(NPC, 38.95, 0.04, -149.79, 2, math.random(0,5))
  74. MovementLoopAddLocation(NPC, 38.67, -0.34, -133.44, 2, math.random(0,5))
  75. MovementLoopAddLocation(NPC, 26.44, -0.34, -133.3, 2, math.random(0,5))
  76. end