acoastalcrab430299.lua 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/acoastalcrab430299.lua
  3. Script Purpose : Waypoint Path for acoastalcrab430299.lua
  4. Script Author : Rylec
  5. Script Date : 11-22-2019 03:22:19
  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, -57.01, -8.35, 73.42, 2, math.random(16, 24))
  18. MovementLoopAddLocation(NPC, -54.41, -8.62, 76.23, 2, math.random(16, 24))
  19. MovementLoopAddLocation(NPC, -54.52, -9.1, 80.6, 2, 0)
  20. MovementLoopAddLocation(NPC, -54.83, -9.33, 81.88, 2, 0)
  21. -- MovementLoopAddLocation(NPC, -54.41, -9.78, 83.25, 2, 0)
  22. MovementLoopAddLocation(NPC, -54.49, -9.78, 83.19, 2, math.random(16, 24))
  23. -- MovementLoopAddLocation(NPC, -94.58, -9, 56.72, 2, 0)
  24. MovementLoopAddLocation(NPC, -94.58, -9, 56.87, 2, math.random(16, 24))
  25. MovementLoopAddLocation(NPC, -94.45, -8.94, 59.65, 2, math.random(16, 24))
  26. MovementLoopAddLocation(NPC, -85.14, -7.41, 56.78, 2, math.random(16, 24))
  27. MovementLoopAddLocation(NPC, -90.56, -8.04, 70.67, 2, 0)
  28. MovementLoopAddLocation(NPC, -92.65, -8.51, 74.83, 2, 0)
  29. -- MovementLoopAddLocation(NPC, -94.42, -8.98, 76.32, 2, 0)
  30. MovementLoopAddLocation(NPC, -94.38, -8.97, 76.35, 2, math.random(16, 24))
  31. MovementLoopAddLocation(NPC, -67.8, -7.87, 91.48, 2, 0)
  32. -- MovementLoopAddLocation(NPC, -65.72, -8.74, 93.04, 2, 0)
  33. MovementLoopAddLocation(NPC, -65.76, -8.7, 92.95, 2, math.random(16, 24))
  34. MovementLoopAddLocation(NPC, -67.19, -7.57, 89.53, 2, 0)
  35. MovementLoopAddLocation(NPC, -88.26, -7.72, 55.65, 2, 0)
  36. MovementLoopAddLocation(NPC, -93.2, -8.78, 48.61, 2, 0)
  37. MovementLoopAddLocation(NPC, -94.35, -9, 45.92, 2, 0)
  38. -- MovementLoopAddLocation(NPC, -96.1, -9.56, 44.62, 2, 0)
  39. MovementLoopAddLocation(NPC, -96.09, -9.55, 44.61, 2, math.random(16, 24))
  40. MovementLoopAddLocation(NPC, -91.36, -8.53, 42.49, 2, math.random(16, 24))
  41. MovementLoopAddLocation(NPC, -96.4, -9.42, 59.96, 2, 0)
  42. MovementLoopAddLocation(NPC, -97.31, -9.56, 66.94, 2, 0)
  43. MovementLoopAddLocation(NPC, -95.65, -9.14, 68.34, 2, math.random(16, 24))
  44. MovementLoopAddLocation(NPC, -97.48, -9.64, 63.2, 2, 0)
  45. -- MovementLoopAddLocation(NPC, -96.18, -9.66, 51.26, 2, 0)
  46. MovementLoopAddLocation(NPC, -96.14, -9.64, 51.27, 2, math.random(16, 24))
  47. MovementLoopAddLocation(NPC, -82.31, -7.34, 56.12, 2, 0)
  48. MovementLoopAddLocation(NPC, -63.07, -8.43, 69.24, 2, 0)
  49. MovementLoopAddLocation(NPC, -59.58, -8.28, 72.1, 2, 0)
  50. end