crypt_tempest4.lua 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : crypt_tempest4.lua
  3. Script Purpose : Waypoint Path for crypt_tempest4.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 12:48:24 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, 19.74, 6.12, -43.95, 2, math.random(0,5))
  18. MovementLoopAddLocation(NPC, 2.55, 7.43, -43.9, 2, math.random(0,5))
  19. MovementLoopAddLocation(NPC, -25.47, 6.79, -16.16, 2, math.random(0,5))
  20. MovementLoopAddLocation(NPC, 2.27, 7.45, -43.94, 2, math.random(0,5))
  21. MovementLoopAddLocation(NPC, 27.37, 7.43, -45.44, 2, math.random(0,5))
  22. MovementLoopAddLocation(NPC, 33.26, 6.82, -40.85, 2, math.random(0,5))
  23. MovementLoopAddLocation(NPC, 33.81, 6.72, -33.1, 2, math.random(0,5))
  24. MovementLoopAddLocation(NPC, 51.98, 7.44, -19.78, 2, math.random(0,5))
  25. MovementLoopAddLocation(NPC, 62.48, 6.87, -18.76, 2, math.random(0,5))
  26. MovementLoopAddLocation(NPC, 63.99, 6.9, -16.86, 2, math.random(0,5))
  27. MovementLoopAddLocation(NPC, 63.77, 6.86, -3.26, 2, math.random(0,5))
  28. MovementLoopAddLocation(NPC, 79.35, 6.87, -5.34, 2, math.random(0,5))
  29. MovementLoopAddLocation(NPC, 82.88, 6.9, -9.05, 2, math.random(0,5))
  30. MovementLoopAddLocation(NPC, 83.41, 6.96, -20.61, 2, math.random(0,5))
  31. MovementLoopAddLocation(NPC, 82.88, 6.9, -9.05, 2, math.random(0,5))
  32. MovementLoopAddLocation(NPC, 79.35, 6.87, -5.34, 2, math.random(0,5))
  33. MovementLoopAddLocation(NPC, 63.77, 6.86, -3.26, 2, math.random(0,5))
  34. MovementLoopAddLocation(NPC, 63.99, 6.9, -16.86, 2, math.random(0,5))
  35. MovementLoopAddLocation(NPC, 62.48, 6.87, -18.76, 2, math.random(0,5))
  36. MovementLoopAddLocation(NPC, 51.98, 7.44, -19.78, 2, math.random(0,5))
  37. MovementLoopAddLocation(NPC, 33.81, 6.72, -33.1, 2, math.random(0,5))
  38. MovementLoopAddLocation(NPC, 33.26, 6.82, -40.85, 2, math.random(0,5))
  39. MovementLoopAddLocation(NPC, 27.37, 7.43, -45.44, 2, math.random(0,5))
  40. MovementLoopAddLocation(NPC, 2.27, 7.45, -43.94, 2, math.random(0,5))
  41. MovementLoopAddLocation(NPC, -25.47, 6.79, -16.16, 2, math.random(0,5))
  42. MovementLoopAddLocation(NPC, 2.55, 7.43, -43.9, 2, math.random(0,5))
  43. MovementLoopAddLocation(NPC, 19.74, 6.12, -43.95, 2, math.random(0,5))
  44. end