agrovedeer428047.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agrovedeer428047.lua
  3. Script Purpose : Waypoint Path for agrovedeer428047.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:18:13
  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.87, -3.92, 198.37, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 81.42, -4.5, 218.32, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 76.54, -4.52, 223.62, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 105.76, -3.57, 188.19, 2, 0)
  21. MovementLoopAddLocation(NPC, 108.74, -4, 185.19, 2, 0)
  22. MovementLoopAddLocation(NPC, 124.84, -3.8, 165.03, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 94, -4.36, 174.83, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 121.28, -3.79, 163.16, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 109.99, -4, 180.5, 2, 0)
  26. MovementLoopAddLocation(NPC, 108.8, -4, 185.07, 2, 0)
  27. MovementLoopAddLocation(NPC, 103.53, -3.51, 190.59, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 115.18, -4.07, 188.45, 2, 0)
  29. MovementLoopAddLocation(NPC, 118.79, -4.09, 188.99, 2, 0)
  30. MovementLoopAddLocation(NPC, 121.88, -4.09, 188.87, 2, 0)
  31. MovementLoopAddLocation(NPC, 126.74, -3.97, 186.58, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 124.48, -3.96, 186.18, 2, 0)
  33. MovementLoopAddLocation(NPC, 118.1, -3.97, 186.39, 2, 0)
  34. MovementLoopAddLocation(NPC, 101.7, -3.53, 192.4, 2, math.random(10, 24))
  35. MovementLoopAddLocation(NPC, 97.7, -4.01, 202.42, 2, math.random(10, 24))
  36. end