ire_minion10.lua 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : ire_minion10.lua
  3. Script Purpose : Waypoint Path for ire_minion10.lua
  4. Script Author : Auto Generated
  5. Script Date : 05/20/2020 09:49:29 PM
  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, 165.44, 6.89, -51.63, 2, 0)
  18. MovementLoopAddLocation(NPC, 163.87, 6.89, -53.39, 2, 0)
  19. MovementLoopAddLocation(NPC, 169.71, 7.09, -55.82, 2, 0)
  20. MovementLoopAddLocation(NPC, 167.8, 7.01, -57.66, 2, 0)
  21. MovementLoopAddLocation(NPC, 168.4, 7.24, -54.97, 2, 0)
  22. MovementLoopAddLocation(NPC, 166.34, 7.24, -52.81, 2, 0)
  23. MovementLoopAddLocation(NPC, 166.05, 6.82, -56.79, 2, 0)
  24. MovementLoopAddLocation(NPC, 168, 7.89, -53.02, 2, 0)
  25. MovementLoopAddLocation(NPC, 164.47, 6.83, -55.21, 2, 0)
  26. MovementLoopAddLocation(NPC, 167.37, 6.8, -55.15, 2, 0)
  27. MovementLoopAddLocation(NPC, 165.28, 6.79, -55.51, 2, 0)
  28. MovementLoopAddLocation(NPC, 164.06, 6.89, -52.59, 2, 0)
  29. MovementLoopAddLocation(NPC, 168.66, 6.97, -56.92, 2, 0)
  30. MovementLoopAddLocation(NPC, 168.56, 7.24, -54.62, 2, 0)
  31. MovementLoopAddLocation(NPC, 166.27, 7.24, -52.51, 2, 0)
  32. MovementLoopAddLocation(NPC, 168.45, 7.24, -54.6, 2, 0)
  33. MovementLoopAddLocation(NPC, 166.98, 6.8, -54.96, 2, 0)
  34. MovementLoopAddLocation(NPC, 168.45, 7.24, -54.6, 2, 0)
  35. MovementLoopAddLocation(NPC, 166.27, 7.24, -52.51, 2, 0)
  36. MovementLoopAddLocation(NPC, 168.56, 7.24, -54.62, 2, 0)
  37. MovementLoopAddLocation(NPC, 168.66, 6.97, -56.92, 2, 0)
  38. MovementLoopAddLocation(NPC, 164.06, 6.89, -52.59, 2, 0)
  39. MovementLoopAddLocation(NPC, 165.28, 6.79, -55.51, 2, 0)
  40. MovementLoopAddLocation(NPC, 167.37, 6.8, -55.15, 2, 0)
  41. MovementLoopAddLocation(NPC, 164.47, 6.83, -55.21, 2, 0)
  42. MovementLoopAddLocation(NPC, 168, 7.89, -53.02, 2, 0)
  43. MovementLoopAddLocation(NPC, 166.05, 6.82, -56.79, 2, 0)
  44. MovementLoopAddLocation(NPC, 166.34, 7.24, -52.81, 2, 0)
  45. MovementLoopAddLocation(NPC, 168.4, 7.24, -54.97, 2, 0)
  46. MovementLoopAddLocation(NPC, 167.8, 7.01, -57.66, 2, 0)
  47. MovementLoopAddLocation(NPC, 169.71, 7.09, -55.82, 2, 0)
  48. MovementLoopAddLocation(NPC, 163.87, 6.89, -53.39, 2, 0)
  49. MovementLoopAddLocation(NPC, 165.44, 6.89, -51.63, 2, 0)
  50. end