crypt_tempest5.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : crypt_tempest5.lua
  3. Script Purpose : Waypoint Path for crypt_tempest5.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 01:11:18 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, 61.56, 7.28, -3.37, 2, 0)
  18. MovementLoopAddLocation(NPC, 77.56, 6.9, -4.01, 2, 0)
  19. MovementLoopAddLocation(NPC, 83.1, 6.87, -10.35, 2, 0)
  20. MovementLoopAddLocation(NPC, 83.76, 6.96, -20.07, 2, 0)
  21. MovementLoopAddLocation(NPC, 92.8, 5.74, -23.07, 2, 0)
  22. MovementLoopAddLocation(NPC, 95.81, 5.03, -28.75, 2, 0)
  23. MovementLoopAddLocation(NPC, 94.68, 3.92, -36.15, 2, 0)
  24. MovementLoopAddLocation(NPC, 87.42, 2.51, -42.56, 2, 0)
  25. MovementLoopAddLocation(NPC, 81.08, 1.67, -42.36, 2, 0)
  26. MovementLoopAddLocation(NPC, 74.42, 0.54, -38.31, 2, 0)
  27. MovementLoopAddLocation(NPC, 72, -0.07, -31.28, 2, 0)
  28. MovementLoopAddLocation(NPC, 59.46, -0.69, -31.19, 2, 0)
  29. MovementLoopAddLocation(NPC, 70.12, -0.07, -31.56, 2, 0)
  30. MovementLoopAddLocation(NPC, 73.1, -0.07, -25.2, 2, 0)
  31. MovementLoopAddLocation(NPC, 70.12, -0.07, -31.56, 2, 0)
  32. MovementLoopAddLocation(NPC, 59.46, -0.69, -31.19, 2, 0)
  33. MovementLoopAddLocation(NPC, 72, -0.07, -31.28, 2, 0)
  34. MovementLoopAddLocation(NPC, 74.42, 0.54, -38.31, 2, 0)
  35. MovementLoopAddLocation(NPC, 81.08, 1.67, -42.36, 2, 0)
  36. MovementLoopAddLocation(NPC, 87.42, 2.51, -42.56, 2, 0)
  37. MovementLoopAddLocation(NPC, 94.68, 3.92, -36.15, 2, 0)
  38. MovementLoopAddLocation(NPC, 95.81, 5.03, -28.75, 2, 0)
  39. MovementLoopAddLocation(NPC, 92.8, 5.74, -23.07, 2, 0)
  40. MovementLoopAddLocation(NPC, 83.76, 6.96, -20.07, 2, 0)
  41. MovementLoopAddLocation(NPC, 83.1, 6.87, -10.35, 2, 0)
  42. MovementLoopAddLocation(NPC, 77.56, 6.9, -4.01, 2, 0)
  43. MovementLoopAddLocation(NPC, 61.56, 7.28, -3.37, 2, 0)
  44. end