asawtoothshark427414.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427414.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427414.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:27:15
  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, -33.34, -11.57, -79.62, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -37.8, -10.7, -67.69, 2, 0)
  19. MovementLoopAddLocation(NPC, -40.07, -10.79, -56.44, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -35.66, -10.7, -51.26, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -23.66, -10.4, -66.94, 2, 0)
  22. MovementLoopAddLocation(NPC, -17.61, -10.7, -74.93, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -21.48, -10.4, -65.7, 2, 0)
  24. MovementLoopAddLocation(NPC, -22.74, -10.7, -49.87, 2, 0)
  25. MovementLoopAddLocation(NPC, -34.46, -10.7, -3.22, 2, 0)
  26. MovementLoopAddLocation(NPC, -37.7, -11.32, 19.53, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -40.43, -10.7, 6.83, 2, 0)
  28. MovementLoopAddLocation(NPC, -46.11, -10.7, 0.88, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -51.7, -10.7, -8.32, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -17.11, -10.7, -26.82, 2, 0)
  31. MovementLoopAddLocation(NPC, -9.4, -11.14, -27.67, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -24.75, -11.22, -32.75, 2, 0)
  33. MovementLoopAddLocation(NPC, -43.92, -11.14, -44.19, 2, 0)
  34. MovementLoopAddLocation(NPC, -50.48, -10.96, -45, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -42.64, -10.71, -46.96, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -38.03, -10.7, -24.86, 2, 0)
  37. MovementLoopAddLocation(NPC, -31.34, -10.7, -12.91, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -36.3, -10.7, -24.68, 2, 0)
  39. MovementLoopAddLocation(NPC, -37.39, -10.7, -40.79, 2, 0)
  40. MovementLoopAddLocation(NPC, -38.2, -10.7, -62.44, 2, 0)
  41. MovementLoopAddLocation(NPC, -35.18, -11.14, -78.26, 2, math.random(10, 20))
  42. end