aseasidefalcon432800.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aseasidefalcon432800.lua
  3. Script Purpose : Waypoint Path for aseasidefalcon432800.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:17:35
  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, 103, -1.49, 161.81, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 95.42, -1.55, 179.24, 2, 0)
  19. MovementLoopAddLocation(NPC, 79.36, -1.61, 203.88, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 94.22, -1.1, 191.21, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 87.93, -1.34, 216.17, 2, 0)
  22. MovementLoopAddLocation(NPC, 82.17, -1.54, 218.63, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 82.17, -1.5, 215.12, 2, 0)
  24. MovementLoopAddLocation(NPC, 85.98, -1.42, 199.94, 2, 0)
  25. MovementLoopAddLocation(NPC, 88.07, -1.36, 196.92, 2, math.random(10, 24))
  26. MovementLoopAddLocation(NPC, 79.66, -1.57, 205.42, 2, 0)
  27. MovementLoopAddLocation(NPC, 77.79, -1.71, 215, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 86.26, -1.58, 209.85, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 93.65, -1.02, 180.62, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 93.95, -0.91, 197.37, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 82.37, -0.72, 203.33, 2, 0)
  32. MovementLoopAddLocation(NPC, 75.78, -0.55, 210.36, 2, 0)
  33. MovementLoopAddLocation(NPC, 74.27, -0.45, 213.78, 2, math.random(10, 24))
  34. MovementLoopAddLocation(NPC, 91.22, 0.67, 185.65, 2, math.random(10, 24))
  35. MovementLoopAddLocation(NPC, 87.75, -1.36, 192.23, 2, 0)
  36. MovementLoopAddLocation(NPC, 86.02, -1.51, 193.39, 2, math.random(10, 24))
  37. MovementLoopAddLocation(NPC, 78.94, -1.61, 204.23, 2, math.random(10, 24))
  38. MovementLoopAddLocation(NPC, 93.96, -0.58, 191.21, 2, math.random(10, 24))
  39. MovementLoopAddLocation(NPC, 96.74, -1.12, 175.79, 2, 0)
  40. end