CL004_ADervishpatrol0001.lua 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : CL004_adervishpatrol0001.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0001.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:22 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, 1362.17, -32.75, 62.16, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1326.98, -38.37, 63.06, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1335.91, -35, 46.59, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1328.27, -36.99, 51.55, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1341.13, -37.72, 87.55, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1363.83, -33.21, 76.89, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1326.85, -39.57, 77.96, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1346.76, -33.5, 46.47, 1.8, math.random(4, 12))
  26. MovementLoopAddLocation(NPC, 1340.44, -37.4, 77.98, 1.8, math.random(4, 12))
  27. end