CL004_ADervishpatrol0011.lua 1023 B

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : CL004_adervishpatrol0011.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0011.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:54 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, 1368.04, -34.17, 147.32, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1356.04, -36.53, 127.11, 1.8, 0)
  20. MovementLoopAddLocation(NPC, 1344.83, -37.53, 122.38, 1.8, 0)
  21. MovementLoopAddLocation(NPC, 1340.9, -37.88, 121.95, 1.8, 0)
  22. MovementLoopAddLocation(NPC, 1342.14, -37.75, 117.03, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1329.07, -39.83, 102.3, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1322.96, -40.63, 85.87, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1372.51, -33.47, 128.57, 1.8, math.random(4, 12))
  26. end