adefiledgrovedeer1587548.lua 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/adefiledgrovedeer1587548.lua
  3. Script Purpose : Waypoint Path for adefiledgrovedeer1587548.lua
  4. Script Author : Rylec
  5. Script Date : 05-02-2020 05:42:32
  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, 176.93, 1.35, 17.66, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 188.46, 1.36, 9.89, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 172.87, 1.16, 12.59, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 147.51, 1.44, 39.04, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 151.6, 1.23, 40.49, 2, 0)
  22. MovementLoopAddLocation(NPC, 157.81, 1.41, 40.91, 2, 0)
  23. MovementLoopAddLocation(NPC, 182.83, 1.12, 54.66, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 175.06, 1.34, 81.04, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 169.01, 1.36, 81.17, 2, 0)
  26. MovementLoopAddLocation(NPC, 162.18, 1.39, 86.47, 2, 0)
  27. MovementLoopAddLocation(NPC, 145.91, 1.44, 96.91, 2, 0)
  28. MovementLoopAddLocation(NPC, 141.65, 1.46, 96.91, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 146.03, 1.45, 89.43, 2, 0)
  30. MovementLoopAddLocation(NPC, 154.05, 1.42, 83.79, 2, 0)
  31. MovementLoopAddLocation(NPC, 159.28, 1.4, 78.4, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 171.81, 1.35, 79.84, 2, 0)
  33. MovementLoopAddLocation(NPC, 179.4, 1.32, 78.93, 2, 0)
  34. MovementLoopAddLocation(NPC, 194.67, 1.08, 83.5, 2, math.random(10, 24))
  35. MovementLoopAddLocation(NPC, 169.09, 1.17, 22.72, 2, math.random(10, 24))
  36. MovementLoopAddLocation(NPC, 173.03, 1.36, 36.06, 2, math.random(10, 24))
  37. MovementLoopAddLocation(NPC, 172.78, 1.16, 22.65, 2, 0)
  38. end