CL005_ADervishpatrol0014.lua 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : CL005_adervishpatrol0014.lua
  3. Script Purpose : Waypoint Path for CL005_adervishpatrol0014.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:29:04 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, 1251.34, -40.64, -71, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1246.4, -41.68, -96.15, 1.8, 0)
  20. MovementLoopAddLocation(NPC, 1243.87, -41.5, -101.39, 1.8, 0)
  21. MovementLoopAddLocation(NPC, 1244.16, -41.21, -105.94, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1239.81, -40.92, -112.35, 1.8, 0)
  23. MovementLoopAddLocation(NPC, 1225.37, -41.32, -121.57, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1238.01, -36.63, -132.68, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1234.45, -41.96, -100.73, 1.8, math.random(4, 12))
  26. MovementLoopAddLocation(NPC, 1266.42, -35.6, -90.37, 1.8, math.random(4, 12))
  27. MovementLoopAddLocation(NPC, 1250.07, -41.48, -78.72, 1.8, math.random(4, 12))
  28. MovementLoopAddLocation(NPC, 1257.19, -38.39, -89.6, 1.8, math.random(4, 12))
  29. end