aseasidefalcon432811.lua 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aseasidefalcon432811.lua
  3. Script Purpose : Waypoint Path for aseasidefalcon432811.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:18:39
  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, 187.37, -0.57, 172.76, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 184.72, 0.25, 177.34, 2, 0)
  19. MovementLoopAddLocation(NPC, 180.93, 1.08, 179.06, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 187.22, 1.67, 188, 2, 0)
  21. MovementLoopAddLocation(NPC, 184.74, 2.21, 191.78, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 174.8, 1.52, 196.67, 2, 0)
  23. MovementLoopAddLocation(NPC, 165.31, 0.97, 199.21, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 167.5, -0.38, 184.05, 2, 0)
  25. MovementLoopAddLocation(NPC, 166.89, -0.59, 183.2, 2, 0)
  26. MovementLoopAddLocation(NPC, 165.5, -0.71, 182.78, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 157.75, 0.98, 176.26, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 151.97, 1.02, 147.2, 2, 0)
  29. MovementLoopAddLocation(NPC, 152.22, 1.07, 142.91, 2, 0)
  30. MovementLoopAddLocation(NPC, 153.51, 1.11, 141.67, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 185.14, 2.04, 156.49, 2, 0)
  32. MovementLoopAddLocation(NPC, 186.81, 2.06, 156.59, 2, math.random(10, 24))
  33. MovementLoopAddLocation(NPC, 161.69, 1.18, 184.95, 2, math.random(10, 24))
  34. MovementLoopAddLocation(NPC, 170.19, 0.22, 184.07, 2, 0)
  35. end