ire_minion12.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : ire_minion12.lua
  3. Script Purpose : Waypoint Path for ire_minion12.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 12:35:21 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, 90.39, 6.85, 27.41, 2, math.random(0,5))
  18. MovementLoopAddLocation(NPC, 90.41, 6.85, 22.16, 2, math.random(0,5))
  19. MovementLoopAddLocation(NPC, 84.53, 6.86, 27.44, 2, math.random(0,5))
  20. MovementLoopAddLocation(NPC, 86.41, 6.88, 21.5, 2, math.random(0,5))
  21. MovementLoopAddLocation(NPC, 87.42, 6.86, 23.28, 2, math.random(0,5))
  22. MovementLoopAddLocation(NPC, 90.54, 6.82, 24.26, 2, math.random(0,5))
  23. MovementLoopAddLocation(NPC, 84.63, 6.86, 24.61, 2, math.random(0,5))
  24. MovementLoopAddLocation(NPC, 84.36, 6.86, 26.92, 2, math.random(0,5))
  25. MovementLoopAddLocation(NPC, 87.01, 6.89, 19.21, 2, math.random(0,5))
  26. MovementLoopAddLocation(NPC, 87.43, 7.22, 27.43, 2, math.random(0,5))
  27. MovementLoopAddLocation(NPC, 87.01, 6.89, 19.21, 2, math.random(0,5))
  28. MovementLoopAddLocation(NPC, 84.36, 6.86, 26.92, 2, math.random(0,5))
  29. MovementLoopAddLocation(NPC, 84.63, 6.86, 24.61, 2, math.random(0,5))
  30. MovementLoopAddLocation(NPC, 90.54, 6.82, 24.26, 2, math.random(0,5))
  31. MovementLoopAddLocation(NPC, 87.42, 6.86, 23.28, 2, math.random(0,5))
  32. MovementLoopAddLocation(NPC, 86.41, 6.88, 21.5, 2, math.random(0,5))
  33. MovementLoopAddLocation(NPC, 84.53, 6.86, 27.44, 2, math.random(0,5))
  34. MovementLoopAddLocation(NPC, 90.41, 6.85, 22.16, 2, math.random(0,5))
  35. MovementLoopAddLocation(NPC, 90.39, 6.85, 27.41, 2, math.random(0,5))
  36. end