CL004_ADervishpatrol0010.lua 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : CL004_adervishpatrol0010.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0010.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:51 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, 1373.84, -33.56, 142.25, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1339.8, -38.21, 136.39, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1364.75, -34.32, 121.65, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1357.75, -36.06, 135.41, 1.8, 0)
  22. MovementLoopAddLocation(NPC, 1350.77, -37.06, 137.79, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1342.19, -37.77, 131.49, 1.8, 0)
  24. MovementLoopAddLocation(NPC, 1323.32, -40.66, 106.91, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1365.94, -33.95, 113.6, 1.8, math.random(4, 12))
  26. MovementLoopAddLocation(NPC, 1363.71, -34.58, 152.01, 1.8, math.random(4, 12))
  27. end