CL004_ADervishpatrol0008.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : CL004_adervishpatrol0008.lua
  3. Script Purpose : Waypoint Path for CL004_adervishpatrol0008.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:25:46 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, 1342.33, -38.59, 168.89, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1353.03, -37.56, 191.03, 1.8, math.random(4, 12))
  20. MovementLoopAddLocation(NPC, 1358.21, -39.41, 221.52, 1.8, math.random(4, 12))
  21. MovementLoopAddLocation(NPC, 1355.01, -39.14, 210.78, 1.8, math.random(4, 12))
  22. MovementLoopAddLocation(NPC, 1330.56, -40.73, 236.51, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1325.26, -41.76, 206.06, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1338.48, -40.04, 231.51, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1343.27, -39.64, 222.69, 1.8, math.random(4, 12))
  26. end