Grittlebone.lua 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. --[[
  2. Script Name : Grittlebone.lua
  3. Script Purpose : Waypoint Path for Grittlebone.lua
  4. Script Author : Devn00b
  5. Script Date : 04/09/2020 02:20:34 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. spawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 699.65, -21.07, -56.69, 2, 0)
  19. MovementLoopAddLocation(NPC, 701.36, -20.64, -17.22, 2, 0)
  20. MovementLoopAddLocation(NPC, 742.06, -21.26, -16.11, 2, 0)
  21. MovementLoopAddLocation(NPC, 757.23, -21, -37.66, 2, 0)
  22. MovementLoopAddLocation(NPC, 802.09, -20.68, -57.13, 2, 0)
  23. MovementLoopAddLocation(NPC, 805.38, -20.4, -57.77, 2, 0)
  24. MovementLoopAddLocation(NPC, 876.59, -25.47, -58, 2, 0)
  25. MovementLoopAddLocation(NPC, 884.84, -25.44, -52.25, 2, 0)
  26. MovementLoopAddLocation(NPC, 888.65, -25.42, -47.43, 2, 0)
  27. MovementLoopAddLocation(NPC, 896.08, -25.28, -26.62, 2, 0)
  28. MovementLoopAddLocation(NPC, 901.3, -25.43, -7.69, 2, 0)
  29. MovementLoopAddLocation(NPC, 909.2, -25.49, 17.07, 2, 0)
  30. MovementLoopAddLocation(NPC, 950.04, -25.5, 31.88, 2, 0)
  31. MovementLoopAddLocation(NPC, 954.98, -25.5, 24.78, 2, 0)
  32. MovementLoopAddLocation(NPC, 967.68, -25.47, 12.97, 2, 0)
  33. MovementLoopAddLocation(NPC, 955.83, -25.5, 24.5, 2, 0)
  34. MovementLoopAddLocation(NPC, 948, -25.5, 32.1, 2, 0)
  35. MovementLoopAddLocation(NPC, 921.54, -25.5, 24.57, 2, 0)
  36. MovementLoopAddLocation(NPC, 867.38, -25.39, 54.18, 2, 0)
  37. MovementLoopAddLocation(NPC, 857.78, -25.42, 51.13, 2, 0)
  38. MovementLoopAddLocation(NPC, 838.68, -25.47, 85.56, 2, 0)
  39. MovementLoopAddLocation(NPC, 837.52, -25.48, 94.61, 2, 0)
  40. MovementLoopAddLocation(NPC, 848.21, -25.5, 107.24, 2, 0)
  41. MovementLoopAddLocation(NPC, 864.3, -25.57, 114.45, 2, 0)
  42. MovementLoopAddLocation(NPC, 881.93, -25.5, 76.31, 2, 0)
  43. MovementLoopAddLocation(NPC, 889.81, -25.37, 45.9, 2, 0)
  44. MovementLoopAddLocation(NPC, 858.3, -25.37, 41.26, 2, 0)
  45. MovementLoopAddLocation(NPC, 833.96, -23.31, 46.12, 2, 0)
  46. MovementLoopAddLocation(NPC, 863.97, -25.37, 42.07, 2, 0)
  47. MovementLoopAddLocation(NPC, 864.56, -25.43, 27.31, 2, 0)
  48. MovementLoopAddLocation(NPC, 847.09, -25.46, 12.55, 2, 0)
  49. MovementLoopAddLocation(NPC, 864.56, -25.43, 27.31, 2, 0)
  50. MovementLoopAddLocation(NPC, 863.97, -25.37, 42.07, 2, 0)
  51. MovementLoopAddLocation(NPC, 833.96, -23.31, 46.12, 2, 0)
  52. MovementLoopAddLocation(NPC, 858.3, -25.37, 41.26, 2, 0)
  53. MovementLoopAddLocation(NPC, 889.81, -25.37, 45.9, 2, 0)
  54. MovementLoopAddLocation(NPC, 881.93, -25.5, 76.31, 2, 0)
  55. MovementLoopAddLocation(NPC, 864.3, -25.57, 114.45, 2, 0)
  56. MovementLoopAddLocation(NPC, 848.21, -25.5, 107.24, 2, 0)
  57. MovementLoopAddLocation(NPC, 837.52, -25.48, 94.61, 2, 0)
  58. MovementLoopAddLocation(NPC, 838.68, -25.47, 85.56, 2, 0)
  59. MovementLoopAddLocation(NPC, 857.78, -25.42, 51.13, 2, 0)
  60. MovementLoopAddLocation(NPC, 867.38, -25.39, 54.18, 2, 0)
  61. MovementLoopAddLocation(NPC, 921.54, -25.5, 24.57, 2, 0)
  62. MovementLoopAddLocation(NPC, 948, -25.5, 32.1, 2, 0)
  63. MovementLoopAddLocation(NPC, 955.83, -25.5, 24.5, 2, 0)
  64. MovementLoopAddLocation(NPC, 967.68, -25.47, 12.97, 2, 0)
  65. MovementLoopAddLocation(NPC, 954.98, -25.5, 24.78, 2, 0)
  66. MovementLoopAddLocation(NPC, 950.04, -25.5, 31.88, 2, 0)
  67. MovementLoopAddLocation(NPC, 909.2, -25.49, 17.07, 2, 0)
  68. MovementLoopAddLocation(NPC, 901.3, -25.43, -7.69, 2, 0)
  69. MovementLoopAddLocation(NPC, 896.08, -25.28, -26.62, 2, 0)
  70. MovementLoopAddLocation(NPC, 888.65, -25.42, -47.43, 2, 0)
  71. MovementLoopAddLocation(NPC, 884.84, -25.44, -52.25, 2, 0)
  72. MovementLoopAddLocation(NPC, 876.59, -25.47, -58, 2, 0)
  73. MovementLoopAddLocation(NPC, 805.38, -20.4, -57.77, 2, 0)
  74. MovementLoopAddLocation(NPC, 802.09, -20.68, -57.13, 2, 0)
  75. MovementLoopAddLocation(NPC, 757.23, -21, -37.66, 2, 0)
  76. MovementLoopAddLocation(NPC, 742.06, -21.26, -16.11, 2, 0)
  77. MovementLoopAddLocation(NPC, 701.36, -20.64, -17.22, 2, 0)
  78. MovementLoopAddLocation(NPC, 699.65, -21.07, -56.69, 2, 0)
  79. end