crypt_tempest6.lua 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : crypt_tempest6.lua
  3. Script Purpose : Waypoint Path for crypt_tempest6.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 01:11:23 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, 64.55, 6.82, -2.28, 2, 0)
  18. MovementLoopAddLocation(NPC, 64.52, 6.83, 10.6, 2, 0)
  19. MovementLoopAddLocation(NPC, 69.08, 7.43, 14.35, 2, 0)
  20. MovementLoopAddLocation(NPC, 98.64, 7.35, 16.22, 2, 0)
  21. MovementLoopAddLocation(NPC, 75.63, 6.86, 17.64, 2, 0)
  22. MovementLoopAddLocation(NPC, 64.19, 6.84, 11.97, 2, 0)
  23. MovementLoopAddLocation(NPC, 64.18, 6.85, -3.75, 2, 0)
  24. MovementLoopAddLocation(NPC, 78.84, 6.87, -5.06, 2, 0)
  25. MovementLoopAddLocation(NPC, 84, 7.37, -12.58, 2, 0)
  26. MovementLoopAddLocation(NPC, 83.74, 6.96, -20.39, 2, 0)
  27. MovementLoopAddLocation(NPC, 84, 7.37, -12.58, 2, 0)
  28. MovementLoopAddLocation(NPC, 78.84, 6.87, -5.06, 2, 0)
  29. MovementLoopAddLocation(NPC, 64.18, 6.85, -3.75, 2, 0)
  30. MovementLoopAddLocation(NPC, 64.19, 6.84, 11.97, 2, 0)
  31. MovementLoopAddLocation(NPC, 75.63, 6.86, 17.64, 2, 0)
  32. MovementLoopAddLocation(NPC, 98.64, 7.35, 16.22, 2, 0)
  33. MovementLoopAddLocation(NPC, 69.08, 7.43, 14.35, 2, 0)
  34. MovementLoopAddLocation(NPC, 64.52, 6.83, 10.6, 2, 0)
  35. MovementLoopAddLocation(NPC, 64.55, 6.82, -2.28, 2, 0)
  36. end