CL006_ADervishpatrol0007.lua 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. --[[
  2. Script Name : CL006_adervishpatrol0007.lua
  3. Script Purpose : Waypoint Path for CL006_adervishpatrol0007.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:30:14 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, 1139.96, -42.24, 385.98, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1156.12, -43.02, 402.22, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1156.94, -42.96, 406.06, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1109.5, -43.48, 402.52, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1093.2, -43.72, 410.23, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1092.6, -43.64, 406.78, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1100.52, -43.62, 403.47, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1116.15, -42.5, 389.84, 1.8, math.random(4, 12))
  26. MovementLoopAddLocation(NPC, 1148.82, -41.39, 379.17, 1.8, math.random(4, 12))
  27. MovementLoopAddLocation(NPC, 1139.87, -42.27, 386.19, 1.8, math.random(4, 12))
  28. MovementLoopAddLocation(NPC, 1155.89, -43.03, 402.25, 1.8, math.random(4, 12))
  29. MovementLoopAddLocation(NPC, 1156.92, -42.96, 406.01, 1.8, math.random(4, 12))
  30. MovementLoopAddLocation(NPC, 1109.63, -43.48, 402.85, 1.8, math.random(4, 12))
  31. end