asawtoothshark427383.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427383.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427383.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:20:11
  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, -92.78, -10.7, -2.17, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -85.07, -10.7, -10.1, 2, 0)
  19. MovementLoopAddLocation(NPC, -65.37, -10.7, -12.48, 2, 0)
  20. MovementLoopAddLocation(NPC, -49.27, -10.62, -13.1, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -52.38, -10.7, -3.59, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -44.24, -10.7, -9.3, 2, 0)
  23. MovementLoopAddLocation(NPC, -34.87, -10.7, -13.74, 2, 0)
  24. MovementLoopAddLocation(NPC, -25.65, -11.64, -18.03, 2, 0)
  25. MovementLoopAddLocation(NPC, -20.4, -12, -18.15, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -14.81, -11.5, -20.46, 2, 0)
  27. MovementLoopAddLocation(NPC, -8.47, -11.33, -25.01, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -9.41, -11.31, -33.46, 2, 0)
  29. MovementLoopAddLocation(NPC, -7.76, -11.84, -42.04, 2, 0)
  30. MovementLoopAddLocation(NPC, -6.33, -12.43, -46.28, 2, 0)
  31. MovementLoopAddLocation(NPC, -3.35, -12.51, -50.83, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -6.52, -12.05, -47.59, 2, 0)
  33. MovementLoopAddLocation(NPC, -10.97, -11.63, -46.58, 2, 0)
  34. MovementLoopAddLocation(NPC, -33.97, -10.69, -48.4, 2, 0)
  35. MovementLoopAddLocation(NPC, -42.06, -10.7, -52.26, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -47.02, -10.7, -40.93, 2, 0)
  37. MovementLoopAddLocation(NPC, -53.95, -10.7, -30.87, 2, 0)
  38. MovementLoopAddLocation(NPC, -52.71, -10.7, -19.26, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -58.11, -10.7, -9.74, 2, 0)
  40. MovementLoopAddLocation(NPC, -67.8, -10.7, -6.9, 2, math.random(10, 20))
  41. end