asawtoothshark427437.lua 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427437.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427437.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:27:43
  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, -72.2, -10.7, 9.87, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -67.61, -10.7, -49.98, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -70.3, -10.7, -27.94, 2, 0)
  20. MovementLoopAddLocation(NPC, -72.05, -10.7, -21.56, 2, 0)
  21. MovementLoopAddLocation(NPC, -84.61, -11.14, -13.64, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -68.46, -10.5, -15.9, 2, 0)
  23. MovementLoopAddLocation(NPC, -56.11, -10.7, -21.5, 2, 0)
  24. MovementLoopAddLocation(NPC, -52, -10.7, -28.6, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -47.56, -11.06, -33, 2, 0)
  26. MovementLoopAddLocation(NPC, -33.13, -11.38, -43.42, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -34.01, -11.4, -39.72, 2, 0)
  28. MovementLoopAddLocation(NPC, -37.01, -11.58, -29.78, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -43.61, -11.07, -29.08, 2, 0)
  30. MovementLoopAddLocation(NPC, -59.5, -10.7, -15.47, 2, 0)
  31. MovementLoopAddLocation(NPC, -75.18, -10.7, -9.8, 2, 0)
  32. MovementLoopAddLocation(NPC, -89.13, -11, -12.44, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -77.15, -10.7, 2.8, 2, 0)
  34. end