CL004_ADervishpatrol0012.lua 906 B

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name : CL004_adervishpatrol0012.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0012.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:57 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, 1323.61, -39.7, 67.05, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1347.12, -36.23, 77.16, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1344.22, -36.65, 76.07, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1351.62, -36.62, 102.53, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1332.06, -35.57, 46.97, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1320.48, -38.66, 52, 1.8, math.random(4, 12))
  24. end