agiantcoastalcrab429003.lua 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agiantcoastalcrab429003.lua
  3. Script Purpose : Waypoint Path for agiantcoastalcrab429003.lua
  4. Script Author : Rylec
  5. Script Date : 04-06-2020 05:03:01
  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, 72.97, -10.66, -33.49, 2, math.random(16, 24))
  18. MovementLoopAddLocation(NPC, 71.47, -9.63, -31.65, 2, 0)
  19. MovementLoopAddLocation(NPC, 64.08, -6.81, -26.63, 2, 0)
  20. MovementLoopAddLocation(NPC, 59.96, -6.93, -27.85, 2, 0)
  21. MovementLoopAddLocation(NPC, 56.5, -9.98, -35.11, 2, math.random(16, 24))
  22. MovementLoopAddLocation(NPC, 54.39, -9.66, -31.84, 2, 0)
  23. MovementLoopAddLocation(NPC, 55.98, -8.56, -28.62, 2, 0)
  24. MovementLoopAddLocation(NPC, 56.65, -9.03, -26.62, 2, math.random(16, 24))
  25. MovementLoopAddLocation(NPC, 57.13, -8.59, -26.49, 2, 0)
  26. MovementLoopAddLocation(NPC, 57.75, -7.25, -32.26, 2, 0)
  27. MovementLoopAddLocation(NPC, 57.32, -10.24, -37.51, 2, math.random(16, 24))
  28. MovementLoopAddLocation(NPC, 57.63, -8.75, -34.03, 2, 0)
  29. MovementLoopAddLocation(NPC, 56, -8.56, -29, 2, 0)
  30. MovementLoopAddLocation(NPC, 57.58, -8.77, -25.92, 2, math.random(16, 24))
  31. MovementLoopAddLocation(NPC, 55.52, -8.98, -27.95, 2, 0)
  32. MovementLoopAddLocation(NPC, 55.42, -9.11, -31.95, 2, 0)
  33. MovementLoopAddLocation(NPC, 55.5, -10.24, -35.99, 2, math.random(16, 24))
  34. MovementLoopAddLocation(NPC, 59.43, -8.93, -35.15, 2, 0)
  35. MovementLoopAddLocation(NPC, 61.48, -8.3, -35.55, 2, 0)
  36. MovementLoopAddLocation(NPC, 71.33, -9.68, -32.62, 2, math.random(16, 24))
  37. MovementLoopAddLocation(NPC, 65.39, -9.14, -35.85, 2, 0)
  38. MovementLoopAddLocation(NPC, 56.33, -9.85, -34.71, 2, math.random(16, 24))
  39. MovementLoopAddLocation(NPC, 51.51, -11.01, -34.28, 2, math.random(16, 24))
  40. MovementLoopAddLocation(NPC, 53.51, -10.02, -33.05, 2, 0)
  41. MovementLoopAddLocation(NPC, 55.52, -8.9, -30.24, 2, 0)
  42. MovementLoopAddLocation(NPC, 60.11, -8.93, -23.96, 2, 0)
  43. MovementLoopAddLocation(NPC, 60.15, -9.92, -22.96, 2, math.random(16, 24))
  44. MovementLoopAddLocation(NPC, 62.24, -7.74, -24.48, 2, 0)
  45. end