agrovedeer428045.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agrovedeer428045.lua
  3. Script Purpose : Waypoint Path for agrovedeer428045.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:18:08
  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, 83.88, -4.55, 196.14, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 102.18, -4, 182.29, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 122.65, -3.62, 175.26, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 119.76, -3.76, 178.13, 2, 0)
  21. MovementLoopAddLocation(NPC, 116.17, -3.8, 179.38, 2, 0)
  22. MovementLoopAddLocation(NPC, 102.1, -3.71, 196.14, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 130.4, -3.9, 186.35, 2, 0)
  24. MovementLoopAddLocation(NPC, 130.69, -3.53, 182.53, 2, 0)
  25. MovementLoopAddLocation(NPC, 124.98, -3.6, 167.1, 2, math.random(10, 24))
  26. MovementLoopAddLocation(NPC, 120.22, -3.6, 160.34, 2, 0)
  27. MovementLoopAddLocation(NPC, 119.34, -3.76, 157.22, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 112.55, -3.8, 162.9, 2, 0)
  29. MovementLoopAddLocation(NPC, 96.46, -4.33, 172.91, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 110.6, -3.8, 172.82, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 104.99, -3.83, 174.99, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 85.46, -4.39, 204.22, 2, math.random(10, 24))
  33. end