tortured_essence8.lua 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : tortured_essence8.lua
  3. Script Purpose : Waypoint Path for tortured_essence8.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/02/2020 03:41:20 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.91, 6.99, -21.93, 2, math.random(0,5))
  18. MovementLoopAddLocation(NPC, 149.88, 7.68, -15.42, 2, math.random(0,5))
  19. MovementLoopAddLocation(NPC, 154.82, 6.99, -21.07, 2, math.random(0,5))
  20. MovementLoopAddLocation(NPC, 140.82, 6.99, -18.27, 2, math.random(0,5))
  21. MovementLoopAddLocation(NPC, 140.86, 6.99, -6.08, 2, math.random(0,5))
  22. MovementLoopAddLocation(NPC, 155.14, 6.99, -6.32, 2, math.random(0,5))
  23. MovementLoopAddLocation(NPC, 155.22, 6.99, -18.16, 2, math.random(0,5))
  24. MovementLoopAddLocation(NPC, 142.77, 6.99, -18.7, 2, math.random(0,5))
  25. MovementLoopAddLocation(NPC, 155.22, 6.99, -18.16, 2, math.random(0,5))
  26. MovementLoopAddLocation(NPC, 155.14, 6.99, -6.32, 2, math.random(0,5))
  27. MovementLoopAddLocation(NPC, 140.86, 6.99, -6.08, 2, math.random(0,5))
  28. MovementLoopAddLocation(NPC, 140.82, 6.99, -18.27, 2, math.random(0,5))
  29. MovementLoopAddLocation(NPC, 154.82, 6.99, -21.07, 2, math.random(0,5))
  30. MovementLoopAddLocation(NPC, 149.88, 7.68, -15.42, 2, math.random(0,5))
  31. MovementLoopAddLocation(NPC, 142.91, 6.99, -21.93, 2, math.random(0,5))
  32. end