crypt_tempest7.lua 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : crypt_tempest7.lua
  3. Script Purpose : Waypoint Path for crypt_tempest7.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 01:13:41 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, 83.12, 6.97, -15.57, 2, 0)
  18. MovementLoopAddLocation(NPC, 83.14, 6.96, -19.91, 2, 0)
  19. MovementLoopAddLocation(NPC, 88.42, 6.41, -20.91, 2, 0)
  20. MovementLoopAddLocation(NPC, 94.56, 5.32, -27, 2, 0)
  21. MovementLoopAddLocation(NPC, 94.42, 4.53, -32.35, 2, 0)
  22. MovementLoopAddLocation(NPC, 92.77, 3.27, -39.83, 2, 0)
  23. MovementLoopAddLocation(NPC, 85.52, 2.28, -43.06, 2, 0)
  24. MovementLoopAddLocation(NPC, 74.14, 0.65, -38.94, 2, 0)
  25. MovementLoopAddLocation(NPC, 71.59, -0.07, -30.68, 2, 0)
  26. MovementLoopAddLocation(NPC, 75.28, -0.07, -23.67, 2, 0)
  27. MovementLoopAddLocation(NPC, 71.59, -0.07, -30.68, 2, 0)
  28. MovementLoopAddLocation(NPC, 74.14, 0.65, -38.94, 2, 0)
  29. MovementLoopAddLocation(NPC, 85.52, 2.28, -43.06, 2, 0)
  30. MovementLoopAddLocation(NPC, 92.77, 3.27, -39.83, 2, 0)
  31. MovementLoopAddLocation(NPC, 94.42, 4.53, -32.35, 2, 0)
  32. MovementLoopAddLocation(NPC, 94.56, 5.32, -27, 2, 0)
  33. MovementLoopAddLocation(NPC, 88.42, 6.41, -20.91, 2, 0)
  34. MovementLoopAddLocation(NPC, 83.14, 6.96, -19.91, 2, 0)
  35. MovementLoopAddLocation(NPC, 83.12, 6.97, -15.57, 2, 0)
  36. end