ire_minion13.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : ire_minion13.lua
  3. Script Purpose : Waypoint Path for ire_minion13.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 01:00:30 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, -30.4, 6.92, -24.22, 2, math.random(0,5))
  18. MovementLoopAddLocation(NPC, -30.63, 6.9, -18.43, 2, math.random(0,5))
  19. MovementLoopAddLocation(NPC, -35, 6.86, -21.95, 2, math.random(0,5))
  20. MovementLoopAddLocation(NPC, -28.1, 6.86, -20.95, 2, math.random(0,5))
  21. MovementLoopAddLocation(NPC, -32.43, 7.14, -19.95, 2, math.random(0,5))
  22. MovementLoopAddLocation(NPC, -28.74, 6.86, -23.92, 2, math.random(0,5))
  23. MovementLoopAddLocation(NPC, -32.2, 6.86, -24.39, 2, math.random(0,5))
  24. MovementLoopAddLocation(NPC, -30.18, 6.86, -22.29, 2, math.random(0,5))
  25. MovementLoopAddLocation(NPC, -32.59, 6.86, -22.46, 2, math.random(0,5))
  26. MovementLoopAddLocation(NPC, -31.78, 7.13, -19.71, 2, math.random(0,5))
  27. MovementLoopAddLocation(NPC, -29.01, 6.86, -22.11, 2, math.random(0,5))
  28. MovementLoopAddLocation(NPC, -31.78, 7.13, -19.71, 2, math.random(0,5))
  29. MovementLoopAddLocation(NPC, -32.59, 6.86, -22.46, 2, math.random(0,5))
  30. MovementLoopAddLocation(NPC, -30.18, 6.86, -22.29, 2, math.random(0,5))
  31. MovementLoopAddLocation(NPC, -32.2, 6.86, -24.39, 2, math.random(0,5))
  32. MovementLoopAddLocation(NPC, -28.74, 6.86, -23.92, 2, math.random(0,5))
  33. MovementLoopAddLocation(NPC, -32.43, 7.14, -19.95, 2, math.random(0,5))
  34. MovementLoopAddLocation(NPC, -28.1, 6.86, -20.95, 2, math.random(0,5))
  35. MovementLoopAddLocation(NPC, -35, 6.86, -21.95, 2, math.random(0,5))
  36. MovementLoopAddLocation(NPC, -30.63, 6.9, -18.43, 2, math.random(0,5))
  37. MovementLoopAddLocation(NPC, -30.4, 6.92, -24.22, 2, math.random(0,5))
  38. end