aThexiandragoon004.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : athexiandragoon004.lua
  3. Script Purpose : Waypoint Path for athexiandragoon004.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/24/2020 02:08:37 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, 1385.23, -38.35, -249.18, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1370.97, -40.1, -257.44, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1376.4, -40.85, -268.34, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1347.7, -39.3, -242.03, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1354.54, -39.97, -248.16, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1358.74, -40.42, -254.02, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1346.37, -43.3, -264.58, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1342.44, -39.56, -242.27, 1.7, math.random(9, 21))
  25. MovementLoopAddLocation(NPC, 1365.3, -40.34, -257.67, 1.7, math.random(9, 21))
  26. end