aThexiandragoon006.lua 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. --[[
  2. Script Name : athexiandragoon006.lua
  3. Script Purpose : Waypoint Path for athexiandragoon006.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/24/2020 02:08:42 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.29, -43.53, -264.63, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1375.86, -39.28, -252.93, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1359.73, -41.53, -264.54, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1369.71, -38.05, -242.32, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1358.27, -37.57, -233.54, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1377.64, -38.2, -245.67, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1345, -40.15, -246.94, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1366.57, -40.78, -261.11, 1.7, math.random(9, 21))
  25. end