adefiledgrovedeer1587534.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/adefiledgrovedeer1587534.lua
  3. Script Purpose : Waypoint Path for adefiledgrovedeer1587534.lua
  4. Script Author : Rylec
  5. Script Date : 05-02-2020 05:40:58
  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, 169.03, 1.36, 86.24, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 137.71, 1.28, 68.03, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 149.32, 1.44, 75.66, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 167.24, 1.37, 80.91, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 162.16, 1.39, 82.26, 2, 0)
  22. MovementLoopAddLocation(NPC, 149.77, 1.43, 91.83, 2, 0)
  23. MovementLoopAddLocation(NPC, 148.01, 1.44, 95.72, 2, 0)
  24. MovementLoopAddLocation(NPC, 138.44, 1.47, 98.94, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 151.99, 1.4, 24.97, 2, 0)
  26. MovementLoopAddLocation(NPC, 153.13, 1.29, 21.6, 2, 0)
  27. MovementLoopAddLocation(NPC, 153.13, 0.8, 17.52, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 154.2, 1.12, 19.55, 2, 0)
  29. MovementLoopAddLocation(NPC, 158.52, 1.41, 22.51, 2, 0)
  30. MovementLoopAddLocation(NPC, 182.45, 1.32, 25.1, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 181.62, 1.33, 27.98, 2, 0)
  32. MovementLoopAddLocation(NPC, 159.8, 1.4, 58.55, 2, 0)
  33. MovementLoopAddLocation(NPC, 158.7, 1.4, 61.86, 2, 0)
  34. MovementLoopAddLocation(NPC, 156.29, 1.41, 64.91, 2, 0)
  35. MovementLoopAddLocation(NPC, 153.37, 1.42, 67.89, 2, math.random(10, 24))
  36. MovementLoopAddLocation(NPC, 149.43, 1.24, 46.92, 2, math.random(10, 24))
  37. MovementLoopAddLocation(NPC, 160.1, 1.41, 13.65, 2, math.random(10, 24))
  38. MovementLoopAddLocation(NPC, 158.39, 1.41, 19.41, 2, 0)
  39. MovementLoopAddLocation(NPC, 165.81, 1.38, 65.2, 2, 0)
  40. MovementLoopAddLocation(NPC, 165.97, 1.38, 71.37, 2, math.random(10, 24))
  41. MovementLoopAddLocation(NPC, 166.15, 1.37, 74.77, 2, 0)
  42. MovementLoopAddLocation(NPC, 166.85, 1.37, 84.17, 2, 0)
  43. end