ABlightedWarmonger_A.lua 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --[[
  2. Script Name : SpawnScripts/FallenGate/ABlightedWarmonger_A.lua
  3. Script Purpose : Waypoint Path for ABlightedWarmonger_A.lua
  4. Script Author : Auto Generated
  5. Script Date : 03/23/2019 02:03:21 AM
  6. Script Notes : <special-instructions>
  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, -166.87, -16.12, -312.43, 2, 0)
  18. MovementLoopAddLocation(NPC, -152.38, -16.42, -313.19, 2, 0)
  19. MovementLoopAddLocation(NPC, -149.59, -16.39, -311.86, 2, 0)
  20. MovementLoopAddLocation(NPC, -145.39, -16.43, -312.35, 2, 0)
  21. MovementLoopAddLocation(NPC, -142.68, -16.42, -315.89, 2, 0)
  22. MovementLoopAddLocation(NPC, -137.8, -16.41, -317.47, 2, 0)
  23. MovementLoopAddLocation(NPC, -115.86, -17.46, -309.92, 2, 0)
  24. MovementLoopAddLocation(NPC, -111.11, -17.39, -300.64, 2, 0)
  25. MovementLoopAddLocation(NPC, -103.01, -17.4, -296.68, 2, 0)
  26. MovementLoopAddLocation(NPC, -99.56, -17.41, -297.03, 2, 0)
  27. MovementLoopAddLocation(NPC, -96.17, -17.43, -300.7, 2, 0)
  28. MovementLoopAddLocation(NPC, -95.75, -17.45, -304.4, 2, 0)
  29. MovementLoopAddLocation(NPC, -99.61, -17.44, -305.92, 2, 0)
  30. MovementLoopAddLocation(NPC, -103.62, -17.39, -312.09, 2, 0)
  31. MovementLoopAddLocation(NPC, -107.15, -17.36, -313.18, 2, 0)
  32. MovementLoopAddLocation(NPC, -110.6, -17.39, -313.14, 2, 0)
  33. MovementLoopAddLocation(NPC, -116.96, -17.44, -310.7, 2, 0)
  34. MovementLoopAddLocation(NPC, -121.41, -16.52, -314.31, 2, 0)
  35. MovementLoopAddLocation(NPC, -123.28, -16.49, -317.6, 2, 0)
  36. MovementLoopAddLocation(NPC, -128.46, -16.43, -322.46, 2, 0)
  37. MovementLoopAddLocation(NPC, -131.4, -16.4, -323.72, 2, 0)
  38. MovementLoopAddLocation(NPC, -138.4, -16.39, -323.85, 2, 0)
  39. MovementLoopAddLocation(NPC, -144.26, -16.42, -322.51, 2, 0)
  40. MovementLoopAddLocation(NPC, -149.1, -16.39, -320.88, 2, 0)
  41. MovementLoopAddLocation(NPC, -153.46, -16.43, -317, 2, 0)
  42. MovementLoopAddLocation(NPC, -158.65, -16.4, -315.97, 2, 0)
  43. MovementLoopAddLocation(NPC, -165.79, -16.42, -316.77, 2, 0)
  44. MovementLoopAddLocation(NPC, -173.61, -16.08, -313.64, 2, 0)
  45. MovementLoopAddLocation(NPC, -177.68, -16.21, -312.04, 2, 0)
  46. MovementLoopAddLocation(NPC, -179.62, -16.2, -310.22, 2, 0)
  47. MovementLoopAddLocation(NPC, -179.34, -16.21, -308.43, 2, 0)
  48. MovementLoopAddLocation(NPC, -177.13, -16.21, -309.57, 2, 0)
  49. end