aneedlefang427580.lua 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427580.lua
  3. Script Purpose : Waypoint Path for aneedlefang427580.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:14:38
  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, 70.56, -12.05, -52.29, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 75.62, -11.47, -46.79, 2, 0)
  19. MovementLoopAddLocation(NPC, 97.39, -12.03, -31.72, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 87.54, -12.04, -23.19, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 90.14, -12.91, -31.53, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 88.88, -12.45, -32.75, 2, 0)
  23. MovementLoopAddLocation(NPC, 85.27, -12.17, -35.52, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 79.29, -12.03, -40.66, 2, 0)
  25. MovementLoopAddLocation(NPC, 70.7, -12.03, -47.95, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 85.68, -12, -40.08, 2, 0)
  27. MovementLoopAddLocation(NPC, 97.22, -12, -35.48, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 99.62, -12.03, -39.72, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 99.45, -11.96, -34.98, 2, 0)
  30. MovementLoopAddLocation(NPC, 101.65, -12.9, -27.86, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 94.92, -12.8, -23.3, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 84.77, -12.13, -33.25, 2, 0)
  33. MovementLoopAddLocation(NPC, 80, -12.17, -39.87, 2, 0)
  34. MovementLoopAddLocation(NPC, 77.52, -12.08, -42.72, 2, 0)
  35. end