CL005_ADervishpatrol0010.lua 920 B

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name : CL005_adervishpatrol00010.lua
  3. Script Purpose : Waypoint Path for CL005_adervishpatrol00010.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:28:50 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, 1244.3, -31.64, -164.88, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1209.18, -37.21, -180.56, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1235.09, -32.89, -158.75, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1216.2, -35.09, -185.88, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1225.69, -39.68, -132.22, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1225.49, -38.7, -136.98, 1.8, math.random(4, 12))
  24. end