aneedlefang427590.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427590.lua
  3. Script Purpose : Waypoint Path for aneedlefang427590.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:17:23
  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, 58.8, -12.13, -62.17, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 61.28, -12.02, -80.09, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 52.8, -12.02, -74.78, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 55.79, -11.85, -69.09, 2, 0)
  21. MovementLoopAddLocation(NPC, 81.33, -11.76, -38.02, 2, 0)
  22. MovementLoopAddLocation(NPC, 91.33, -12.13, -24.54, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 91.24, -12.68, -19.36, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 94.57, -12.63, -29.06, 2, 0)
  25. MovementLoopAddLocation(NPC, 99.67, -12.83, -35.96, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 88.05, -10.34, -44.3, 2, 0)
  27. MovementLoopAddLocation(NPC, 80.11, -10.3, -48.6, 2, 0)
  28. MovementLoopAddLocation(NPC, 77.48, -10.3, -51.33, 2, 0)
  29. MovementLoopAddLocation(NPC, 75.97, -10.3, -54.94, 2, 0)
  30. MovementLoopAddLocation(NPC, 76.13, -11.32, -67.04, 2, 0)
  31. MovementLoopAddLocation(NPC, 76.75, -11.82, -72.47, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 76.36, -10.3, -54.76, 2, 0)
  33. MovementLoopAddLocation(NPC, 76.87, -10.3, -51.54, 2, 0)
  34. MovementLoopAddLocation(NPC, 80.02, -10.3, -48.37, 2, 0)
  35. MovementLoopAddLocation(NPC, 83.67, -10.3, -46.49, 2, 0)
  36. MovementLoopAddLocation(NPC, 99.49, -12.11, -35.03, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 101.61, -12.82, -28.93, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 95.51, -12.97, -31.07, 2, 0)
  39. MovementLoopAddLocation(NPC, 90.63, -13.04, -34.16, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 76.64, -11.18, -40.99, 2, 0)
  41. MovementLoopAddLocation(NPC, 64.53, -11.09, -52.89, 2, math.random(10, 20))
  42. end