agiantcoastalcrab429055.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agiantcoastalcrab429055.lua
  3. Script Purpose : Waypoint Path for agiantcoastalcrab429055.lua
  4. Script Author : Rylec
  5. Script Date : 04-06-2020 05:02:50
  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, 53.41, -10.17, -28.44, 2, math.random(16, 24))
  18. MovementLoopAddLocation(NPC, 57.96, -7.37, -28.04, 2, 0)
  19. MovementLoopAddLocation(NPC, 73.02, -10.23, -27.17, 2, math.random(16, 24))
  20. MovementLoopAddLocation(NPC, 68.11, -9.37, -24.25, 2, 0)
  21. MovementLoopAddLocation(NPC, 66.34, -7.93, -26.33, 2, 0)
  22. MovementLoopAddLocation(NPC, 64.18, -6.92, -32.5, 2, 0)
  23. MovementLoopAddLocation(NPC, 62.14, -7.82, -34.85, 2, 0)
  24. MovementLoopAddLocation(NPC, 51.56, -10.60, -30.4, 2, math.random(16, 24))
  25. MovementLoopAddLocation(NPC, 57.52, -7.5, -28.49, 2, 0)
  26. MovementLoopAddLocation(NPC, 63.55, -13.84, -18.58, 2, math.random(16, 24))
  27. MovementLoopAddLocation(NPC, 67.81, -9.78, -23.35, 2, 0)
  28. MovementLoopAddLocation(NPC, 71.87, -9.89, -25.96, 2, math.random(16, 24))
  29. MovementLoopAddLocation(NPC, 64.75, -7.24, -33.08, 2, 0)
  30. MovementLoopAddLocation(NPC, 61.76, -7.38, -34.07, 2, 0)
  31. MovementLoopAddLocation(NPC, 52.12, -10.52, -31.17, 2, math.random(16, 24))
  32. MovementLoopAddLocation(NPC, 51.03, -12.4, -27.57, 2, math.random(16, 24))
  33. end