agrovedeer428059.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agrovedeer428059.lua
  3. Script Purpose : Waypoint Path for agrovedeer428059.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:24:35
  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, 171.35, -3.29, 199.35, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 164.41, -2.79, 196.92, 2, 0)
  19. MovementLoopAddLocation(NPC, 157.75, -3.07, 196.97, 2, 0)
  20. MovementLoopAddLocation(NPC, 147.76, -3.61, 192.94, 2, 0)
  21. MovementLoopAddLocation(NPC, 138.43, -3.32, 187.14, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 159.85, -2.27, 187.02, 2, 0)
  23. MovementLoopAddLocation(NPC, 169.29, -2.79, 185.72, 2, 0)
  24. MovementLoopAddLocation(NPC, 173.38, -3.11, 185.91, 2, 0)
  25. MovementLoopAddLocation(NPC, 176.09, -3.37, 186.97, 2, math.random(10, 24))
  26. MovementLoopAddLocation(NPC, 173.57, -3.1, 186, 2, 0)
  27. MovementLoopAddLocation(NPC, 152.77, -3.27, 184.66, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 162.03, -3.27, 148.26, 2, 0)
  29. MovementLoopAddLocation(NPC, 163.57, -3.55, 137.54, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 170.14, -3.24, 149.17, 2, 0)
  31. MovementLoopAddLocation(NPC, 190.13, -3.1, 151.78, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 186.52, -3.25, 158.72, 2, 0)
  33. end