cl003_aThexiandragoon0011.lua 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : cl003athexiandragoon0011.lua
  3. Script Purpose : Waypoint Path for cl003athexiandragoon0011.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/26/2020 03:54:36 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, 1392.62, -38.17, -144.52, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1375.42, -40.71, -139.32, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1358.8, -40.97, -162.05, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1344.53, -42.06, -171.2, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1349.74, -41.06, -175.76, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1370.42, -39.23, -164.26, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1383.87, -36.73, -177.93, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1377.19, -40.38, -141.32, 1.7, math.random(9, 21))
  25. end