adefiledgrovedeer429416.lua 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/adefiledgrovedeer429416.lua
  3. Script Purpose : Waypoint Path for adefiledgrovedeer429416.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:19:41
  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, 138.64, -4, 146.15, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 169.52, -3.1, 168.48, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 149.58, -3.01, 166.86, 2, 0)
  20. MovementLoopAddLocation(NPC, 140.1, -3.69, 166.55, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 143.57, -3.01, 183.3, 2, 0)
  22. MovementLoopAddLocation(NPC, 144.54, -2.95, 184.86, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 155.63, -3.07, 192.94, 2, 0)
  24. MovementLoopAddLocation(NPC, 158.63, -2.75, 193.74, 2, 0)
  25. MovementLoopAddLocation(NPC, 160.49, -2.47, 193.94, 2, 0)
  26. MovementLoopAddLocation(NPC, 171.34, -3.57, 203.51, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 171.98, -3.15, 192.56, 2, 0)
  28. MovementLoopAddLocation(NPC, 173.21, -3.27, 188.73, 2, 0)
  29. MovementLoopAddLocation(NPC, 172.73, -3.17, 164.12, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 130.95, -4.01, 150.46, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 124.04, -4.03, 154.05, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 128.27, -4.04, 150.95, 2, 0)
  33. end