TheBugaboo.lua 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. --[[
  2. Script Name : SpawnScripts/The Estate of Unrest/TheBugaboo.lua
  3. Script Purpose : Waypoint Path for bogaboo.lua
  4. Script Author : Rylec
  5. Script Date : 01-02-2021 10:01:11
  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, 7.87, 1.17, 234.52, 0.75, 0)
  18. MovementLoopAddLocation(NPC, 45.54, 0, 232.29, 0.75, 0)
  19. MovementLoopAddLocation(NPC, 56.75, 1.17, 218.28, 0.75, 0)
  20. MovementLoopAddLocation(NPC, 63.25, -0.32, 205.42, 0.75, 0)
  21. MovementLoopAddLocation(NPC, 64.12, 0, 158.78, 0.75, 0)
  22. MovementLoopAddLocation(NPC, 69.11, 0.92, 131.18, 0.75, 0)
  23. MovementLoopAddLocation(NPC, 65.29, 0, 97.7, 0.75, 0)
  24. MovementLoopAddLocation(NPC, 58.54, -0.61, 84.01, 0.75, 0)
  25. MovementLoopAddLocation(NPC, 51.75, -0.51, 66.08, 0.75, 0)
  26. MovementLoopAddLocation(NPC, 48.45, -0.43, 64.14, 0.75, 0)
  27. MovementLoopAddLocation(NPC, 35.63, -0.61, 58.78, 0.75, 0)
  28. MovementLoopAddLocation(NPC, 12.46, -0.05, 54.12, 0.75, 0)
  29. MovementLoopAddLocation(NPC, 0.64, 0, 54.31, 0.75, 0)
  30. MovementLoopAddLocation(NPC, -25.43, -0.39, 56.56, 0.75, 0)
  31. MovementLoopAddLocation(NPC, -40.23, -1.01, 71.55, 0.75, 0)
  32. MovementLoopAddLocation(NPC, -46.14, -0.11, 87.29, 0.75, 0)
  33. MovementLoopAddLocation(NPC, -54.44, -0.47, 98.63, 0.75, 0)
  34. MovementLoopAddLocation(NPC, -53.6, 0.14, 133.01, 0.75, 0)
  35. MovementLoopAddLocation(NPC, -55.99, 0.21, 140.23, 0.75, 0)
  36. MovementLoopAddLocation(NPC, -60.02, 0.98, 155.86, 0.75, 0)
  37. MovementLoopAddLocation(NPC, -63.2, 0.34, 198.55, 0.75, 0)
  38. MovementLoopAddLocation(NPC, -54.88, 1.5, 209.88, 0.75, 0)
  39. MovementLoopAddLocation(NPC, -35.61, 0.67, 211.2, 0.75, 0)
  40. MovementLoopAddLocation(NPC, -27.77, 0, 215.82, 0.75, 0)
  41. MovementLoopAddLocation(NPC, -24.53, 0, 218.69, 0.75, 0)
  42. MovementLoopAddLocation(NPC, -18.57, 0, 222.66, 0.75, 0)
  43. MovementLoopAddLocation(NPC, -4.53, 0.3, 234.67, 0.75, 0)
  44. MovementLoopAddLocation(NPC, -18.57, 0, 222.66, 0.75, 0)
  45. MovementLoopAddLocation(NPC, -24.53, 0, 218.69, 0.75, 0)
  46. MovementLoopAddLocation(NPC, -27.77, 0, 215.82, 0.75, 0)
  47. MovementLoopAddLocation(NPC, -35.61, 0.67, 211.2, 0.75, 0)
  48. MovementLoopAddLocation(NPC, -54.88, 1.5, 209.88, 0.75, 0)
  49. MovementLoopAddLocation(NPC, -63.2, 0.34, 198.55, 0.75, 0)
  50. MovementLoopAddLocation(NPC, -60.2, 1.62, 174.42, 0.75, 0)
  51. MovementLoopAddLocation(NPC, -60.02, 0.98, 155.86, 0.75, 0)
  52. MovementLoopAddLocation(NPC, -55.99, 0.21, 140.23, 0.75, 0)
  53. MovementLoopAddLocation(NPC, -53.6, 0.14, 133.01, 0.75, 0)
  54. MovementLoopAddLocation(NPC, -54.44, -0.47, 98.63, 0.75, 0)
  55. MovementLoopAddLocation(NPC, -46.14, -0.11, 87.29, 0.75, 0)
  56. MovementLoopAddLocation(NPC, -40.23, -1.01, 71.55, 0.75, 0)
  57. MovementLoopAddLocation(NPC, -25.43, -0.39, 56.56, 0.75, 0)
  58. MovementLoopAddLocation(NPC, 0.64, 0, 54.31, 0.75, 0)
  59. MovementLoopAddLocation(NPC, 12.46, -0.05, 54.12, 0.75, 0)
  60. MovementLoopAddLocation(NPC, 35.63, -0.61, 58.78, 0.75, 0)
  61. MovementLoopAddLocation(NPC, 48.45, -0.43, 64.14, 0.75, 0)
  62. MovementLoopAddLocation(NPC, 51.75, -0.51, 66.08, 0.75, 0)
  63. MovementLoopAddLocation(NPC, 58.54, -0.61, 84.01, 0.75, 0)
  64. MovementLoopAddLocation(NPC, 65.29, 0, 97.7, 0.75, 0)
  65. MovementLoopAddLocation(NPC, 69.11, 0.92, 131.18, 0.75, 0)
  66. MovementLoopAddLocation(NPC, 64.12, 0, 158.78, 0.75, 0)
  67. MovementLoopAddLocation(NPC, 63.25, -0.32, 205.42, 0.75, 0)
  68. MovementLoopAddLocation(NPC, 56.75, 1.17, 218.28, 0.75, 0)
  69. MovementLoopAddLocation(NPC, 45.54, 0, 232.29, 0.75, 0)
  70. end