SentryCaptainGarland.lua 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. --[[
  2. Script Name : SpawnScripts/ThunderingSteppes/SentryCaptainGarland.lua
  3. Script Author : Jabantiz
  4. Script Date : 2015.07.12 06:07:59
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, 249.94, 33.24, -1029.99, 2)
  10. MovementLoopAddLocation(NPC, 258.34, 32.76, -1023.70, 2)
  11. MovementLoopAddLocation(NPC, 271.59, 25.22, -1007.19, 2)
  12. MovementLoopAddLocation(NPC, 272.38, 22.43, -993.42, 2)
  13. MovementLoopAddLocation(NPC, 263.14, 16.30, -968.31, 2)
  14. MovementLoopAddLocation(NPC, 246.15, 13.15, -958.93, 2)
  15. MovementLoopAddLocation(NPC, 195.67, 13.63, -963.25, 2)
  16. MovementLoopAddLocation(NPC, 176.94, 11.48, -955.78, 2)
  17. MovementLoopAddLocation(NPC, 169.55, 9.64, -936.13, 2)
  18. MovementLoopAddLocation(NPC, 173.65, 5.79, -913.69, 2)
  19. MovementLoopAddLocation(NPC, 189.85, 3.46, -881.72, 2)
  20. MovementLoopAddLocation(NPC, 185.61, 2.89, -863.07, 2)
  21. MovementLoopAddLocation(NPC, 147.49, -2.60, -796.37, 2)
  22. MovementLoopAddLocation(NPC, 112.35, -1.82, -782.23, 2)
  23. MovementLoopAddLocation(NPC, 75.19, -2.13, -771.52, 2)
  24. MovementLoopAddLocation(NPC, 54.50, -1.69, -752.32, 2)
  25. MovementLoopAddLocation(NPC, 30.11, -1.58, -706.66, 2)
  26. MovementLoopAddLocation(NPC, 37.95, -1.48, -660.71, 2)
  27. MovementLoopAddLocation(NPC, 49.54, -1.45, -641.16, 2)
  28. MovementLoopAddLocation(NPC, 71.65, -1.06, -623.20, 2)
  29. MovementLoopAddLocation(NPC, 101.28, -2.10, -612.55, 2)
  30. MovementLoopAddLocation(NPC, 167.39, -2.70, -586.82, 2)
  31. MovementLoopAddLocation(NPC, 208.07, -1.82, -557.98, 2)
  32. MovementLoopAddLocation(NPC, 285.54, -1.21, -547.06, 2)
  33. MovementLoopAddLocation(NPC, 338.42, 10.54, -535.79, 2)
  34. MovementLoopAddLocation(NPC, 360.09, 11.65, -514.59, 2)
  35. MovementLoopAddLocation(NPC, 338.42, 10.54, -535.79, 2)
  36. MovementLoopAddLocation(NPC, 285.54, -1.21, -547.06, 2)
  37. MovementLoopAddLocation(NPC, 208.07, -1.82, -557.98, 2)
  38. MovementLoopAddLocation(NPC, 167.39, -2.70, -586.82, 2)
  39. MovementLoopAddLocation(NPC, 101.28, -2.10, -612.55, 2)
  40. MovementLoopAddLocation(NPC, 71.65, -1.06, -623.20, 2)
  41. MovementLoopAddLocation(NPC, 49.54, -1.45, -641.16, 2)
  42. MovementLoopAddLocation(NPC, 37.95, -1.48, -660.71, 2)
  43. MovementLoopAddLocation(NPC, 30.11, -1.58, -706.66, 2)
  44. MovementLoopAddLocation(NPC, 54.50, -1.69, -752.32, 2)
  45. MovementLoopAddLocation(NPC, 75.19, -2.13, -771.52, 2)
  46. MovementLoopAddLocation(NPC, 112.35, -1.82, -782.23, 2)
  47. MovementLoopAddLocation(NPC, 147.49, -2.60, -796.37, 2)
  48. MovementLoopAddLocation(NPC, 185.61, 2.89, -863.07, 2)
  49. MovementLoopAddLocation(NPC, 189.85, 3.46, -881.72, 2)
  50. MovementLoopAddLocation(NPC, 173.65, 5.79, -913.69, 2)
  51. MovementLoopAddLocation(NPC, 169.55, 9.64, -936.13, 2)
  52. MovementLoopAddLocation(NPC, 176.94, 11.48, -955.78, 2)
  53. MovementLoopAddLocation(NPC, 195.67, 13.63, -963.25, 2)
  54. MovementLoopAddLocation(NPC, 246.15, 13.15, -958.93, 2)
  55. MovementLoopAddLocation(NPC, 263.14, 16.30, -968.31, 2)
  56. MovementLoopAddLocation(NPC, 272.38, 22.43, -993.42, 2)
  57. MovementLoopAddLocation(NPC, 271.59, 25.22, -1007.19, 2)
  58. MovementLoopAddLocation(NPC, 258.34, 32.76, -1023.70, 2)
  59. end
  60. function hailed(NPC, Spawn)
  61. end
  62. function respawn(NPC)
  63. spawn(NPC)
  64. end