asandstonegiant285119.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[--[[
  2. Script Name : sandstonegiant0003.lua
  3. Script Purpose : Waypoint Path for sandstonegiant0003.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/22/2020 03:28:58 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, 1293.01, -59.17, -336.32, 2, 5)
  18. MovementLoopAddLocation(NPC, 1288.31, -58.83, -348.88, 2, 0)
  19. MovementLoopAddLocation(NPC, 1280.07, -57.96, -355.94, 2, 0)
  20. MovementLoopAddLocation(NPC, 1275.05, -57.51, -357.96, 2, 0)
  21. MovementLoopAddLocation(NPC, 1264.34, -56.76, -360.9, 2, 0)
  22. MovementLoopAddLocation(NPC, 1241.21, -54.69, -365.44, 2, 0)
  23. MovementLoopAddLocation(NPC, 1226.75, -51.54, -368.11, 2, 0)
  24. MovementLoopAddLocation(NPC, 1217.42, -49.16, -369.5, 2, 0)
  25. MovementLoopAddLocation(NPC, 1205.82, -46.07, -369.68, 2, 0)
  26. MovementLoopAddLocation(NPC, 1199.4, -44.37, -369.44, 2, 0)
  27. MovementLoopAddLocation(NPC, 1194.19, -42.75, -367.62, 2, 0)
  28. MovementLoopAddLocation(NPC, 1184.06, -40.04, -357.7, 2, 0)
  29. MovementLoopAddLocation(NPC, 1172.57, -36.25, -345.94, 2, 0)
  30. MovementLoopAddLocation(NPC, 1161.99, -33.1, -331.65, 2, 0)
  31. MovementLoopAddLocation(NPC, 1161.11, -32.19, -321.97, 2, 0)
  32. MovementLoopAddLocation(NPC, 1169.1, -31.11, -295.48, 2, 0)
  33. MovementLoopAddLocation(NPC, 1185.14, -35.74, -267.88, 2, 0)
  34. MovementLoopAddLocation(NPC, 1189.69, -36.84, -261.2, 2, 0)
  35. MovementLoopAddLocation(NPC, 1196.21, -37.56, -261.45, 2, 0)
  36. MovementLoopAddLocation(NPC, 1199.53, -37.96, -263.14, 2, 0)
  37. MovementLoopAddLocation(NPC, 1211.23, -40.33, -274.66, 2, 0)
  38. MovementLoopAddLocation(NPC, 1222.47, -42.24, -281.94, 2, 0)
  39. MovementLoopAddLocation(NPC, 1231.94, -44.27, -290.87, 2, 0)
  40. MovementLoopAddLocation(NPC, 1243.64, -48.07, -303.52, 2, 0)
  41. MovementLoopAddLocation(NPC, 1253.59, -50.99, -313.14, 2, 0)
  42. MovementLoopAddLocation(NPC, 1263.8, -53.65, -320.5, 2, 0)
  43. MovementLoopAddLocation(NPC, 1271.58, -55.92, -325.14, 2, 0)
  44. MovementLoopAddLocation(NPC, 1277.72, -57.61, -327.61, 2, 0)
  45. MovementLoopAddLocation(NPC, 1286.5, -59.08, -329.41, 2, 0)
  46. end