CL004_ADervishpatrol0004.lua 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : CL004_adervishpatrol0004.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0004.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:34 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, 1318.3, -41.09, 106.44, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1317.45, -41.21, 87.71, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1328.14, -38.53, 67.4, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1347.21, -35.58, 67.08, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1315.56, -39.73, 51.71, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1321.7, -40.8, 86.73, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1341.4, -37.79, 121.33, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1342.06, -37.77, 129.85, 1.8, 0)
  26. MovementLoopAddLocation(NPC, 1363.51, -34.47, 166.8, 1.8, math.random(4, 12))
  27. MovementLoopAddLocation(NPC, 1345.66, -37.57, 151.97, 1.8, math.random(4, 12))
  28. end