crypt_tempest3.lua 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. --[[
  2. Script Name : crypt_tempest3.lua
  3. Script Purpose : Waypoint Path for crypt_tempest3.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 12:44:02 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, 42.87, 6.97, -27.28, 2, math.random(0,5))
  18. MovementLoopAddLocation(NPC, 32.41, 6.8, -33.9, 2, math.random(0,5))
  19. MovementLoopAddLocation(NPC, 31.9, 6.83, -43.79, 2, math.random(0,5))
  20. MovementLoopAddLocation(NPC, 15.78, 6.57, -44.16, 2, math.random(0,5))
  21. MovementLoopAddLocation(NPC, 2.38, 7.45, -43.48, 2, math.random(0,5))
  22. MovementLoopAddLocation(NPC, -6.11, 6.85, -34.77, 2, math.random(0,5))
  23. MovementLoopAddLocation(NPC, -3.09, 6.85, -25.16, 2, math.random(0,5))
  24. MovementLoopAddLocation(NPC, -6.11, 6.85, -34.77, 2, math.random(0,5))
  25. MovementLoopAddLocation(NPC, 2.38, 7.45, -43.48, 2, math.random(0,5))
  26. MovementLoopAddLocation(NPC, 15.78, 6.57, -44.16, 2, math.random(0,5))
  27. MovementLoopAddLocation(NPC, 31.9, 6.83, -43.79, 2, math.random(0,5))
  28. MovementLoopAddLocation(NPC, 32.41, 6.8, -33.9, 2, math.random(0,5))
  29. MovementLoopAddLocation(NPC, 42.87, 6.97, -27.28, 2, math.random(0,5))
  30. end