agrovedeer428051.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/agrovedeer428051.lua
  3. Script Purpose : Waypoint Path for agrovedeer428051.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:19:31
  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, 186.46, -3.15, 157.94, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 156.27, -2.92, 148.06, 2, 0)
  19. MovementLoopAddLocation(NPC, 141.5, -3.99, 141.82, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 147.95, -3.31, 162.27, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 170.12, -3.31, 147.73, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 149.73, -3.1, 164.46, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 163.59, -3.2, 170.19, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 166.7, -3.53, 139.71, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 143.24, -3.56, 155.82, 2, math.random(10, 24))
  26. MovementLoopAddLocation(NPC, 151.18, -3.96, 131.38, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 147.72, -3.43, 144.31, 2, 0)
  28. MovementLoopAddLocation(NPC, 146.16, -3.5, 170.27, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 174.55, -3.29, 185.24, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 173.13, -3.2, 162.19, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 176.27, -3.2, 161.4, 2, 0)
  32. MovementLoopAddLocation(NPC, 180.23, -3.2, 159.39, 2, 0)
  33. end