cl003_aThexiandragoon0012.lua 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : cl003athexiandragoon0012.lua
  3. Script Purpose : Waypoint Path for cl003athexiandragoon0012.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/26/2020 03:54:44 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, 1368.34, -38.75, -173.7, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1383.23, -36.64, -186.18, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1358.11, -41.44, -157.62, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1381.04, -40.66, -127.45, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1360.3, -41.98, -147.95, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1365.17, -39.74, -166.66, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1382.37, -37.5, -166.31, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1359.99, -41.97, -148.62, 1.7, math.random(9, 21))
  25. end