CL005_ADervishpatrol0001.lua 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : CL005_adervishpatrol0001.lua
  3. Script Purpose : Waypoint Path for CL005_adervishpatrol0001.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:28:28 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, 1255.07, -31.69, -143.65, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1262.78, -35.19, -116.39, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1278.73, -33.07, -127.12, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1285.21, -32.63, -105.12, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1276.22, -32.86, -132.57, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1256.07, -33.87, -131.84, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1268.89, -32.35, -137.65, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1231.55, -41.35, -116.25, 1.8, 0)
  26. MovementLoopAddLocation(NPC, 1225.97, -39.67, -131.92, 1.8, math.random(4, 12))
  27. end