aThexiandragoon010.lua 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : athexiandragoon010.lua
  3. Script Purpose : Waypoint Path for athexiandragoon010.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/24/2020 02:08:52 PM
  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, 1350.42, -38.05, -233.95, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1350.58, -40.9, -253.17, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1361.45, -41.82, -268.06, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1360.07, -39.43, -247.12, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1368.09, -40.94, -263.46, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1357.14, -40.62, -253.88, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1373.63, -40.41, -262.11, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1355.78, -37.2, -230, 1.7, math.random(9, 21))
  25. end