arazortoothshark428436.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428436.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428436.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 08:54:07
  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, -15.34, -12.02, -15.87, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -19.7, -12.15, -27.4, 2, 0)
  19. MovementLoopAddLocation(NPC, -21.68, -12.24, -29.87, 2, 0)
  20. MovementLoopAddLocation(NPC, -25.54, -12.53, -32.71, 2, 0)
  21. MovementLoopAddLocation(NPC, -27.9, -12.47, -35.26, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -25.08, -12.67, -39.84, 2, 0)
  23. MovementLoopAddLocation(NPC, -20.36, -12.34, -44.45, 2, 0)
  24. MovementLoopAddLocation(NPC, -17.36, -11.4, -48.4, 2, 0)
  25. MovementLoopAddLocation(NPC, -4.13, -11.37, -61.82, 2, 0)
  26. MovementLoopAddLocation(NPC, -1.54, -11.44, -67.02, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -5.18, -11.3, -48.27, 2, 0)
  28. MovementLoopAddLocation(NPC, -5.13, -11.33, -44.83, 2, 0)
  29. MovementLoopAddLocation(NPC, -8.17, -11.27, -35.66, 2, 0)
  30. MovementLoopAddLocation(NPC, -8.5, -11.31, -31.49, 2, 0)
  31. MovementLoopAddLocation(NPC, -10.72, -11.8, -24.92, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -17.86, -11.51, -32.44, 2, 0)
  33. MovementLoopAddLocation(NPC, -25.74, -11.29, -43.83, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -32.43, -11.32, -33.33, 2, 0)
  35. MovementLoopAddLocation(NPC, -35.99, -11.15, -30.85, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -6.06, -11.56, -44.05, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -21.78, -11.96, -37.1, 2, 0)
  38. MovementLoopAddLocation(NPC, -35.17, -12.49, -28.14, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -21.27, -11.38, -34.17, 2, math.random(10, 20))
  40. end