aneedlefang427864.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427864.lua
  3. Script Purpose : Waypoint Path for aneedlefang427864.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:16:47
  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, -27.58, -11.3, -31.16, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -33.79, -10.3, -27.17, 2, 0)
  19. MovementLoopAddLocation(NPC, -46.6, -10.3, -21.27, 2, 0)
  20. MovementLoopAddLocation(NPC, -58.66, -11.09, -14.67, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -68.12, -10.48, -6.87, 2, 0)
  22. MovementLoopAddLocation(NPC, -81.62, -10.29, 1.14, 2, 0)
  23. MovementLoopAddLocation(NPC, -91.12, -11.47, 10.51, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -77.87, -11.3, 11.78, 2, 0)
  25. MovementLoopAddLocation(NPC, -65.74, -10.3, 15.81, 2, 0)
  26. MovementLoopAddLocation(NPC, -53.84, -10.38, 21.67, 2, 0)
  27. MovementLoopAddLocation(NPC, -46.97, -11.54, 24.67, 2, 0)
  28. MovementLoopAddLocation(NPC, -33.07, -12.39, 31.48, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -43.91, -11.81, 25.3, 2, 0)
  30. MovementLoopAddLocation(NPC, -50.53, -10.73, 23.32, 2, 0)
  31. MovementLoopAddLocation(NPC, -58.79, -10.3, 20.49, 2, 0)
  32. MovementLoopAddLocation(NPC, -70.28, -10.3, 12.38, 2, 0)
  33. MovementLoopAddLocation(NPC, -81.02, -11.07, 8.7, 2, 0)
  34. MovementLoopAddLocation(NPC, -93.09, -11.04, 3.16, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -78.67, -11.25, 9.17, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -71.27, -10.3, 3.48, 2, 0)
  37. MovementLoopAddLocation(NPC, -57.41, -10.3, -4.66, 2, 0)
  38. MovementLoopAddLocation(NPC, -50.09, -11.14, -8.69, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -46.64, -10.19, -12.56, 2, 0)
  40. MovementLoopAddLocation(NPC, -39.6, -10.3, -19.1, 2, 0)
  41. MovementLoopAddLocation(NPC, -34.44, -10.35, -26.41, 2, 0)
  42. end