cl003_aThexiandragoon0010.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : cl003athexiandragoon0010.lua
  3. Script Purpose : Waypoint Path for cl003athexiandragoon0010.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/26/2020 03:54:34 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, 1386.69, -39.64, -131.39, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1362.25, -40.5, -162.18, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1381.09, -38.23, -159.88, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1370.52, -39.98, -154.96, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1376.84, -36.99, -187.32, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1392.44, -36.09, -189.17, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1367.1, -40.83, -150.21, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1377.21, -37.13, -179, 1.7, math.random(9, 21))
  25. MovementLoopAddLocation(NPC, 1378.82, -38.33, -161.79, 1.7, math.random(9, 21))
  26. end