aneedlefang427961.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427961.lua
  3. Script Purpose : Waypoint Path for aneedlefang427961.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:17:17
  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, -20.56, -11.73, -44.3, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -20.38, -11.49, -33.34, 2, 0)
  19. MovementLoopAddLocation(NPC, -25.17, -11.48, -19.13, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -9.55, -12.9, 0.72, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -13.5, -11.9, 2.87, 2, 0)
  22. MovementLoopAddLocation(NPC, -31.16, -11.9, 13.15, 2, 0)
  23. MovementLoopAddLocation(NPC, -41.75, -12.96, 22.07, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -47.79, -10.3, 9.72, 2, 0)
  25. MovementLoopAddLocation(NPC, -49.83, -10.3, 2.93, 2, 0)
  26. MovementLoopAddLocation(NPC, -54.85, -11.33, -10.79, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -45.86, -10.3, -11.4, 2, 0)
  28. MovementLoopAddLocation(NPC, -28.9, -10.3, -14.62, 2, 0)
  29. MovementLoopAddLocation(NPC, -9.04, -11.99, -21.29, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -9.17, -11.69, -27.99, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -24, -11.36, -32.05, 2, 0)
  32. MovementLoopAddLocation(NPC, -30.35, -11.44, -37.59, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -30.4, -11.96, -21.39, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -28.62, -11.62, -28.39, 2, 0)
  35. MovementLoopAddLocation(NPC, -20.34, -10.42, -44.9, 2, 0)
  36. MovementLoopAddLocation(NPC, -15.51, -11.14, -57.12, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -11.97, -11.1, -60.08, 2, 0)
  38. MovementLoopAddLocation(NPC, -8.75, -11.04, -64.02, 2, 0)
  39. MovementLoopAddLocation(NPC, -3.02, -11.54, -67.01, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -3.16, -11.85, -56.86, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -3.97, -11.66, -37.21, 2, 0)
  42. MovementLoopAddLocation(NPC, -10.34, -12.72, -15.13, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -14.69, -11.24, -25.14, 2, 0)
  44. end