treeskipper.lua 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. --[[
  2. Script Name : treeskipper.lua
  3. Script Purpose : Waypoint Path for treeskipper.lua
  4. Script Author : Devn00b
  5. Script Date : 04/11/2020 04:12:39 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. spawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 448.85, -20.75, 212.18, 2, 0)
  19. MovementLoopAddLocation(NPC, 448.56, -19.39, 195.8, 2, 0)
  20. MovementLoopAddLocation(NPC, 462.67, -20.87, 199.08, 2, 0)
  21. MovementLoopAddLocation(NPC, 495.29, -11.85, 144.64, 2, 0)
  22. MovementLoopAddLocation(NPC, 527.8, -10.55, 150.67, 2, 0)
  23. MovementLoopAddLocation(NPC, 560.54, -10.58, 151.39, 2, 0)
  24. MovementLoopAddLocation(NPC, 617.98, -12.21, 143.91, 2, 0)
  25. MovementLoopAddLocation(NPC, 619.51, -12.47, 156.58, 2, 0)
  26. MovementLoopAddLocation(NPC, 621.44, -16.61, 198.37, 2, 0)
  27. MovementLoopAddLocation(NPC, 681.93, -19.52, 181.63, 2, 0)
  28. MovementLoopAddLocation(NPC, 691.43, -19.52, 195.66, 2, 0)
  29. MovementLoopAddLocation(NPC, 701.87, -19.53, 192.37, 2, 0)
  30. MovementLoopAddLocation(NPC, 704.66, -19.51, 184.42, 2, 0)
  31. MovementLoopAddLocation(NPC, 706.97, -19.45, 177.25, 2, 0)
  32. MovementLoopAddLocation(NPC, 710.37, -20.39, 164.85, 2, 0)
  33. MovementLoopAddLocation(NPC, 710.58, -20.57, 163.84, 2, 0)
  34. MovementLoopAddLocation(NPC, 713.44, -19.43, 175.98, 2, 0)
  35. MovementLoopAddLocation(NPC, 718.92, -19.62, 185.98, 2, 0)
  36. MovementLoopAddLocation(NPC, 721.15, -19.58, 192.81, 2, 0)
  37. MovementLoopAddLocation(NPC, 711.39, -19.53, 194.73, 2, 0)
  38. MovementLoopAddLocation(NPC, 707.3, -19.54, 193.15, 2, 0)
  39. MovementLoopAddLocation(NPC, 698.38, -19.52, 196.11, 2, 0)
  40. MovementLoopAddLocation(NPC, 688.66, -19.52, 199.3, 2, 0)
  41. MovementLoopAddLocation(NPC, 686.66, -19.52, 214.73, 2, 0)
  42. MovementLoopAddLocation(NPC, 670.13, -19.57, 221.33, 2, 0)
  43. MovementLoopAddLocation(NPC, 649.1, -19.17, 227.69, 2, 0)
  44. MovementLoopAddLocation(NPC, 612.44, -18.36, 236.41, 2, 0)
  45. MovementLoopAddLocation(NPC, 582.25, -17.94, 241.81, 2, 0)
  46. MovementLoopAddLocation(NPC, 559.17, -17.69, 243.04, 2, 0)
  47. MovementLoopAddLocation(NPC, 483.4, -20.64, 240.69, 2, 0)
  48. MovementLoopAddLocation(NPC, 461.95, -21.96, 232.57, 2, 0)
  49. MovementLoopAddLocation(NPC, 449.24, -20.76, 213.14, 2, 0)
  50. MovementLoopAddLocation(NPC, 449.13, -19.36, 195.78, 2, 0)
  51. MovementLoopAddLocation(NPC, 449.24, -20.76, 213.14, 2, 0)
  52. MovementLoopAddLocation(NPC, 461.95, -21.96, 232.57, 2, 0)
  53. MovementLoopAddLocation(NPC, 483.4, -20.64, 240.69, 2, 0)
  54. MovementLoopAddLocation(NPC, 559.17, -17.69, 243.04, 2, 0)
  55. MovementLoopAddLocation(NPC, 582.25, -17.94, 241.81, 2, 0)
  56. MovementLoopAddLocation(NPC, 612.44, -18.36, 236.41, 2, 0)
  57. MovementLoopAddLocation(NPC, 649.1, -19.17, 227.69, 2, 0)
  58. MovementLoopAddLocation(NPC, 670.13, -19.57, 221.33, 2, 0)
  59. MovementLoopAddLocation(NPC, 686.66, -19.52, 214.73, 2, 0)
  60. MovementLoopAddLocation(NPC, 688.66, -19.52, 199.3, 2, 0)
  61. MovementLoopAddLocation(NPC, 698.38, -19.52, 196.11, 2, 0)
  62. MovementLoopAddLocation(NPC, 707.3, -19.54, 193.15, 2, 0)
  63. MovementLoopAddLocation(NPC, 711.39, -19.53, 194.73, 2, 0)
  64. MovementLoopAddLocation(NPC, 721.15, -19.58, 192.81, 2, 0)
  65. MovementLoopAddLocation(NPC, 718.92, -19.62, 185.98, 2, 0)
  66. MovementLoopAddLocation(NPC, 713.44, -19.43, 175.98, 2, 0)
  67. MovementLoopAddLocation(NPC, 710.58, -20.57, 163.84, 2, 0)
  68. MovementLoopAddLocation(NPC, 710.37, -20.39, 164.85, 2, 0)
  69. MovementLoopAddLocation(NPC, 706.97, -19.45, 177.25, 2, 0)
  70. MovementLoopAddLocation(NPC, 704.66, -19.51, 184.42, 2, 0)
  71. MovementLoopAddLocation(NPC, 701.87, -19.53, 192.37, 2, 0)
  72. MovementLoopAddLocation(NPC, 691.43, -19.52, 195.66, 2, 0)
  73. MovementLoopAddLocation(NPC, 681.93, -19.52, 181.63, 2, 0)
  74. MovementLoopAddLocation(NPC, 621.44, -16.61, 198.37, 2, 0)
  75. MovementLoopAddLocation(NPC, 619.51, -12.47, 156.58, 2, 0)
  76. MovementLoopAddLocation(NPC, 617.98, -12.21, 143.91, 2, 0)
  77. MovementLoopAddLocation(NPC, 560.54, -10.58, 151.39, 2, 0)
  78. MovementLoopAddLocation(NPC, 527.8, -10.55, 150.67, 2, 0)
  79. MovementLoopAddLocation(NPC, 495.29, -11.85, 144.64, 2, 0)
  80. MovementLoopAddLocation(NPC, 462.67, -20.87, 199.08, 2, 0)
  81. MovementLoopAddLocation(NPC, 448.56, -19.39, 195.8, 2, 0)
  82. MovementLoopAddLocation(NPC, 448.85, -20.75, 212.18, 2, 0)
  83. end