arazortoothshark428483.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428483.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428483.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:16:07
  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, 75.87, -11.71, -43.52, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 79.01, -11.85, -41.46, 2, 0)
  19. MovementLoopAddLocation(NPC, 86.33, -11.84, -39.6, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 80.49, -10.61, -45.34, 2, 0)
  21. MovementLoopAddLocation(NPC, 75.45, -10.7, -53.4, 2, 0)
  22. MovementLoopAddLocation(NPC, 74.46, -11.2, -54.83, 2, 0)
  23. MovementLoopAddLocation(NPC, 73.82, -11.67, -66.86, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 75.51, -10.7, -56.18, 2, 0)
  25. MovementLoopAddLocation(NPC, 75.94, -10.7, -51.36, 2, 0)
  26. MovementLoopAddLocation(NPC, 79.59, -10.7, -47.22, 2, 0)
  27. MovementLoopAddLocation(NPC, 86.09, -10.6, -42.55, 2, 0)
  28. MovementLoopAddLocation(NPC, 93.55, -11.56, -38.43, 2, 0)
  29. MovementLoopAddLocation(NPC, 100.43, -11.81, -29.82, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 87.66, -11.91, -42.55, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 92.55, -12.46, -35.82, 2, 0)
  32. MovementLoopAddLocation(NPC, 97.59, -12.73, -30.34, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 89.62, -12.68, -23.38, 2, 0)
  34. MovementLoopAddLocation(NPC, 83.74, -12.44, -10.42, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 79.63, -11.39, -27.96, 2, 0)
  36. MovementLoopAddLocation(NPC, 74.86, -10.7, -36.3, 2, 0)
  37. MovementLoopAddLocation(NPC, 64.31, -10.7, -45.4, 2, 0)
  38. MovementLoopAddLocation(NPC, 50.27, -11.07, -47.45, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 59.16, -10.59, -46.85, 2, 0)
  40. MovementLoopAddLocation(NPC, 71.24, -11.38, -44.98, 2, 0)
  41. end