CL004_ADervishpatrol0005.lua 831 B

12345678910111213141516171819202122232425262728
  1. --[[
  2. Script Name : CL004_adervishpatrol0005.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0005.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:37 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, 1335.84, -41.14, 212.32, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1353.91, -36.17, 161.86, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1316.58, -41.35, 146.58, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1330.47, -39.63, 150.93, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1318.6, -41.42, 185.81, 1.8, math.random(4, 12))
  23. end