CL006_ADervishpatrol0008.lua 978 B

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : CL006_adervishpatrol0008.lua
  3. Script Purpose : Waypoint Path for CL006_adervishpatrol0008.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:30:17 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, 1227.46, -40.08, 360.59, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1235.18, -29.42, 392.26, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1228.15, -27.23, 415.56, 1.8, 0)
  21. MovementLoopAddLocation(NPC, 1211.95, -33.27, 412.08, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1202.98, -32.83, 433.09, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1259.26, -25.21, 400.49, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1259.75, -32.61, 376.9, 1.8, math.random(4, 12))
  25. end