arazortoothshark428487.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428487.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428487.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:17:33
  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, 63.77, -11.74, -80.21, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 69.87, -12.19, -72.13, 2, 0)
  19. MovementLoopAddLocation(NPC, 74.67, -11.72, -62.08, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 74.22, -11.46, -57.7, 2, 0)
  21. MovementLoopAddLocation(NPC, 73.59, -11.46, -53.63, 2, 0)
  22. MovementLoopAddLocation(NPC, 71.47, -11.65, -46.09, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 93.73, -12.89, -23.24, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 96.15, -11.96, -33.95, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 85.98, -11.67, -40.78, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 81.43, -11.45, -43.82, 2, 0)
  27. MovementLoopAddLocation(NPC, 76.76, -10.96, -47.63, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 49.95, -11.11, -71.48, 2, 0)
  29. MovementLoopAddLocation(NPC, 45.99, -11.51, -75.82, 2, 0)
  30. MovementLoopAddLocation(NPC, 42.89, -11.8, -80.34, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 63.08, -11.73, -54.83, 2, 0)
  32. MovementLoopAddLocation(NPC, 66.79, -11.84, -51.22, 2, 0)
  33. MovementLoopAddLocation(NPC, 73.23, -11.87, -48.04, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 64.93, -11.78, -61.92, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 46.99, -11.46, -71.7, 2, 0)
  36. MovementLoopAddLocation(NPC, 39.83, -11.04, -74.45, 2, 0)
  37. MovementLoopAddLocation(NPC, 32.69, -10.63, -77.64, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 39.96, -11.24, -74.33, 2, 0)
  39. MovementLoopAddLocation(NPC, 53.5, -11.7, -64.08, 2, math.random(10, 20))
  40. end