CL004_ADervishpatrol0003.lua 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. --[[
  2. Script Name : CL004_adervishpatrol0003.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0003.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:31 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, 1344.51, -37.4, 93.39, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1364.06, -34.43, 123.38, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1366.19, -33.21, 91.68, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1359.2, -35.82, 122.67, 1.8, 0)
  22. MovementLoopAddLocation(NPC, 1362.17, -34.8, 132, 1.8, 0)
  23. MovementLoopAddLocation(NPC, 1347.97, -37.31, 151.5, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1365.01, -34.36, 162.09, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1348.48, -37.24, 142.01, 1.8, math.random(4, 12))
  26. MovementLoopAddLocation(NPC, 1348.15, -37.26, 132.34, 1.8, 0)
  27. MovementLoopAddLocation(NPC, 1346.5, -37.32, 102.34, 1.8, math.random(4, 12))
  28. end