awrathfulhellhound369499.lua 951 B

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name :SpawnScripts/The Estate of Unrest/awrathfulhellhound369499.lua
  3. Script Purpose : Waypoint Path for hellhound1.lua
  4. Script Author : Auto Generated Neatz09
  5. Script Date : 01/03/2021 02:38:51 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, -2.28, 3.88, 73.33, 2, 0)
  18. MovementLoopAddLocation(NPC, 0.67, 3.88, 74.04, 2, 14)
  19. MovementLoopAddLocation(NPC, 15.44, 3.88, 79.62, 2, 14)
  20. MovementLoopAddLocation(NPC, 13.67, 3.88, 77.55, 2, 14)
  21. MovementLoopAddLocation(NPC, 6.27, 3.88, 70.14, 2, 14)
  22. MovementLoopAddLocation(NPC, 5.92, 3.88, 67.89, 2, 14)
  23. MovementLoopAddLocation(NPC, 9.61, 3.88, 72.2, 2, 0)
  24. MovementLoopAddLocation(NPC, 18.45, 3.88, 70.69, 2, 14)
  25. MovementLoopAddLocation(NPC, -3.39, 3.88, 72.36, 2, 14)
  26. end