crypt_tempest.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : crypt_tempest.lua
  3. Script Purpose : Waypoint Path for crypt_tempest.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 12:43:50 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, 84.77, 6.88, 18.46, 2, math.random(0,10))
  18. MovementLoopAddLocation(NPC, 69.41, 7.35, 15.04, 2, math.random(0,10))
  19. MovementLoopAddLocation(NPC, 63.38, 6.86, 9.56, 2, math.random(0,10))
  20. MovementLoopAddLocation(NPC, 64.03, 6.9, -17.2, 2, math.random(0,10))
  21. MovementLoopAddLocation(NPC, 61.27, 6.9, -19.66, 2, math.random(0,10))
  22. MovementLoopAddLocation(NPC, 46.69, 6.94, -20.3, 2, math.random(0,10))
  23. MovementLoopAddLocation(NPC, 35.14, 6.75, -33.06, 2, math.random(0,10))
  24. MovementLoopAddLocation(NPC, 32.29, 6.85, -42.65, 2, math.random(0,10))
  25. MovementLoopAddLocation(NPC, 27.72, 7.38, -44.13, 2, math.random(0,10))
  26. MovementLoopAddLocation(NPC, 2.81, 7.44, -43.51, 2, math.random(0,10))
  27. MovementLoopAddLocation(NPC, -16.16, 6.99, -24.84, 2, math.random(0,10))
  28. MovementLoopAddLocation(NPC, -30.4, 6.82, -10.87, 2, math.random(0,10))
  29. MovementLoopAddLocation(NPC, -16.16, 6.99, -24.84, 2, math.random(0,10))
  30. MovementLoopAddLocation(NPC, 2.81, 7.44, -43.51, 2, math.random(0,10))
  31. MovementLoopAddLocation(NPC, 27.72, 7.38, -44.13, 2, math.random(0,10))
  32. MovementLoopAddLocation(NPC, 32.29, 6.85, -42.65, 2, math.random(0,10))
  33. MovementLoopAddLocation(NPC, 35.14, 6.75, -33.06, 2, math.random(0,10))
  34. MovementLoopAddLocation(NPC, 46.69, 6.94, -20.3, 2, math.random(0,10))
  35. MovementLoopAddLocation(NPC, 61.27, 6.9, -19.66, 2, math.random(0,10))
  36. MovementLoopAddLocation(NPC, 64.03, 6.9, -17.2, 2, math.random(0,10))
  37. MovementLoopAddLocation(NPC, 63.38, 6.86, 9.56, 2, math.random(0,10))
  38. MovementLoopAddLocation(NPC, 69.41, 7.35, 15.04, 2, math.random(0,10))
  39. MovementLoopAddLocation(NPC, 84.77, 6.88, 18.46, 2, math.random(0,10))
  40. end