CL005_ADervishpatrol0002.lua 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : CL005_adervishpatrol0002.lua
  3. Script Purpose : Waypoint Path for CL005_adervishpatrol0002.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:28:31 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, 1213.26, -39.73, -153.45, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1225.51, -39.74, -132.2, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1238.64, -33.54, -148.06, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1231.18, -34.04, -153.76, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1251.11, -31.95, -142.91, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1248.03, -32.04, -144.33, 1.8, 0)
  24. MovementLoopAddLocation(NPC, 1228.18, -37.66, -137.84, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1237.93, -36.86, -131.8, 1.8, math.random(4, 12))
  26. MovementLoopAddLocation(NPC, 1244.62, -33.49, -142.5, 1.8, math.random(4, 12))
  27. MovementLoopAddLocation(NPC, 1229.12, -34.56, -153.13, 1.8, math.random(4, 12))
  28. MovementLoopAddLocation(NPC, 1209.8, -36.41, -185.97, 1.8, math.random(4, 12))
  29. end