agiantcoastalcrab429010.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agiantcoastalcrab429010.lua
  3. Script Purpose : Waypoint Path for agiantcoastalcrab429010.lua
  4. Script Author : Rylec
  5. Script Date : 04-06-2020 05:03:18
  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, 68.56, -9.95, -36.39, 2, math.random(16, 24))
  18. MovementLoopAddLocation(NPC, 70.27, -9.52, -25.07, 2, 0)
  19. MovementLoopAddLocation(NPC, 67.9, -9.43, -24.04, 2, 0)
  20. MovementLoopAddLocation(NPC, 67.98, -10.37, -21.9, 2, math.random(16, 24))
  21. MovementLoopAddLocation(NPC, 68.89, -9.63, -24.09, 2, math.random(16, 24))
  22. MovementLoopAddLocation(NPC, 62.28, -6.06, -30.1, 2, 0)
  23. MovementLoopAddLocation(NPC, 63.19, -7.91, -34.92, 2, 0)
  24. MovementLoopAddLocation(NPC, 62.54, -10.41, -37.91, 2, math.random(16, 24))
  25. MovementLoopAddLocation(NPC, 63.44, -7.96, -34.99, 2, 0)
  26. MovementLoopAddLocation(NPC, 66.86, -7.6, -31.53, 2, 0)
  27. MovementLoopAddLocation(NPC, 66.9, -8.48, -25.47, 2, 0)
  28. MovementLoopAddLocation(NPC, 70.38, -10.01, -23.72, 2, math.random(16, 24))
  29. MovementLoopAddLocation(NPC, 59.25, -7.01, -27.75, 2, 0)
  30. MovementLoopAddLocation(NPC, 57.07, -7.74, -32.03, 2, 0)
  31. MovementLoopAddLocation(NPC, 57.43, -10.02, -36.03, 2, 0)
  32. MovementLoopAddLocation(NPC, 62.17, -10.49, -38.19, 2, math.random(16, 24))
  33. MovementLoopAddLocation(NPC, 65.35, -8.33, -34.68, 2, math.random(16, 24))
  34. MovementLoopAddLocation(NPC, 67.32, -9.49, -36.02, 2, 0)
  35. MovementLoopAddLocation(NPC, 69.83, -10.34, -37.3, 2, math.random(16, 24))
  36. MovementLoopAddLocation(NPC, 66.06, -7.98, -33.75, 2, 0)
  37. MovementLoopAddLocation(NPC, 68.52, -10.52, -22.27, 2, math.random(16, 24))
  38. MovementLoopAddLocation(NPC, 63.46, -10.62, -39.42, 2, math.random(16, 24))
  39. MovementLoopAddLocation(NPC, 65.17, -10.54, -39.75, 2, 0)
  40. end