adefiledgrovedeer1587537.lua 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/adefiledgrovedeer1587537.lua
  3. Script Purpose : Waypoint Path for adefiledgrovedeer1587537.lua
  4. Script Author : Rylec
  5. Script Date : 05-02-2020 05:41:23
  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.03, 1.43, 87.76, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 150.55, 1.43, 72.56, 2, 0)
  19. MovementLoopAddLocation(NPC, 158.9, 1.4, 62.97, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 128.01, 1.69, 59.84, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 151.17, 1.23, 54.27, 2, 0)
  22. MovementLoopAddLocation(NPC, 155.45, 1.42, 52.41, 2, 0)
  23. MovementLoopAddLocation(NPC, 163.27, 1.39, 51.96, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 175.12, 1.31, 36.66, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 178.98, 1.13, 36.02, 2, math.random(10, 24))
  26. MovementLoopAddLocation(NPC, 159.06, 1.41, 53.49, 2, 0)
  27. MovementLoopAddLocation(NPC, 153.89, 1.42, 60.42, 2, 0)
  28. MovementLoopAddLocation(NPC, 135.54, 1.29, 73.31, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 131.7, 1.21, 51.68, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 136.41, 1.48, 54.33, 2, 0)
  31. MovementLoopAddLocation(NPC, 139.77, 1.48, 58.23, 2, 0)
  32. MovementLoopAddLocation(NPC, 141.36, 1.27, 62.52, 2, math.random(10, 24))
  33. MovementLoopAddLocation(NPC, 133.96, 1.37, 88.87, 2, 0)
  34. MovementLoopAddLocation(NPC, 133.73, 1.49, 95.35, 2, math.random(10, 24))
  35. MovementLoopAddLocation(NPC, 133.5, 1.43, 91.19, 2, 0)
  36. MovementLoopAddLocation(NPC, 137.36, 1.28, 77.08, 2, 0)
  37. MovementLoopAddLocation(NPC, 143.42, 1.38, 67.92, 2, math.random(10, 24))
  38. MovementLoopAddLocation(NPC, 133.44, 1.43, 91.35, 2, 0)
  39. MovementLoopAddLocation(NPC, 133.8, 1.49, 96.89, 2, math.random(10, 24))
  40. MovementLoopAddLocation(NPC, 144.14, 1.45, 92.35, 2, 0)
  41. MovementLoopAddLocation(NPC, 146.2, 1.44, 89.08, 2, 0)
  42. MovementLoopAddLocation(NPC, 149.36, 1.43, 88.61, 2, math.random(10, 24))
  43. MovementLoopAddLocation(NPC, 163.62, 1.38, 91.82, 2, math.random(10, 24))
  44. MovementLoopAddLocation(NPC, 157.07, 1.4, 97.82, 2, math.random(10, 24))
  45. end