adefiledgrovedeer1587553.lua 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/adefiledgrovedeer1587553.lua
  3. Script Purpose : Waypoint Path for adefiledgrovedeer1587553.lua
  4. Script Author : Rylec
  5. Script Date : 05-02-2020 05:46:34
  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, 159.01, 1.41, 9.64, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 152.89, 0.58, 4.32, 2, 0)
  19. MovementLoopAddLocation(NPC, 150.24, 0.18, -0.52, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 151.9, 0.35, 8.15, 2, 0)
  21. MovementLoopAddLocation(NPC, 145.38, 0.8, 25.58, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 156.12, 1.42, 54.74, 2, 0)
  23. MovementLoopAddLocation(NPC, 159.21, 1.4, 59.13, 2, 0)
  24. MovementLoopAddLocation(NPC, 159.17, 1.4, 62.98, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 153.72, 1.42, 66.29, 2, 0)
  26. MovementLoopAddLocation(NPC, 133.94, 1.42, 72.97, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 143.7, 1.46, 71.98, 2, 0)
  28. MovementLoopAddLocation(NPC, 152.22, 1.43, 70.19, 2, 0)
  29. MovementLoopAddLocation(NPC, 159.2, 1.4, 70.46, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 162.23, 1.39, 71.52, 2, 0)
  31. MovementLoopAddLocation(NPC, 188.83, 1.18, 65.02, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 188.06, 1.29, 75.09, 2, 0)
  33. MovementLoopAddLocation(NPC, 186.12, 1.3, 80.43, 2, 0)
  34. MovementLoopAddLocation(NPC, 186.03, 1.3, 84.87, 2, 0)
  35. MovementLoopAddLocation(NPC, 186.82, 1.29, 91.71, 2, math.random(10, 24))
  36. MovementLoopAddLocation(NPC, 181.95, 1.31, 86.39, 2, 0)
  37. MovementLoopAddLocation(NPC, 164.74, 1.38, 77.41, 2, math.random(10, 24))
  38. MovementLoopAddLocation(NPC, 143.44, 1.46, 43.77, 2, math.random(10, 24))
  39. MovementLoopAddLocation(NPC, 155.25, 1.17, 17.5, 2, 0)
  40. MovementLoopAddLocation(NPC, 157.35, 1.42, 14.57, 2, 0)
  41. MovementLoopAddLocation(NPC, 158.79, 1.42, 9.14, 2, math.random(10, 24))
  42. MovementLoopAddLocation(NPC, 154.55, 1.05, 6.08, 2, 0)
  43. MovementLoopAddLocation(NPC, 151.49, 0.18, 2.03, 2, math.random(10, 24))
  44. MovementLoopAddLocation(NPC, 151.38, 0.17, 10.05, 2, 0)
  45. MovementLoopAddLocation(NPC, 145.48, 0.83, 25.75, 2, math.random(10, 24))
  46. MovementLoopAddLocation(NPC, 153.73, 0.79, 11.28, 2, 0)
  47. end