arazortoothshark428480.lua 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428480.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428480.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:15: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, 87.58, -12.64, -23.72, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 83.3, -11.77, -38.55, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 87.88, -12.7, -29.47, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 90.03, -12.71, -31.6, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 89.72, -12.7, -19.63, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 79.94, -11.87, -32.43, 2, 0)
  23. MovementLoopAddLocation(NPC, 72.32, -11.38, -46.79, 2, 0)
  24. MovementLoopAddLocation(NPC, 69.08, -11.31, -54.75, 2, 0)
  25. MovementLoopAddLocation(NPC, 59.36, -11.74, -66.07, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 69.72, -10.7, -57.45, 2, 0)
  27. MovementLoopAddLocation(NPC, 75.41, -10.77, -50.39, 2, 0)
  28. MovementLoopAddLocation(NPC, 80.67, -10.62, -46.12, 2, 0)
  29. MovementLoopAddLocation(NPC, 87.98, -12.44, -43.91, 2, 0)
  30. MovementLoopAddLocation(NPC, 94.28, -12.6, -42.45, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 79.98, -12.2, -44.58, 2, 0)
  32. MovementLoopAddLocation(NPC, 73.24, -11.82, -47.4, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 79.68, -12.03, -32.85, 2, 0)
  34. end