tortured_essence12.lua 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. --[[
  2. Script Name : tortured_essence12.lua
  3. Script Purpose : Waypoint Path for tortured_essence12.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/02/2020 07:47:36 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, 135.77, 6.99, 15.03, 2, 0)
  18. MovementLoopAddLocation(NPC, 134.63, 6.99, 1.63, 2, 0)
  19. MovementLoopAddLocation(NPC, 128.91, 6.99, 12.32, 2, 0)
  20. MovementLoopAddLocation(NPC, 128.07, 8.39, 15.3, 2, 0)
  21. MovementLoopAddLocation(NPC, 126.28, 7.74, 7.58, 2, 0)
  22. MovementLoopAddLocation(NPC, 117.7, 7.11, 5.99, 2, 0)
  23. MovementLoopAddLocation(NPC, 111.72, 6.87, 4.69, 2, 0)
  24. MovementLoopAddLocation(NPC, 105.6, 6.93, 10.32, 2, 0)
  25. MovementLoopAddLocation(NPC, 109.87, 6.82, 6.33, 2, 0)
  26. MovementLoopAddLocation(NPC, 116.49, 7.12, 5.49, 2, 0)
  27. MovementLoopAddLocation(NPC, 126.07, 7.74, 6.83, 2, 0)
  28. MovementLoopAddLocation(NPC, 125.21, 6.99, 1.28, 2, 0)
  29. MovementLoopAddLocation(NPC, 118.13, 6.99, 2.21, 2, 0)
  30. MovementLoopAddLocation(NPC, 117.55, 6.99, 17.22, 2, 0)
  31. MovementLoopAddLocation(NPC, 125.93, 7.62, 9.07, 2, 0)
  32. MovementLoopAddLocation(NPC, 126.82, 6.99, 11.35, 2, 0)
  33. MovementLoopAddLocation(NPC, 136.59, 6.99, 13.47, 2, 0)
  34. MovementLoopAddLocation(NPC, 137.08, 6.99, 2.44, 2, 0)
  35. MovementLoopAddLocation(NPC, 136.59, 6.99, 13.47, 2, 0)
  36. MovementLoopAddLocation(NPC, 126.82, 6.99, 11.35, 2, 0)
  37. MovementLoopAddLocation(NPC, 125.93, 7.62, 9.07, 2, 0)
  38. MovementLoopAddLocation(NPC, 117.55, 6.99, 17.22, 2, 0)
  39. MovementLoopAddLocation(NPC, 118.13, 6.99, 2.21, 2, 0)
  40. MovementLoopAddLocation(NPC, 125.21, 6.99, 1.28, 2, 0)
  41. MovementLoopAddLocation(NPC, 126.07, 7.74, 6.83, 2, 0)
  42. MovementLoopAddLocation(NPC, 116.49, 7.12, 5.49, 2, 0)
  43. MovementLoopAddLocation(NPC, 109.87, 6.82, 6.33, 2, 0)
  44. MovementLoopAddLocation(NPC, 105.6, 6.93, 10.32, 2, 0)
  45. MovementLoopAddLocation(NPC, 111.72, 6.87, 4.69, 2, 0)
  46. MovementLoopAddLocation(NPC, 117.7, 7.11, 5.99, 2, 0)
  47. MovementLoopAddLocation(NPC, 126.28, 7.74, 7.58, 2, 0)
  48. MovementLoopAddLocation(NPC, 128.07, 8.39, 15.3, 2, 0)
  49. MovementLoopAddLocation(NPC, 128.91, 6.99, 12.32, 2, 0)
  50. MovementLoopAddLocation(NPC, 134.63, 6.99, 1.63, 2, 0)
  51. MovementLoopAddLocation(NPC, 135.77, 6.99, 15.03, 2, 0)
  52. end