CL005_ADervishpatrol0007.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : CL005_adervishpatrol0007.lua
  3. Script Purpose : Waypoint Path for CL005_adervishpatrol0007.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:28:42 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, 1286.28, -32.42, -97.83, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1250.11, -41.02, -90.57, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1263.15, -35.51, -52.25, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1253.45, -39.88, -78.78, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1262.53, -35.15, -117.04, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1300.18, -28.3, -69.41, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1303.53, -21.52, -52.19, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1304.02, -29.2, -89.87, 1.8, math.random(4, 12))
  26. end