tortured_essence10.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : tortured_essence10.lua
  3. Script Purpose : Waypoint Path for tortured_essence10.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/02/2020 06:34:16 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, 118.35, 6.99, 16.26, 2, math.random(0,5))
  18. MovementLoopAddLocation(NPC, 126.27, 7.74, 8.54, 2, math.random(0,5))
  19. MovementLoopAddLocation(NPC, 119.06, 6.99, 1.83, 2, math.random(0,5))
  20. MovementLoopAddLocation(NPC, 135.95, 6.99, 2, 2, math.random(0,5))
  21. MovementLoopAddLocation(NPC, 129.68, 7.74, 6.98, 2, math.random(0,5))
  22. MovementLoopAddLocation(NPC, 135.95, 6.99, 14.9, 2, math.random(0,5))
  23. MovementLoopAddLocation(NPC, 129.63, 7.71, 8.89, 2, math.random(0,5))
  24. MovementLoopAddLocation(NPC, 129.12, 8.49, 16.35, 2, math.random(0,5))
  25. MovementLoopAddLocation(NPC, 132.87, 8.49, 16.49, 2, math.random(0,5))
  26. MovementLoopAddLocation(NPC, 123.42, 8.49, 16.28, 2, math.random(0,5))
  27. MovementLoopAddLocation(NPC, 126.57, 8.49, 15.97, 2, math.random(0,5))
  28. MovementLoopAddLocation(NPC, 126.73, 7.45, 13.44, 2, math.random(0,5))
  29. MovementLoopAddLocation(NPC, 119.5, 6.99, 5.84, 2, math.random(0,5))
  30. MovementLoopAddLocation(NPC, 126.73, 7.45, 13.44, 2, math.random(0,5))
  31. MovementLoopAddLocation(NPC, 126.57, 8.49, 15.97, 2, math.random(0,5))
  32. MovementLoopAddLocation(NPC, 123.42, 8.49, 16.28, 2, math.random(0,5))
  33. MovementLoopAddLocation(NPC, 132.87, 8.49, 16.49, 2, math.random(0,5))
  34. MovementLoopAddLocation(NPC, 129.12, 8.49, 16.35, 2, math.random(0,5))
  35. MovementLoopAddLocation(NPC, 129.63, 7.71, 8.89, 2, math.random(0,5))
  36. MovementLoopAddLocation(NPC, 135.95, 6.99, 14.9, 2, math.random(0,5))
  37. MovementLoopAddLocation(NPC, 129.68, 7.74, 6.98, 2, math.random(0,5))
  38. MovementLoopAddLocation(NPC, 135.95, 6.99, 2, 2, math.random(0,5))
  39. MovementLoopAddLocation(NPC, 119.06, 6.99, 1.83, 2, math.random(0,5))
  40. MovementLoopAddLocation(NPC, 126.27, 7.74, 8.54, 2, math.random(0,5))
  41. MovementLoopAddLocation(NPC, 118.35, 6.99, 16.26, 2, math.random(0,5))
  42. end