deathly_scarab7.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : deathly_scarab7.lua
  3. Script Purpose : Waypoint Path for deathly_scarab7.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/02/2020 07:59:50 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, 91.47, 6.86, 18.64, 2, 0)
  18. MovementLoopAddLocation(NPC, 70.7, 6.85, 17.35, 2, 0)
  19. MovementLoopAddLocation(NPC, 64.78, 6.85, 7.86, 2, 0)
  20. MovementLoopAddLocation(NPC, 65.11, 6.91, -15.14, 2, 0)
  21. MovementLoopAddLocation(NPC, 59.65, 6.87, -19.04, 2, 0)
  22. MovementLoopAddLocation(NPC, 51.55, 7.25, -20.07, 2, 0)
  23. MovementLoopAddLocation(NPC, 41.79, 6.83, -29.65, 2, 0)
  24. MovementLoopAddLocation(NPC, 33.96, 6.75, -32.21, 2, 0)
  25. MovementLoopAddLocation(NPC, 31.66, 6.81, -41.54, 2, 0)
  26. MovementLoopAddLocation(NPC, 27.68, 7.38, -42.87, 2, 0)
  27. MovementLoopAddLocation(NPC, 16.83, 6.59, -43.92, 2, 0)
  28. MovementLoopAddLocation(NPC, 3.27, 7.46, -42.26, 2, 0)
  29. MovementLoopAddLocation(NPC, -7.24, 6.83, -32.13, 2, 0)
  30. MovementLoopAddLocation(NPC, -16.09, 6.99, -24.63, 2, 0)
  31. MovementLoopAddLocation(NPC, -24.34, 6.82, -17.49, 2, 0)
  32. MovementLoopAddLocation(NPC, -30.74, 6.8, -10.39, 2, 0)
  33. MovementLoopAddLocation(NPC, -24.34, 6.82, -17.49, 2, 0)
  34. MovementLoopAddLocation(NPC, -16.09, 6.99, -24.63, 2, 0)
  35. MovementLoopAddLocation(NPC, -7.24, 6.83, -32.13, 2, 0)
  36. MovementLoopAddLocation(NPC, 3.27, 7.46, -42.26, 2, 0)
  37. MovementLoopAddLocation(NPC, 16.83, 6.59, -43.92, 2, 0)
  38. MovementLoopAddLocation(NPC, 27.68, 7.38, -42.87, 2, 0)
  39. MovementLoopAddLocation(NPC, 31.66, 6.81, -41.54, 2, 0)
  40. MovementLoopAddLocation(NPC, 33.96, 6.75, -32.21, 2, 0)
  41. MovementLoopAddLocation(NPC, 41.79, 6.83, -29.65, 2, 0)
  42. MovementLoopAddLocation(NPC, 51.55, 7.25, -20.07, 2, 0)
  43. MovementLoopAddLocation(NPC, 59.65, 6.87, -19.04, 2, 0)
  44. MovementLoopAddLocation(NPC, 65.11, 6.91, -15.14, 2, 0)
  45. MovementLoopAddLocation(NPC, 64.78, 6.85, 7.86, 2, 0)
  46. MovementLoopAddLocation(NPC, 70.7, 6.85, 17.35, 2, 0)
  47. MovementLoopAddLocation(NPC, 91.47, 6.86, 18.64, 2, 0)
  48. end