CL005_ADervishpatrol0004.lua 997 B

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : CL005_adervishpatrol0004.lua
  3. Script Purpose : Waypoint Path for CL005_adervishpatrol0004.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:28:35 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, 1253.69, -37.9, -111.82, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1256.77, -38.51, -90.39, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1253.31, -39.68, -68.61, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1285.12, -32.11, -89.76, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1269.61, -33.62, -121.96, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1247.18, -36.24, -126.85, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1256.9, -38.48, -94.96, 1.8, math.random(4, 12))
  25. end