agiantcoastalcrab429002.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agiantcoastalcrab429002.lua
  3. Script Purpose : Waypoint Path for agiantcoastalcrab429002.lua
  4. Script Author : Rylec
  5. Script Date : 04-06-2020 05:02:59
  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, 56.1, -9.35, -26.91, 2, math.random(16, 24))
  18. MovementLoopAddLocation(NPC, 67.14, -7.69, -31.22, 2, 0)
  19. MovementLoopAddLocation(NPC, 70.05, -9.02, -32.66, 2, 0)
  20. MovementLoopAddLocation(NPC, 71.2, -9.91, -34.38, 2, math.random(16, 24))
  21. MovementLoopAddLocation(NPC, 55.88, -9.99, -34.79, 2, 0)
  22. MovementLoopAddLocation(NPC, 54.57, -10.29, -34.96, 2, math.random(16, 24))
  23. MovementLoopAddLocation(NPC, 55.67, -9.89, -34.45, 2, 0)
  24. MovementLoopAddLocation(NPC, 55.95, -10.25, -35.86, 2, math.random(16, 24))
  25. MovementLoopAddLocation(NPC, 55.96, -9.53, -33.8, 2, 0)
  26. MovementLoopAddLocation(NPC, 56.23, -8.36, -31.12, 2, 0)
  27. MovementLoopAddLocation(NPC, 59.31, -8.79, -24.66, 2, math.random(16, 24))
  28. MovementLoopAddLocation(NPC, 53.27, -11.34, -27.07, 2, math.random(16, 24))
  29. MovementLoopAddLocation(NPC, 54.06, -10.15, -27.91, 2, 0)
  30. MovementLoopAddLocation(NPC, 55.2, -9.17, -30.55, 2, 0)
  31. MovementLoopAddLocation(NPC, 54.23, -10.43, -35.68, 2, math.random(16, 24))
  32. MovementLoopAddLocation(NPC, 56.34, -9.64, -34.27, 2, 0)
  33. end