asawtoothshark427377.lua 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427377.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427377.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:17:55
  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, -18.32, -11.95, -34.75, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -21.02, -12.07, -35.21, 2, 0)
  19. MovementLoopAddLocation(NPC, -24.12, -12.24, -35.64, 2, 0)
  20. MovementLoopAddLocation(NPC, -28.06, -12.34, -34.54, 2, 0)
  21. MovementLoopAddLocation(NPC, -33.03, -12.19, -31.51, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -41.25, -12.05, -42.01, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -24.97, -12.4, -36.57, 2, 0)
  24. MovementLoopAddLocation(NPC, -17.23, -11.49, -31.55, 2, 0)
  25. MovementLoopAddLocation(NPC, -7.79, -11.74, -22.22, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -16.75, -11.56, -31.57, 2, 0)
  27. MovementLoopAddLocation(NPC, -24.06, -13.08, -36.84, 2, 0)
  28. MovementLoopAddLocation(NPC, -26.4, -13.18, -41.22, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -19.51, -11.67, -43.62, 2, 0)
  30. MovementLoopAddLocation(NPC, -13.3, -11.68, -43.37, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -15.64, -11.4, -34.11, 2, 0)
  32. MovementLoopAddLocation(NPC, -15.95, -11.41, -30.23, 2, 0)
  33. MovementLoopAddLocation(NPC, -13.33, -11.76, -8.4, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -17.12, -11.68, -7.27, 2, 0)
  35. MovementLoopAddLocation(NPC, -27.87, -11, 0, 2, 0)
  36. MovementLoopAddLocation(NPC, -33.06, -11.12, 5.12, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -29.36, -11.16, -2.72, 2, 0)
  38. MovementLoopAddLocation(NPC, -25.43, -11.31, -17.36, 2, 0)
  39. MovementLoopAddLocation(NPC, -19.66, -12.18, -32.56, 2, 0)
  40. end