aThexiandragoon002.lua 899 B

1234567891011121314151617181920212223242526272829
  1. --[[
  2. Script Name : athexiandragoon002.lua
  3. Script Purpose : Waypoint Path for athexiandragoon002.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/24/2020 02:08:28 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, 1342.51, -40.24, -246.59, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1338.16, -42.59, -254.4, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1344.88, -39.16, -240.5, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1353.44, -41.44, -257.63, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1380.46, -40.19, -263.52, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1343.6, -43.22, -261.06, 1.7, math.random(9, 21))
  23. end