CL004_ADervishpatrol0006.lua 906 B

1234567891011121314151617181920212223242526272829
  1. --[[
  2. Script Name : CL004_adervishpatrol0006.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0006.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:40 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, 1342.22, -37.8, 136.23, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1362.8, -34.8, 137.13, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1368.01, -34, 127.19, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1364.85, -33.79, 96.75, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1342.69, -37.75, 102.06, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1329.41, -39.89, 133.17, 1.8, math.random(4, 12))
  24. end