aneedlefang427579.lua 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427579.lua
  3. Script Purpose : Waypoint Path for aneedlefang427579.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:14:16
  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, 99.5, -12.07, -27.4, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 85.1, -12.1, -25.29, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 84.93, -12.18, -31.72, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 101.97, -11.18, -25.28, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 90.02, -12.15, -37.68, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 85.2, -12.94, -31.6, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 85.26, -12.02, -25.2, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 79.99, -11.69, -32.16, 2, 0)
  25. MovementLoopAddLocation(NPC, 76.04, -11.57, -39.91, 2, 0)
  26. MovementLoopAddLocation(NPC, 70.93, -12.01, -47.71, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 53.89, -12.04, -70.31, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 58.85, -12.07, -70.35, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 71.53, -10.99, -46.56, 2, 0)
  30. MovementLoopAddLocation(NPC, 73.17, -11, -39.73, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 58.6, -11.02, -54.07, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 72.11, -10.75, -45.81, 2, 0)
  33. MovementLoopAddLocation(NPC, 95.17, -12.05, -31.92, 2, 0)
  34. end