acoastalcrab430306.lua 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/acoastalcrab430306.lua
  3. Script Purpose : Waypoint Path for acoastalcrab430306.lua
  4. Script Author : Rylec
  5. Script Date : 11-22-2019 03:22:28
  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, -95.86, -9.24, 72.08, 2, math.random(16, 24))
  18. MovementLoopAddLocation(NPC, -97.07, -9.53, 68.9, 2, 0)
  19. MovementLoopAddLocation(NPC, -97.46, -9.72, 60.89, 2, 0)
  20. MovementLoopAddLocation(NPC, -95.57, -9.33, 53.75, 2, 0)
  21. MovementLoopAddLocation(NPC, -95.13, -9.53, 47.75, 2, 0)
  22. MovementLoopAddLocation(NPC, -95.01, -9.23, 44.57, 2, 0)
  23. -- MovementLoopAddLocation(NPC, -96.12, -9.62, 42.91, 2, 0)
  24. MovementLoopAddLocation(NPC, -96.09, -9.61, 42.93, 2, math.random(16, 24))
  25. MovementLoopAddLocation(NPC, -91.99, -8.43, 44.48, 2, math.random(16, 24))
  26. MovementLoopAddLocation(NPC, -59.78, -8.09, 80.39, 2, 0)
  27. -- MovementLoopAddLocation(NPC, -57.12, -8.73, 82.07, 2, 0)
  28. MovementLoopAddLocation(NPC, -57.21, -8.69, 82, 2, math.random(16, 24))
  29. -- MovementLoopAddLocation(NPC, -96.11, -9.54, 52.62, 2, 0)
  30. MovementLoopAddLocation(NPC, -96.09, -9.53, 52.65, 2, math.random(16, 24))
  31. -- MovementLoopAddLocation(NPC, -62.02, -8.35, 70.62, 2, 0)
  32. MovementLoopAddLocation(NPC, -62.07, -8.35, 70.58, 2, math.random(16, 24))
  33. MovementLoopAddLocation(NPC, -89.43, -7.96, 55.38, 2, 0)
  34. MovementLoopAddLocation(NPC, -93.33, -8.73, 52.72, 2, math.random(16, 24))
  35. MovementLoopAddLocation(NPC, -91.68, -8.38, 54.14, 2, 0)
  36. MovementLoopAddLocation(NPC, -87.55, -7.57, 56.35, 2, 0)
  37. -- MovementLoopAddLocation(NPC, -54.46, -9.1, 80.46, 2, 0)
  38. MovementLoopAddLocation(NPC, -54.56, -9.06, 80.44, 2, math.random(16, 24))
  39. end