tortured_essence7.lua 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : tortured_essence7.lua
  3. Script Purpose : Waypoint Path for tortured_essence7.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/02/2020 03:41:11 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, 142.67, 6.99, -19.4, 2, math.random(0,5))
  18. MovementLoopAddLocation(NPC, 154.81, 6.99, -17.06, 2, math.random(0,5))
  19. MovementLoopAddLocation(NPC, 154.57, 6.99, -4.7, 2, math.random(0,5))
  20. MovementLoopAddLocation(NPC, 142.34, 6.99, -4.84, 2, math.random(0,5))
  21. MovementLoopAddLocation(NPC, 149.9, 7.74, -10.78, 2, math.random(0,5))
  22. MovementLoopAddLocation(NPC, 153.55, 6.99, -4.02, 2, math.random(0,5))
  23. MovementLoopAddLocation(NPC, 153.48, 7.02, 8.41, 2, math.random(0,5))
  24. MovementLoopAddLocation(NPC, 149.87, 6.99, 5.62, 2, math.random(0,5))
  25. MovementLoopAddLocation(NPC, 130.25, 7.58, 5.26, 2, math.random(0,5))
  26. MovementLoopAddLocation(NPC, 154.23, 6.99, 4.45, 2, math.random(0,5))
  27. MovementLoopAddLocation(NPC, 153.83, 6.99, -6.97, 2, math.random(0,5))
  28. MovementLoopAddLocation(NPC, 143.76, 6.99, -7.2, 2, math.random(0,5))
  29. MovementLoopAddLocation(NPC, 145.34, 6.99, -12.2, 2, math.random(0,5))
  30. MovementLoopAddLocation(NPC, 145.14, 6.99, -17.62, 2, math.random(0,5))
  31. MovementLoopAddLocation(NPC, 152.37, 6.99, -17.65, 2, math.random(0,5))
  32. MovementLoopAddLocation(NPC, 147.98, 6.99, -16.45, 2, math.random(0,5))
  33. MovementLoopAddLocation(NPC, 150.12, 7.74, -14.82, 2, math.random(0,5))
  34. MovementLoopAddLocation(NPC, 147.98, 6.99, -16.45, 2, math.random(0,5))
  35. MovementLoopAddLocation(NPC, 152.37, 6.99, -17.65, 2, math.random(0,5))
  36. MovementLoopAddLocation(NPC, 145.14, 6.99, -17.62, 2, math.random(0,5))
  37. MovementLoopAddLocation(NPC, 145.34, 6.99, -12.2, 2, math.random(0,5))
  38. MovementLoopAddLocation(NPC, 143.76, 6.99, -7.2, 2, math.random(0,5))
  39. MovementLoopAddLocation(NPC, 153.83, 6.99, -6.97, 2, math.random(0,5))
  40. MovementLoopAddLocation(NPC, 154.23, 6.99, 4.45, 2, math.random(0,5))
  41. MovementLoopAddLocation(NPC, 130.25, 7.58, 5.26, 2, math.random(0,5))
  42. MovementLoopAddLocation(NPC, 149.87, 6.99, 5.62, 2, math.random(0,5))
  43. MovementLoopAddLocation(NPC, 153.48, 7.02, 8.41, 2, math.random(0,5))
  44. MovementLoopAddLocation(NPC, 153.55, 6.99, -4.02, 2, math.random(0,5))
  45. MovementLoopAddLocation(NPC, 149.9, 7.74, -10.78, 2, math.random(0,5))
  46. MovementLoopAddLocation(NPC, 142.34, 6.99, -4.84, 2, math.random(0,5))
  47. MovementLoopAddLocation(NPC, 154.57, 6.99, -4.7, 2, math.random(0,5))
  48. MovementLoopAddLocation(NPC, 154.81, 6.99, -17.06, 2, math.random(0,5))
  49. MovementLoopAddLocation(NPC, 142.67, 6.99, -19.4, 2, math.random(0,5))
  50. end