cl003_aThexiandragoon0009.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : cl003athexiandragoon0009.lua
  3. Script Purpose : Waypoint Path for cl003athexiandragoon0009.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/26/2020 03:54: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. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 1382.86, -38.3, -157.25, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1363.34, -38.94, -182.73, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1390.11, -36.23, -189.57, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1384.51, -36.66, -178.44, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1372.27, -38.19, -174.13, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1375.74, -37.05, -189.9, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1403.46, -35.61, -176.63, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1402.04, -35.91, -193.95, 1.7, math.random(9, 21))
  25. MovementLoopAddLocation(NPC, 1363.11, -37.91, -192.92, 1.7, math.random(9, 21))
  26. end