aThexiandragoon001.lua 895 B

1234567891011121314151617181920212223242526272829
  1. --[[
  2. Script Name : athexiandragoon001.lua
  3. Script Purpose : Waypoint Path for athexiandragoon001.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/24/2020 02:08:24 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, 1358.89, -41.4, -262.49, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1336.99, -42.38, -252.83, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1368.49, -39.86, -255.07, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1347.68, -41.98, -258.74, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1362.84, -38.33, -240.97, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1368.48, -38.72, -246.81, 1.7, math.random(9, 21))
  23. end