CL006_ADervishpatrol0009.lua 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : CL006_adervishpatrol0009.lua
  3. Script Purpose : Waypoint Path for CL006_adervishpatrol0009.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:30:20 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, 1266.9, -18.27, 422.81, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1275, -20.02, 416.09, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1280.17, -22.37, 411.41, 1.8, 0)
  21. MovementLoopAddLocation(NPC, 1282.6, -24.9, 406.25, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1298.66, -22.77, 409.55, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1275.01, -22.63, 409.54, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1243.28, -25.58, 399.86, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1259.53, -34, 373.22, 1.8, math.random(4, 12))
  26. MovementLoopAddLocation(NPC, 1219.39, -39.26, 369.82, 1.8, math.random(4, 12))
  27. end