agrovedeer428038.lua 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agrovedeer428038.lua
  3. Script Purpose : Waypoint Path for agrovedeer428038.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:17:45
  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, 125.12, -3.6, 171.97, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 128.9, -3.6, 159.33, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 128.97, -3.69, 160.89, 2, 0)
  20. MovementLoopAddLocation(NPC, 127.87, -3.6, 170.92, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 115.27, -3.89, 166.61, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 124.6, -3.6, 169.27, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 119.73, -3.6, 172.05, 2, 0)
  24. MovementLoopAddLocation(NPC, 108.08, -4, 181.47, 2, 0)
  25. MovementLoopAddLocation(NPC, 106.14, -4, 182.18, 2, 0)
  26. MovementLoopAddLocation(NPC, 95.63, -3.91, 190.8, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 105.4, -3.52, 192, 2, 0)
  28. MovementLoopAddLocation(NPC, 120.01, -4.18, 190.89, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 98.08, -4.19, 169.18, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 101.86, -4, 180.63, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 103.74, -4, 179.96, 2, 0)
  32. MovementLoopAddLocation(NPC, 108, -3.85, 176.01, 2, 0)
  33. MovementLoopAddLocation(NPC, 126.23, -3.79, 165.69, 2, math.random(10, 24))
  34. MovementLoopAddLocation(NPC, 107.43, -3.79, 192.21, 2, math.random(10, 24))
  35. MovementLoopAddLocation(NPC, 115.89, -3.92, 183.55, 2, 0)
  36. MovementLoopAddLocation(NPC, 118.99, -3.8, 182.11, 2, 0)
  37. MovementLoopAddLocation(NPC, 120.81, -3.8, 179.92, 2, 0)
  38. MovementLoopAddLocation(NPC, 122.97, -3.65, 175.93, 2, 0)
  39. MovementLoopAddLocation(NPC, 121.99, -4, 154.69, 2, math.random(10, 24))
  40. end