agrovedeer428040.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agrovedeer428040.lua
  3. Script Purpose : Waypoint Path for agrovedeer428040.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:17:50
  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, 106.87, -4, 169.24, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 99.66, -4, 204.03, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 96.1, -4.08, 180.72, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 97.13, -4.07, 176.8, 2, 0)
  21. MovementLoopAddLocation(NPC, 99.71, -4.03, 174.7, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 106.93, -4.16, 198.08, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 104.14, -4, 179.68, 2, 0)
  24. MovementLoopAddLocation(NPC, 101.56, -3.99, 162.97, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 93.35, -4.21, 179.07, 2, 0)
  26. MovementLoopAddLocation(NPC, 93.07, -4.22, 182.97, 2, 0)
  27. MovementLoopAddLocation(NPC, 87, -4.36, 190.91, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 87.53, -4.36, 193.44, 2, 0)
  29. MovementLoopAddLocation(NPC, 94.54, -4.2, 206.18, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 88.98, -4.31, 205.89, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 101.45, -3.51, 190.66, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 87.74, -4.53, 201.66, 2, 0)
  33. MovementLoopAddLocation(NPC, 81.52, -4.09, 205.48, 2, 0)
  34. MovementLoopAddLocation(NPC, 79.58, -3.95, 206.47, 2, 0)
  35. MovementLoopAddLocation(NPC, 74.69, -3.8, 211.64, 2, math.random(10, 24))
  36. MovementLoopAddLocation(NPC, 80.41, -4.53, 196.11, 2, math.random(10, 24))
  37. MovementLoopAddLocation(NPC, 88.41, -4.36, 190.36, 2, 0)
  38. MovementLoopAddLocation(NPC, 96.17, -4.07, 181.52, 2, 0)
  39. MovementLoopAddLocation(NPC, 96.85, -4.04, 178.93, 2, 0)
  40. end