deathly_scarab9.lua 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : deathly_scarab9.lua
  3. Script Purpose : Waypoint Path for deathly_scarab9.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 12:57:45 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. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, -23.58, 6.82, -17.06, 2, 0)
  18. MovementLoopAddLocation(NPC, -15.81, 6.99, -24.92, 2, 0)
  19. MovementLoopAddLocation(NPC, -9.15, 6.84, -30.31, 2, 0)
  20. MovementLoopAddLocation(NPC, -0.53, 6.83, -21.25, 2, 0)
  21. MovementLoopAddLocation(NPC, -0.6, 6.99, -13.44, 2, 0)
  22. MovementLoopAddLocation(NPC, -11.63, 5.35, -4.36, 2, 0)
  23. MovementLoopAddLocation(NPC, -12.15, 4.55, 1.86, 2, 0)
  24. MovementLoopAddLocation(NPC, -8.06, 3.15, 9.27, 2, 0)
  25. MovementLoopAddLocation(NPC, 1.14, 1.85, 13.13, 2, 0)
  26. MovementLoopAddLocation(NPC, 8.49, 0.74, 8.89, 2, 0)
  27. MovementLoopAddLocation(NPC, 11.22, -0.04, 1.5, 2, 0)
  28. MovementLoopAddLocation(NPC, 25.3, -0.09, 0.71, 2, 0)
  29. MovementLoopAddLocation(NPC, 29.57, -0.07, 3.25, 2, 0)
  30. MovementLoopAddLocation(NPC, 37.45, 0.35, 1.9, 2, 0)
  31. MovementLoopAddLocation(NPC, 43.02, -0.22, -5.82, 2, 0)
  32. MovementLoopAddLocation(NPC, 43.72, -0.18, -15.88, 2, 0)
  33. MovementLoopAddLocation(NPC, 42.72, -0.18, -30.14, 2, 0)
  34. MovementLoopAddLocation(NPC, 43.72, -0.18, -15.88, 2, 0)
  35. MovementLoopAddLocation(NPC, 43.02, -0.22, -5.82, 2, 0)
  36. MovementLoopAddLocation(NPC, 37.45, 0.35, 1.9, 2, 0)
  37. MovementLoopAddLocation(NPC, 29.57, -0.07, 3.25, 2, 0)
  38. MovementLoopAddLocation(NPC, 25.3, -0.09, 0.71, 2, 0)
  39. MovementLoopAddLocation(NPC, 11.22, -0.04, 1.5, 2, 0)
  40. MovementLoopAddLocation(NPC, 8.49, 0.74, 8.89, 2, 0)
  41. MovementLoopAddLocation(NPC, 1.14, 1.85, 13.13, 2, 0)
  42. MovementLoopAddLocation(NPC, -8.06, 3.15, 9.27, 2, 0)
  43. MovementLoopAddLocation(NPC, -12.15, 4.55, 1.86, 2, 0)
  44. MovementLoopAddLocation(NPC, -11.63, 5.35, -4.36, 2, 0)
  45. MovementLoopAddLocation(NPC, -0.6, 6.99, -13.44, 2, 0)
  46. MovementLoopAddLocation(NPC, -0.53, 6.83, -21.25, 2, 0)
  47. MovementLoopAddLocation(NPC, -9.15, 6.84, -30.31, 2, 0)
  48. MovementLoopAddLocation(NPC, -15.81, 6.99, -24.92, 2, 0)
  49. MovementLoopAddLocation(NPC, -23.58, 6.82, -17.06, 2, 0)
  50. end