alargecoastalcrab430495.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/alargecoastalcrab430495.lua
  3. Script Purpose : Waypoint Path for alargecoastalcrab430495.lua
  4. Script Author : Rylec
  5. Script Date : 11-25-2019 05:43:55
  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, -62.6, -8.21, 47.61, 2, math.random(16, 24))
  18. MovementLoopAddLocation(NPC, -87.64, -7.83, 46.91, 2, math.random(16, 24))
  19. MovementLoopAddLocation(NPC, -71.21, -8.21, 32.7, 2, math.random(16, 24))
  20. MovementLoopAddLocation(NPC, -62.89, -8.42, 39.68, 2, math.random(16, 24))
  21. MovementLoopAddLocation(NPC, -84.3, -8.55, 35.92, 2, 0)
  22. MovementLoopAddLocation(NPC, -89.56, -9.43, 35.98, 2, 0)
  23. -- MovementLoopAddLocation(NPC, -91.15, -10.21, 34.94, 2, 0)
  24. MovementLoopAddLocation(NPC, -91.14, -10.17, 35.07, 2, math.random(16, 24))
  25. MovementLoopAddLocation(NPC, -90.96, -9.58, 36.72, 2, 0)
  26. MovementLoopAddLocation(NPC, -91.26, -9.26, 38.33, 2, 0)
  27. MovementLoopAddLocation(NPC, -90.15, -8.72, 40.55, 2, math.random(16, 24))
  28. MovementLoopAddLocation(NPC, -87.35, -8.5, 39.42, 2, 0)
  29. MovementLoopAddLocation(NPC, -80.11, -8.91, 31.88, 2, 0)
  30. -- MovementLoopAddLocation(NPC, -78.9, -9.59, 29.37, 2, 0)
  31. MovementLoopAddLocation(NPC, -78.87, -9.58, 29.38, 2, math.random(16, 24))
  32. MovementLoopAddLocation(NPC, -77.45, -9.17, 29.9, 2, 0)
  33. MovementLoopAddLocation(NPC, -74.41, -8.57, 30.54, 2, math.random(16, 24))
  34. MovementLoopAddLocation(NPC, -71.36, -7.98, 34.1, 2, 0)
  35. MovementLoopAddLocation(NPC, -63.06, -8.35, 43.73, 2, math.random(16, 24))
  36. MovementLoopAddLocation(NPC, -64.2, -8.02, 44.06, 2, 0)
  37. MovementLoopAddLocation(NPC, -89.08, -8.58, 40.46, 2, math.random(16, 24))
  38. MovementLoopAddLocation(NPC, -87.46, -8.49, 39.61, 2, 0)
  39. -- MovementLoopAddLocation(NPC, -80.58, -9.14, 31.38, 2, 0)
  40. MovementLoopAddLocation(NPC, -80.52, -9.13, 31.39, 2, math.random(16, 24))
  41. MovementLoopAddLocation(NPC, -77.97, -8.7, 31.71, 2, 0)
  42. MovementLoopAddLocation(NPC, -71.45, -8.49, 30.31, 2, math.random(16, 24))
  43. -- MovementLoopAddLocation(NPC, -62.46, -8.22, 47.63, 2, 0)
  44. end