ashoalglider425516.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425516.lua
  3. Script Purpose : Waypoint Path for ashoalglider425516.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:41:58
  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, 49.82, -12.45, -45.46, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 47.42, -11.68, -42.57, 2, 0)
  19. MovementLoopAddLocation(NPC, 43.07, -11.91, -37.5, 2, 0)
  20. MovementLoopAddLocation(NPC, 39.98, -11.94, -30.22, 2, 0)
  21. MovementLoopAddLocation(NPC, 35.94, -11.94, -23.99, 2, 0)
  22. MovementLoopAddLocation(NPC, 30.58, -11.85, -19.41, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 48.62, -11.53, -30.39, 2, 0)
  24. MovementLoopAddLocation(NPC, 48.6, -11.53, -30.35, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 45.46, -12.08, -25.53, 2, 0)
  26. MovementLoopAddLocation(NPC, 40.84, -11.89, -11.8, 2, 0)
  27. MovementLoopAddLocation(NPC, 35.9, -11.61, -3.12, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 44.81, -12.4, -7.78, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 39.67, -13.42, -10.32, 2, 0)
  30. MovementLoopAddLocation(NPC, 30.7, -13.63, -15.68, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 21.73, -13.34, -32.37, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 21.73, -13.37, -26.16, 2, 0)
  33. MovementLoopAddLocation(NPC, 20.17, -12.45, 5.52, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 18.19, -12.53, 0.48, 2, 0)
  35. MovementLoopAddLocation(NPC, 14.04, -12.39, -7.7, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 17.58, -12.27, -9.44, 2, 0)
  37. MovementLoopAddLocation(NPC, 22.67, -12.32, -13.94, 2, 0)
  38. MovementLoopAddLocation(NPC, 33.63, -12.14, -28.98, 2, 0)
  39. MovementLoopAddLocation(NPC, 39.72, -11.41, -33.89, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 45.64, -11.72, -39.92, 2, 0)
  41. end