CL004_ADervishpatrol0009.lua 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. --[[
  2. Script Name : CL004_adervishpatrol0009.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0009.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:48 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, 1341.75, -40.29, 204.85, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1325.49, -41.76, 206.83, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1341.25, -37.95, 132.87, 1.8, 0)
  21. MovementLoopAddLocation(NPC, 1335.16, -38.92, 126.47, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1333.76, -39.04, 116.6, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1336.48, -38.36, 98.86, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1336.95, -38.68, 136.23, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1322.74, -40.8, 171.42, 1.8, math.random(4, 12))
  26. MovementLoopAddLocation(NPC, 1320.29, -41.02, 171.36, 1.8, math.random(4, 12))
  27. MovementLoopAddLocation(NPC, 1351.98, -37.68, 191.01, 1.8, math.random(4, 12))
  28. end