awrathfulhellhound369500.lua 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. --[[
  2. Script Name : new.lua
  3. Script Purpose : Waypoint Path for new.lua
  4. Script Author : Auto Generated Neatz09
  5. Script Date : 01/04/2021 01:14:13 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, 13, 3.88, 70.96, 2, 0)
  18. MovementLoopAddLocation(NPC, -1.41, 3.88, 76.1, 2, 14)
  19. MovementLoopAddLocation(NPC, -0.82, 3.88, 79.43, 2, 14)
  20. MovementLoopAddLocation(NPC, 1.59, 3.88, 78.41, 2, 14)
  21. MovementLoopAddLocation(NPC, 5.48, 3.88, 77.9, 2, 14)
  22. MovementLoopAddLocation(NPC, 18.13, 3.88, 74, 2, 14)
  23. MovementLoopAddLocation(NPC, 19.45, 3.88, 73.14, 2, 14)
  24. MovementLoopAddLocation(NPC, 15.48, 3.88, 78.09, 2, 14)
  25. MovementLoopAddLocation(NPC, 17.47, 3.88, 80.12, 2, 14)
  26. MovementLoopAddLocation(NPC, 6.16, 3.88, 82.21, 2, 0)
  27. MovementLoopAddLocation(NPC, -3.33, 3.88, 70.55, 2, 14)
  28. MovementLoopAddLocation(NPC, -1.93, 3.88, 67.49, 2, 14)
  29. MovementLoopAddLocation(NPC, 13.55, 3.88, 71.06, 2, 0)
  30. end