cl003_aThexiandragoon0003.lua 985 B

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name : cl003athexiandragoon0003.lua
  3. Script Purpose : Waypoint Path for cl003athexiandragoon0003.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/26/2020 03:54:14 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.65, -39.52, -144.18, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1394.35, -40.85, -113, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1380.85, -40.15, -136.1, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1388.09, -37.35, -162.24, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1348.32, -42.45, -159.58, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1348.52, -42.32, -162.71, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1386.1, -37.07, -169.83, 1.7, math.random(9, 21))
  24. end