CL005_ADervishpatrol0006.lua 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : CL005_adervishpatrol0006.lua
  3. Script Purpose : Waypoint Path for CL005_adervishpatrol0006.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:28:40 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, 1306.85, -30.29, -7.02, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1273.12, -33.65, -89.9, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1240.31, -42.07, -95.45, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1266.42, -34.96, -74.9, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1259.81, -36.87, -69.53, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1263.3, -35.58, -46.96, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1253.89, -39.09, -62.71, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1274.64, -33.46, -36.87, 1.8, math.random(4, 12))
  26. end