9
3

tortured_essence13.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : tortured_essence13.lua
  3. Script Purpose : Waypoint Path for tortured_essence13.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/02/2020 07:50:33 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.29, 6.99, 17.17, 2, 0)
  18. MovementLoopAddLocation(NPC, 134.76, 6.99, 5.12, 2, 0)
  19. MovementLoopAddLocation(NPC, 154.33, 6.99, 5.2, 2, 0)
  20. MovementLoopAddLocation(NPC, 151.25, 6.99, 5.32, 2, 0)
  21. MovementLoopAddLocation(NPC, 150.79, 6.99, 15.97, 2, 0)
  22. MovementLoopAddLocation(NPC, 142.08, 6.99, 16.19, 2, 0)
  23. MovementLoopAddLocation(NPC, 142.21, 6.99, 4.8, 2, 0)
  24. MovementLoopAddLocation(NPC, 135.34, 6.99, 4.96, 2, 0)
  25. MovementLoopAddLocation(NPC, 129.64, 7.74, 7.61, 2, 0)
  26. MovementLoopAddLocation(NPC, 129.53, 6.99, 10.92, 2, 0)
  27. MovementLoopAddLocation(NPC, 128.07, 8.34, 15.17, 2, 0)
  28. MovementLoopAddLocation(NPC, 127.64, 6.99, 12.1, 2, 0)
  29. MovementLoopAddLocation(NPC, 118.94, 6.99, 5.52, 2, 0)
  30. MovementLoopAddLocation(NPC, 106.97, 6.91, 5.92, 2, 0)
  31. MovementLoopAddLocation(NPC, 107.17, 6.88, 6.79, 2, 0)
  32. MovementLoopAddLocation(NPC, 98.96, 7.38, 14.57, 2, 0)
  33. MovementLoopAddLocation(NPC, 107.17, 6.88, 6.79, 2, 0)
  34. MovementLoopAddLocation(NPC, 106.97, 6.91, 5.92, 2, 0)
  35. MovementLoopAddLocation(NPC, 118.94, 6.99, 5.52, 2, 0)
  36. MovementLoopAddLocation(NPC, 127.64, 6.99, 12.1, 2, 0)
  37. MovementLoopAddLocation(NPC, 128.07, 8.34, 15.17, 2, 0)
  38. MovementLoopAddLocation(NPC, 129.53, 6.99, 10.92, 2, 0)
  39. MovementLoopAddLocation(NPC, 129.64, 7.74, 7.61, 2, 0)
  40. MovementLoopAddLocation(NPC, 135.34, 6.99, 4.96, 2, 0)
  41. MovementLoopAddLocation(NPC, 142.21, 6.99, 4.8, 2, 0)
  42. MovementLoopAddLocation(NPC, 142.08, 6.99, 16.19, 2, 0)
  43. MovementLoopAddLocation(NPC, 150.79, 6.99, 15.97, 2, 0)
  44. MovementLoopAddLocation(NPC, 151.25, 6.99, 5.32, 2, 0)
  45. MovementLoopAddLocation(NPC, 154.33, 6.99, 5.2, 2, 0)
  46. MovementLoopAddLocation(NPC, 134.76, 6.99, 5.12, 2, 0)
  47. MovementLoopAddLocation(NPC, 135.29, 6.99, 17.17, 2, 0)
  48. end