acoastalcrab430421.lua 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/acoastalcrab430421.lua
  3. Script Purpose : Waypoint Path for acoastalcrab430421.lua
  4. Script Author : Rylec
  5. Script Date : 11-20-2019 06:59:02
  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, -83.79, -8.36, 111.07, 2, math.random(16, 24))
  18. MovementLoopAddLocation(NPC, -79.27, -8.2, 107.66, 2, 0)
  19. -- MovementLoopAddLocation(NPC, -74.08, -9.19, 105.5, 2, 0)
  20. MovementLoopAddLocation(NPC, -74.18, -9.18, 105.51, 2, math.random(16, 24))
  21. -- MovementLoopAddLocation(NPC, -95.71, -9.59, 106.62, 2, 0)
  22. MovementLoopAddLocation(NPC, -95.66, -9.57, 106.64, 2, math.random(16, 24))
  23. -- MovementLoopAddLocation(NPC, -75.48, -9.76, 108.77, 2, 0)
  24. MovementLoopAddLocation(NPC, -75.56, -9.76, 108.79, 2, math.random(16, 24))
  25. MovementLoopAddLocation(NPC, -79.55, -8.79, 110.06, 2, math.random(16, 24))
  26. -- MovementLoopAddLocation(NPC, -74.42, -9.77, 107.67, 2, 0)
  27. -- MovementLoopAddLocation(NPC, -74.55, -9.77, 107.7, 2, math.random(16, 24))
  28. -- MovementLoopAddLocation(NPC, -92.78, -9.71, 112.09, 2, 0)
  29. MovementLoopAddLocation(NPC, -92.77, -9.68, 112.02, 2, math.random(16, 24))
  30. MovementLoopAddLocation(NPC, -92.31, -8.73, 108.04, 2, 0)
  31. MovementLoopAddLocation(NPC, -96.52, -9.5, 95.35, 2, 0)
  32. MovementLoopAddLocation(NPC, -96.42, -9.51, 90.39, 2, 0)
  33. -- MovementLoopAddLocation(NPC, -97.61, -10.06, 88.06, 2, 0)
  34. MovementLoopAddLocation(NPC, -97.55, -10.03, 88.06, 2, math.random(16, 24))
  35. MovementLoopAddLocation(NPC, -91.22, -7.62, 91.11, 2, 0)
  36. MovementLoopAddLocation(NPC, -90.08, -7.34, 94.25, 2, 0)
  37. MovementLoopAddLocation(NPC, -91.85, -8.17, 96.78, 2, math.random(16, 24))
  38. MovementLoopAddLocation(NPC, -88.05, -7.41, 83.29, 2, math.random(16, 24))
  39. MovementLoopAddLocation(NPC, -74.7, -7.98, 96.69, 2, math.random(16, 24))
  40. MovementLoopAddLocation(NPC, -89.27, -8.19, 108.54, 2, 0)
  41. -- MovementLoopAddLocation(NPC, -91.96, -8.92, 109.87, 2, 0)
  42. MovementLoopAddLocation(NPC, -91.86, -8.9, 109.89, 2, math.random(16, 24))
  43. end