CL004_ADervishpatrol0007.lua 997 B

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : CL004_adervishpatrol00007.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol00007.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:43 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, 1313.63, -41.76, 237.27, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1337.89, -40.96, 206.31, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1356.69, -39.2, 211.69, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1341.73, -39.26, 181.76, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1351.21, -37.07, 156.75, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1361.75, -34.78, 151.88, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1330.86, -39.67, 126.74, 1.8, math.random(4, 12))
  25. end