asawtoothshark427402.lua 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427402.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427402.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:17:52
  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, 97.18, -11.78, -23.91, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 98.79, -11.94, -41.11, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 92.73, -11.93, -17.92, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 91.15, -12.1, -23.03, 2, 0)
  21. MovementLoopAddLocation(NPC, 86.71, -12.21, -30.63, 2, 0)
  22. MovementLoopAddLocation(NPC, 82.56, -12.48, -36.29, 2, 0)
  23. MovementLoopAddLocation(NPC, 77.26, -12.33, -44.14, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 74.27, -11.53, -49.11, 2, 0)
  25. MovementLoopAddLocation(NPC, 72.74, -12.19, -57.41, 2, 0)
  26. MovementLoopAddLocation(NPC, 73.79, -12.31, -66.1, 2, 0)
  27. MovementLoopAddLocation(NPC, 75.87, -12.11, -71.98, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 70.09, -11.95, -68.48, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 75.31, -10.7, -57.62, 2, 0)
  30. MovementLoopAddLocation(NPC, 76.13, -10.7, -52.14, 2, 0)
  31. MovementLoopAddLocation(NPC, 80.95, -10.57, -44.48, 2, 0)
  32. MovementLoopAddLocation(NPC, 94.09, -12.12, -30.67, 2, 0)
  33. MovementLoopAddLocation(NPC, 98.53, -11.86, -20.8, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 85.76, -11.77, -27, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 79.86, -11.37, -32.12, 2, 0)
  36. MovementLoopAddLocation(NPC, 74.51, -10.7, -38.03, 2, 0)
  37. MovementLoopAddLocation(NPC, 70.89, -10.73, -46.82, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 74.09, -11.24, -40.44, 2, 0)
  39. MovementLoopAddLocation(NPC, 77.46, -11.16, -37.05, 2, 0)
  40. end