asawtoothshark427429.lua 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427429.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427429.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 08:53:27
  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, -25.27, -12.3, 3.34, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -28.38, -10.6, -9.33, 2, 0)
  19. MovementLoopAddLocation(NPC, -35.02, -10.6, -20.55, 2, 0)
  20. MovementLoopAddLocation(NPC, -38.36, -11.45, -31.82, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -45.78, -10.6, -20.68, 2, 0)
  22. MovementLoopAddLocation(NPC, -53.71, -10.6, -13.71, 2, 0)
  23. MovementLoopAddLocation(NPC, -59.94, -10.8, -5.41, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -54.54, -10.6, -15.8, 2, 0)
  25. MovementLoopAddLocation(NPC, -27.73, -10.63, -50.79, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -40.2, -11.66, -43.92, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -30.33, -12.56, -37.69, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -34.11, -12.13, -34.91, 2, 0)
  29. MovementLoopAddLocation(NPC, -42.44, -11.31, -31.87, 2, 0)
  30. MovementLoopAddLocation(NPC, -47.1, -10.6, -28.4, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -40.65, -10.6, -18.04, 2, 0)
  32. MovementLoopAddLocation(NPC, -35.94, -10.6, -9.02, 2, 0)
  33. MovementLoopAddLocation(NPC, -27.42, -10.6, 0.93, 2, 0)
  34. MovementLoopAddLocation(NPC, -20.66, -12.73, 14.5, 2, math.random(10, 20))
  35. end