CL006_ADervishpatrol0011.lua 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : CL006_adervishpatrol0011.lua
  3. Script Purpose : Waypoint Path for CL006_adervishpatrol0011.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:30:25 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, 1252.07, -31.33, 382.12, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1216.21, -32.56, 407.84, 1.8, 0)
  20. MovementLoopAddLocation(NPC, 1201.55, -35.63, 410.6, 1.8, 0)
  21. MovementLoopAddLocation(NPC, 1193.71, -37.74, 408.26, 1.8, 0)
  22. MovementLoopAddLocation(NPC, 1183.58, -38.76, 421.18, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1179.93, -39.27, 422.73, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1195.94, -33.44, 449.23, 1.8, math.random(4, 12))
  25. MovementLoopAddLocation(NPC, 1232.37, -22.01, 447.9, 1.8, math.random(4, 12))
  26. end