agrovedeer428044.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agrovedeer428044.lua
  3. Script Purpose : Waypoint Path for agrovedeer428044.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:18:05
  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, 119.46, -4.16, 190.59, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 119.19, -3.85, 183.95, 2, 0)
  19. MovementLoopAddLocation(NPC, 120.18, -3.8, 180.57, 2, 0)
  20. MovementLoopAddLocation(NPC, 123.16, -3.6, 159.07, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 124.23, -3.87, 156.06, 2, 0)
  22. MovementLoopAddLocation(NPC, 126.77, -4, 153.06, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 122.91, -3.6, 167.62, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 119.6, -3.8, 180.72, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 118.68, -3.8, 182.25, 2, 0)
  26. MovementLoopAddLocation(NPC, 105.05, -3.54, 192.59, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 130.8, -3.73, 162.61, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 110.55, -4, 181.3, 2, 0)
  29. MovementLoopAddLocation(NPC, 109.6, -4, 182.94, 2, 0)
  30. MovementLoopAddLocation(NPC, 108.8, -4, 185.18, 2, 0)
  31. MovementLoopAddLocation(NPC, 100.56, -3.53, 190.96, 2, 0)
  32. MovementLoopAddLocation(NPC, 97.87, -3.6, 192.3, 2, math.random(10, 24))
  33. MovementLoopAddLocation(NPC, 105.99, -4, 179.94, 2, 0)
  34. MovementLoopAddLocation(NPC, 108.25, -3.81, 175.33, 2, 0)
  35. MovementLoopAddLocation(NPC, 119.57, -3.6, 159.07, 2, math.random(10, 24))
  36. MovementLoopAddLocation(NPC, 123.81, -3.6, 160.21, 2, 0)
  37. MovementLoopAddLocation(NPC, 128.74, -3.69, 160.88, 2, math.random(10, 24))
  38. MovementLoopAddLocation(NPC, 126.35, -3.6, 167.97, 2, 0)
  39. MovementLoopAddLocation(NPC, 124.1, -3.6, 171.83, 2, 0)
  40. MovementLoopAddLocation(NPC, 122.09, -3.78, 180.23, 2, 0)
  41. MovementLoopAddLocation(NPC, 122.05, -4.05, 188.01, 2, 0)
  42. end