cl003_aThexiandragoon0001.lua 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : CL003athexiandragoon0001.lua
  3. Script Purpose : Waypoint Path for CL003athexiandragoon0001.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/26/2020 03:54:10 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, 1353.85, -39.27, -187.45, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1394.02, -38.24, -138.9, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1386, -39.21, -141.74, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1385.7, -42.19, -111.7, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1369.04, -41.57, -138.8, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1352.15, -41.03, -173.78, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1347.88, -41.48, -173.51, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1383.07, -36.67, -182.8, 1.7, math.random(9, 21))
  25. end