ire_minion11.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : ire_minion11.lua
  3. Script Purpose : Waypoint Path for ire_minion11.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 12:35:15 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, 87.22, 6.85, 25.97, 2, math.random(0,10))
  18. MovementLoopAddLocation(NPC, 87.39, 6.9, 20.63, 2, math.random(0,10))
  19. MovementLoopAddLocation(NPC, 84.54, 6.86, 26.73, 2, math.random(0,10))
  20. MovementLoopAddLocation(NPC, 90.23, 6.84, 27.02, 2, math.random(0,10))
  21. MovementLoopAddLocation(NPC, 87.66, 6.84, 24.5, 2, math.random(0,10))
  22. MovementLoopAddLocation(NPC, 84.23, 6.86, 21.89, 2, math.random(0,10))
  23. MovementLoopAddLocation(NPC, 86.11, 6.87, 21.89, 2, math.random(0,10))
  24. MovementLoopAddLocation(NPC, 88.89, 6.87, 21.89, 2, math.random(0,10))
  25. MovementLoopAddLocation(NPC, 90.54, 6.85, 21.89, 2, math.random(0,10))
  26. MovementLoopAddLocation(NPC, 88.54, 6.86, 22.88, 2, math.random(0,10))
  27. MovementLoopAddLocation(NPC, 87.37, 7.21, 27.74, 2, math.random(0,10))
  28. MovementLoopAddLocation(NPC, 84.29, 6.86, 24.58, 2, math.random(0,10))
  29. MovementLoopAddLocation(NPC, 90.54, 6.82, 24.35, 2, math.random(0,10))
  30. MovementLoopAddLocation(NPC, 84.29, 6.86, 24.58, 2, math.random(0,10))
  31. MovementLoopAddLocation(NPC, 87.37, 7.21, 27.74, 2, math.random(0,10))
  32. MovementLoopAddLocation(NPC, 88.54, 6.86, 22.88, 2, math.random(0,10))
  33. MovementLoopAddLocation(NPC, 90.54, 6.85, 21.89, 2, math.random(0,10))
  34. MovementLoopAddLocation(NPC, 88.89, 6.87, 21.89, 2, math.random(0,10))
  35. MovementLoopAddLocation(NPC, 86.11, 6.87, 21.89, 2, math.random(0,10))
  36. MovementLoopAddLocation(NPC, 84.23, 6.86, 21.89, 2, math.random(0,10))
  37. MovementLoopAddLocation(NPC, 87.66, 6.84, 24.5, 2, math.random(0,10))
  38. MovementLoopAddLocation(NPC, 90.23, 6.84, 27.02, 2, math.random(0,10))
  39. MovementLoopAddLocation(NPC, 84.54, 6.86, 26.73, 2, math.random(0,10))
  40. MovementLoopAddLocation(NPC, 87.39, 6.9, 20.63, 2, math.random(0,10))
  41. MovementLoopAddLocation(NPC, 87.22, 6.85, 25.97, 2, math.random(0,10))
  42. end