agrovedeer428057.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agrovedeer428057.lua
  3. Script Purpose : Waypoint Path for agrovedeer428057.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:20:16
  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, 149.44, -3.44, 186.79, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 147.85, -3.5, 172.65, 2, 0)
  19. MovementLoopAddLocation(NPC, 147.11, -3.5, 170.14, 2, 0)
  20. MovementLoopAddLocation(NPC, 148.24, -3.34, 153.8, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 157.12, -3.19, 149.25, 2, 0)
  22. MovementLoopAddLocation(NPC, 161.81, -3.26, 148.23, 2, 0)
  23. MovementLoopAddLocation(NPC, 172.61, -3.13, 139.65, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 131.91, -4.08, 147.81, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 140.24, -3.81, 147.83, 2, 0)
  26. MovementLoopAddLocation(NPC, 148.01, -3.38, 143.84, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 171.43, -3.32, 141.83, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 176.12, -3.41, 189.01, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 177.19, -3.58, 185.4, 2, 0)
  30. MovementLoopAddLocation(NPC, 179.37, -3.75, 180.97, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 155.71, -2.68, 187.12, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 155.64, -3.76, 203.59, 2, math.random(10, 24))
  33. end