aseasidefalcon432819.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aseasidefalcon432819.lua
  3. Script Purpose : Waypoint Path for aseasidefalcon432819.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:19:02
  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, 148.24, 0.98, 198.97, 2, math.random(10, 24))
  18. --[[ MovementLoopAddLocation(NPC, 160.36, 1.18, 192.08, 2, 0)
  19. MovementLoopAddLocation(NPC, 178.05, 1.34, 190.82, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 178.28, 0.99, 183.42, 2, 0)
  21. MovementLoopAddLocation(NPC, 180.5, 0.81, 176.78, 2, 0)
  22. MovementLoopAddLocation(NPC, 181.56, 0.45, 168.26, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 180.15, 0.08, 177.92, 2, 0)
  24. MovementLoopAddLocation(NPC, 167.8, -0.52, 203.48, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 170.09, -0.12, 199.89, 2, 0)
  26. MovementLoopAddLocation(NPC, 168.01, 1.05, 184.13, 2, 0)
  27. MovementLoopAddLocation(NPC, 164.34, 1.29, 173.2, 2, 0)
  28. MovementLoopAddLocation(NPC, 156.06, 2.09, 145.65, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 153.57, 2.02, 135.91, 2, 0)
  30. MovementLoopAddLocation(NPC, 151.99, 1.99, 132.65, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 153.86, 1.79, 137.78, 2, 0)
  32. MovementLoopAddLocation(NPC, 160.4, 1.41, 150.9, 2, 0)
  33. MovementLoopAddLocation(NPC, 174.29, 1.11, 165.08, 2, math.random(10, 24))
  34. MovementLoopAddLocation(NPC, 176.42, 0.62, 185.33, 2, 0)
  35. MovementLoopAddLocation(NPC, 179.5, 0.48, 193.25, 2, math.random(10, 24))
  36. MovementLoopAddLocation(NPC, 163.86, -0.79, 158.26, 2, math.random(10, 24))
  37. --]] MovementLoopAddLocation(NPC, 155.77, 1.07, 193.86, 2, math.random(10, 24))
  38. MovementLoopAddLocation(NPC, 163.97, 1.05, 180.68, 2, math.random(10, 24))
  39. MovementLoopAddLocation(NPC, 165.43, 0.41, 185.32, 2, math.random(10, 24))
  40. MovementLoopAddLocation(NPC, 157.52, 0.69, 192.43, 2, 0)
  41. end