CL004_ADervishpatrol0002.lua 987 B

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : CL004_adervishpatrol0002.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0002.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:28 AM
  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. spawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 1312.36, -41.41, 77.54, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1333.61, -36.35, 51.99, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1336.64, -37.16, 66.96, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1351.34, -36.32, 92.38, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1363.14, -33.41, 77.2, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1345.55, -36.18, 72.01, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1328.3, -38.92, 72.67, 1.8, math.random(4, 12))
  25. end