CL006_ADervishpatrol0015.lua 977 B

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : CL006_adervishpatrol0015.lua
  3. Script Purpose : Waypoint Path for CL006_adervishpatrol0015.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:30:38 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, 1121.7, -42.24, 445.55, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1085.25, -43.03, 445.85, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1077.23, -43.89, 412.86, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1045.65, -44.97, 406.21, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1040.62, -44.89, 414.36, 1.8, 0)
  23. MovementLoopAddLocation(NPC, 1029.4, -44.07, 425.87, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1056.75, -43.49, 443.74, 1.8, math.random(4, 12))
  25. end