arazortoothshark428448.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428448.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428448.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:16:53
  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, -32.9, -10.7, -17.83, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -35.4, -10.7, -7.45, 2, 0)
  19. MovementLoopAddLocation(NPC, -40.49, -10.59, 7.45, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -45.33, -10.7, 6.79, 2, 0)
  21. MovementLoopAddLocation(NPC, -62.05, -10.7, 1.68, 2, 0)
  22. MovementLoopAddLocation(NPC, -70.01, -10.7, 0.98, 2, 0)
  23. MovementLoopAddLocation(NPC, -81.89, -10.7, -1.39, 2, 0)
  24. MovementLoopAddLocation(NPC, -91.38, -11.21, -1.3, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -82.08, -11.15, -14.77, 2, 0)
  26. MovementLoopAddLocation(NPC, -78, -11.03, -17.62, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -80.4, -11.14, -16.29, 2, 0)
  28. MovementLoopAddLocation(NPC, -83.91, -11.37, -14.94, 2, 0)
  29. MovementLoopAddLocation(NPC, -91.74, -11.72, -5.84, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -87.83, -11.66, -10.66, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -82.01, -10.7, -6.39, 2, 0)
  32. MovementLoopAddLocation(NPC, -70.28, -10.7, -3.33, 2, 0)
  33. MovementLoopAddLocation(NPC, -54.19, -10.7, 3.82, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -48.84, -10.7, -1.59, 2, 0)
  35. MovementLoopAddLocation(NPC, -40.04, -10.7, -8.84, 2, 0)
  36. end