ire_warlock.lua 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : ire_warlock.lua
  3. Script Purpose : Waypoint Path for ire_warlock.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 01:00:35 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, -33.97, 6.86, -22.05, 2, math.random(0,5))
  18. MovementLoopAddLocation(NPC, -29.24, 6.89, -19.9, 2, math.random(0,5))
  19. MovementLoopAddLocation(NPC, -30.55, 6.9, -25.39, 2, math.random(0,5))
  20. MovementLoopAddLocation(NPC, -32.48, 7.17, -20.21, 2, math.random(0,5))
  21. MovementLoopAddLocation(NPC, -27.91, 6.86, -21.57, 2, math.random(0,5))
  22. MovementLoopAddLocation(NPC, -28.63, 6.86, -23.72, 2, math.random(0,5))
  23. MovementLoopAddLocation(NPC, -29.65, 6.88, -20.65, 2, math.random(0,5))
  24. MovementLoopAddLocation(NPC, -33.18, 7.22, -24.01, 2, math.random(0,5))
  25. MovementLoopAddLocation(NPC, -29.65, 6.88, -20.65, 2, math.random(0,5))
  26. MovementLoopAddLocation(NPC, -28.63, 6.86, -23.72, 2, math.random(0,5))
  27. MovementLoopAddLocation(NPC, -27.91, 6.86, -21.57, 2, math.random(0,5))
  28. MovementLoopAddLocation(NPC, -32.48, 7.17, -20.21, 2, math.random(0,5))
  29. MovementLoopAddLocation(NPC, -30.55, 6.9, -25.39, 2, math.random(0,5))
  30. MovementLoopAddLocation(NPC, -29.24, 6.89, -19.9, 2, math.random(0,5))
  31. MovementLoopAddLocation(NPC, -33.97, 6.86, -22.05, 2, math.random(0,5))
  32. end