CL005_ADervishpatrol0008.lua 990 B

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : CL005_adervishpatrol0008.lua
  3. Script Purpose : Waypoint Path for CL005_adervishpatrol0008.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:28:45 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, 1319.26, -29.25, -16.03, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1306.56, -30.64, -4.28, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1316.17, -26.41, -36.42, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1322.43, -29.4, -5.1, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1303.48, -29.44, -20.68, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1300.05, -24.11, -47.88, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1319.3, -29.25, -16.1, 1.8, math.random(4, 12))
  25. end