cl003_aThexiandragoon0002.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --[[
  2. Script Name : CL003athexiandragoon0002.lua
  3. Script Purpose : Waypoint Path for CL003athexiandragoon0002.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/26/2020 03:54:12 AM
  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, 1396.63, -35.89, -184.98, 1.7, math.random(9, 21))
  18. MovementLoopAddLocation(NPC, 1368.6, -38.56, -175.77, 1.7, math.random(9, 21))
  19. MovementLoopAddLocation(NPC, 1386.29, -36.47, -187.57, 1.7, math.random(9, 21))
  20. MovementLoopAddLocation(NPC, 1357.11, -39.24, -185.43, 1.7, math.random(9, 21))
  21. MovementLoopAddLocation(NPC, 1351.48, -40.09, -182.7, 1.7, math.random(9, 21))
  22. MovementLoopAddLocation(NPC, 1377.29, -36.93, -194.79, 1.7, math.random(9, 21))
  23. MovementLoopAddLocation(NPC, 1380.77, -37.47, -168.84, 1.7, math.random(9, 21))
  24. MovementLoopAddLocation(NPC, 1386.33, -36.91, -171.55, 1.7, math.random(9, 21))
  25. MovementLoopAddLocation(NPC, 1349.85, -42.2, -161.92, 1.7, math.random(9, 21))
  26. end