asandstonegiant285153.lua 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. --[[
  2. Script Name : sandstonegiant0002.lua
  3. Script Purpose : Waypoint Path for sandstonegiant0002.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/22/2020 05:36:05 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, 1414.03, -46.2, -75.22, 2, 5)
  18. MovementLoopAddLocation(NPC, 1439.85, -44.74, -81.89, 2, 0)
  19. MovementLoopAddLocation(NPC, 1452.56, -38.97, -113.9, 2, 0)
  20. MovementLoopAddLocation(NPC, 1453.52, -38.23, -134.16, 2, 0)
  21. MovementLoopAddLocation(NPC, 1454.51, -39.09, -156.81, 2, 0)
  22. MovementLoopAddLocation(NPC, 1454.2, -40.78, -177.03, 2, 0)
  23. MovementLoopAddLocation(NPC, 1452.97, -42.67, -200.37, 2, 0)
  24. MovementLoopAddLocation(NPC, 1449.75, -43.15, -217.06, 2, 0)
  25. MovementLoopAddLocation(NPC, 1448.3, -44.16, -236.4, 2, 0)
  26. MovementLoopAddLocation(NPC, 1449.35, -44.54, -253.35, 2, 0)
  27. MovementLoopAddLocation(NPC, 1446.79, -46.22, -282.39, 2, 0)
  28. MovementLoopAddLocation(NPC, 1443.13, -45.57, -306.8, 2, 0)
  29. MovementLoopAddLocation(NPC, 1436.73, -46.03, -322.71, 2, 0)
  30. MovementLoopAddLocation(NPC, 1427.79, -46, -324.06, 2, 0)
  31. MovementLoopAddLocation(NPC, 1422.32, -45.48, -314.75, 2, 0)
  32. MovementLoopAddLocation(NPC, 1412.93, -43.89, -301.68, 2, 0)
  33. MovementLoopAddLocation(NPC, 1404.86, -42.51, -293.88, 2, 0)
  34. MovementLoopAddLocation(NPC, 1395.08, -42.25, -287.82, 2, 0)
  35. MovementLoopAddLocation(NPC, 1376.67, -41.44, -273.79, 2, 0)
  36. MovementLoopAddLocation(NPC, 1358.24, -42.06, -268.01, 2, 0)
  37. MovementLoopAddLocation(NPC, 1345.25, -43.28, -267.21, 2, 0)
  38. MovementLoopAddLocation(NPC, 1330.07, -46.62, -270.78, 2, 0)
  39. MovementLoopAddLocation(NPC, 1320.85, -49.15, -280.18, 2, 0)
  40. MovementLoopAddLocation(NPC, 1307.99, -51.8, -286.92, 2, 0)
  41. MovementLoopAddLocation(NPC, 1300.67, -52.29, -288.01, 2, 0)
  42. MovementLoopAddLocation(NPC, 1294.7, -50.82, -283.01, 2, 0)
  43. MovementLoopAddLocation(NPC, 1292.03, -49.9, -272.83, 2, 0)
  44. MovementLoopAddLocation(NPC, 1292.04, -49.4, -269.29, 2, 0)
  45. MovementLoopAddLocation(NPC, 1295.42, -46.42, -253.9, 2, 0)
  46. MovementLoopAddLocation(NPC, 1300.17, -43.64, -241.85, 2, 0)
  47. MovementLoopAddLocation(NPC, 1307.72, -40.65, -224.81, 2, 0)
  48. MovementLoopAddLocation(NPC, 1315.63, -39.65, -211.53, 2, 0)
  49. MovementLoopAddLocation(NPC, 1325.12, -39.84, -201.77, 2, 0)
  50. MovementLoopAddLocation(NPC, 1331.7, -40.45, -193.94, 2, 0)
  51. MovementLoopAddLocation(NPC, 1347.76, -42.44, -160.35, 2, 0)
  52. MovementLoopAddLocation(NPC, 1364.27, -42.41, -134.66, 2, 0)
  53. MovementLoopAddLocation(NPC, 1378.31, -41.73, -119.78, 2, 0)
  54. MovementLoopAddLocation(NPC, 1392.63, -42.99, -104.2, 2, 0)
  55. MovementLoopAddLocation(NPC, 1407.91, -47.14, -78.72, 2, 0)
  56. end