asmallcoastalcrab430792.lua 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asmallcoastalcrab430792.lua
  3. Script Purpose : Waypoint Path for asmallcoastalcrab430792.lua
  4. Script Author : Rylec
  5. Script Date : 10-19-2019 12:42:12
  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, -15.43, -7.86, 241.00, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -11.82, -7.15, 241.18, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -24.43, -8.17, 249.57, 2, 0)
  20. MovementLoopAddLocation(NPC, -25.05, -8.73, 251.76, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -25.75, -8.70, 250.85, 2, 0)
  22. MovementLoopAddLocation(NPC, -41.28, -9.14, 235.66, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -44.40, -9.99, 236.91, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -42.94, -9.67, 236.89, 2, 0)
  25. MovementLoopAddLocation(NPC, -41.44, -9.27, 236.19, 2, 0)
  26. MovementLoopAddLocation(NPC, -33.03, -7.96, 227.82, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -39.77, -8.36, 231.97, 2, 0)
  28. MovementLoopAddLocation(NPC, -43.71, -9.43, 234.96, 2, 0)
  29. MovementLoopAddLocation(NPC, -45.25, -9.97, 236.09, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -44.98, -9.51, 234.32, 2, 0)
  31. MovementLoopAddLocation(NPC, -44.20, -9.09, 232.91, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -40.36, -8.46, 232.06, 2, 0)
  33. MovementLoopAddLocation(NPC, -24.17, -7.91, 238.13, 2, 0)
  34. MovementLoopAddLocation(NPC, -22.90, -7.91, 238.77, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -24.00, -7.85, 239.99, 2, 0)
  36. MovementLoopAddLocation(NPC, -31.43, -8.93, 244.95, 2, math.random(10, 20))
  37. end