CL006_ADervishpatrol0013.lua 915 B

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name : CL006_adervishpatrol0013.lua
  3. Script Purpose : Waypoint Path for CL006_adervishpatrol0013.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:30:31 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, 1243.25, -26.74, 396.52, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1243.32, -32.96, 379.74, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1235.34, -27.17, 402.88, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1211.56, -33.83, 409.28, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1204.08, -32.92, 429.48, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1159.77, -41.83, 381.21, 1.8, math.random(4, 12))
  24. end