agiantcoastalcrab429008.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agiantcoastalcrab429008.lua
  3. Script Purpose : Waypoint Path for agiantcoastalcrab429008.lua
  4. Script Author : Rylec
  5. Script Date : 04-06-2020 05:03:12
  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, 67.49, -10.4, -22.15, 2, math.random(16, 24))
  18. MovementLoopAddLocation(NPC, 71.59, -9.38, -28.22, 2, 0)
  19. MovementLoopAddLocation(NPC, 68.72, -9.98, -36.42, 2, math.random(16, 24))
  20. MovementLoopAddLocation(NPC, 61.8, -10.56, -38.4, 2, math.random(16, 24))
  21. MovementLoopAddLocation(NPC, 62.91, -6.94, -33.11, 2, 0)
  22. MovementLoopAddLocation(NPC, 65.55, -6.9, -27.73, 2, 0)
  23. MovementLoopAddLocation(NPC, 65.98, -8.99, -23.93, 2, 0)
  24. MovementLoopAddLocation(NPC, 68.85, -10.64, -22.08, 2, math.random(16, 24))
  25. MovementLoopAddLocation(NPC, 65.97, -9.15, -23.6, 2, 0)
  26. MovementLoopAddLocation(NPC, 57.74, -10.03, -35.79, 2, 0)
  27. MovementLoopAddLocation(NPC, 62.13, -10.72, -39.42, 2, 0)
  28. MovementLoopAddLocation(NPC, 64.04, -10.53, -39.24, 2, 0)
  29. MovementLoopAddLocation(NPC, 65.89, -10.49, -39.75, 2, math.random(16, 24))
  30. MovementLoopAddLocation(NPC, 61.56, -10.48, -37.88, 2, math.random(16, 24))
  31. MovementLoopAddLocation(NPC, 67.3, -9.41, -35.9, 2, math.random(16, 24))
  32. MovementLoopAddLocation(NPC, 66.98, -7.67, -32.27, 2, 0)
  33. end