acoastalcrab430312.lua 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/acoastalcrab430312.lua
  3. Script Purpose : Waypoint Path for acoastalcrab430312.lua
  4. Script Author : Rylec
  5. Script Date : 11-25-2019 05:43: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, -89.36, -8.47, 41.74, 2, math.random(16, 24))
  18. -- MovementLoopAddLocation(NPC, -66.8, -9.62, 27.45, 2, 0)
  19. MovementLoopAddLocation(NPC, -66.85, -9.61, 27.46, 2, math.random(16, 24))
  20. MovementLoopAddLocation(NPC, -80.18, -8.51, 33.54, 2, 0)
  21. MovementLoopAddLocation(NPC, -87.18, -8.66, 37.79, 2, 0)
  22. MovementLoopAddLocation(NPC, -90.06, -8.94, 38.96, 2, 0)
  23. MovementLoopAddLocation(NPC, -92.31, -9.03, 40.34, 2, 0)
  24. -- MovementLoopAddLocation(NPC, -94.52, -9.51, 40.44, 2, 0)
  25. MovementLoopAddLocation(NPC, -94.45, -9.49, 40.48, 2, math.random(16, 24))
  26. MovementLoopAddLocation(NPC, -92.67, -9.08, 40.46, 2, 0)
  27. MovementLoopAddLocation(NPC, -81.2, -9.36, 30.94, 2, 0)
  28. -- MovementLoopAddLocation(NPC, -79.42, -9.75, 28.96, 2, 0)
  29. MovementLoopAddLocation(NPC, -79.51, -9.75, 29.04, 2, math.random(16, 24))
  30. -- MovementLoopAddLocation(NPC, -87.03, -9.21, 34.56, 2, 0)
  31. MovementLoopAddLocation(NPC, -86.91, -9.18, 34.61, 2, math.random(16, 24))
  32. MovementLoopAddLocation(NPC, -83.15, -8.37, 36.55, 2, 0)
  33. MovementLoopAddLocation(NPC, -59.69, -8.52, 44.46, 2, math.random(16, 24))
  34. MovementLoopAddLocation(NPC, -65.92, -7.38, 53.65, 2, math.random(16, 24))
  35. MovementLoopAddLocation(NPC, -90.08, -8.43, 42.63, 2, math.random(16, 24))
  36. -- MovementLoopAddLocation(NPC, -55.46, -9.64, 38.36, 2, 0)
  37. MovementLoopAddLocation(NPC, -55.55, -9.63, 38.35, 2, math.random(16, 24))
  38. MovementLoopAddLocation(NPC, -67.69, -7.62, 36.98, 2, 0)
  39. MovementLoopAddLocation(NPC, -85.82, -9.28, 32.33, 2, 0)
  40. -- MovementLoopAddLocation(NPC, -87.21, -9.68, 32.02, 2, 0)
  41. MovementLoopAddLocation(NPC, -87.16, -9.67, 32, 2, math.random(16, 24))
  42. MovementLoopAddLocation(NPC, -85.22, -9.48, 31.03, 2, 0)
  43. MovementLoopAddLocation(NPC, -80.32, -9.28, 30.82, 2, 0)
  44. MovementLoopAddLocation(NPC, -75.16, -9.2, 28.64, 2, 0)
  45. MovementLoopAddLocation(NPC, -74.17, -9.31, 27.62, 2, 0)
  46. -- MovementLoopAddLocation(NPC, -73.07, -9.79, 25.35, 2, 0)
  47. MovementLoopAddLocation(NPC, -73.12, -9.8, 25.38, 2, math.random(16, 24))
  48. MovementLoopAddLocation(NPC, -73.81, -9.7, 26.07, 2, 0)
  49. MovementLoopAddLocation(NPC, -76.95, -8.79, 30.9, 2, 0)
  50. end