arat.lua 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. --[[
  2. Script Name : <script-name>
  3. Script Purpose : <purpose>
  4. Script Author : <author-name>
  5. Script Date : <date>
  6. Script Notes : <special-instructions>
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, 43.95, -4.35, -41.08, 3, 0)
  10. MovementLoopAddLocation(NPC, 40.05, -4.35, -35.78, 3, 0)
  11. MovementLoopAddLocation(NPC, 40.75, -4.35, -27.02, 3, 5)
  12. MovementLoopAddLocation(NPC, 36.73, -2.25, -16.54, 3, 0)
  13. MovementLoopAddLocation(NPC, 32.99, 0.00, -6.86, 3, 0)
  14. MovementLoopAddLocation(NPC, 28.07, 0.00, -4.92, 1, 0)
  15. MovementLoopAddLocation(NPC, 24.02, 0.00, -0.44, 2, 0)
  16. MovementLoopAddLocation(NPC, 24.74, 0.00, 2.14, 5, 0)
  17. MovementLoopAddLocation(NPC, 24.74, 0.00, 2.14, 8, 10)
  18. MovementLoopAddLocation(NPC, 29.57, 0.00, 6.29, 10, 0)
  19. MovementLoopAddLocation(NPC, 22.91, -4.38, 30.12, 3, 0)
  20. MovementLoopAddLocation(NPC, 13.48, -4.38, 37.56, 3, 0)
  21. MovementLoopAddLocation(NPC, 12.52, -4.38, 45.02, 3, 5)
  22. MovementLoopAddLocation(NPC, 12.05, -4.35, 48.01, 3, 0)
  23. MovementLoopAddLocation(NPC, 10.74, -4.34, 48.41, 3, 0)
  24. MovementLoopAddLocation(NPC, 8.51, -4.38, 52.61, 3, 8)
  25. MovementLoopAddLocation(NPC, 8.19, -4.38, 56.11, 3, 0)
  26. MovementLoopAddLocation(NPC, 7.29, -4.38, 60.63, 3, 0)
  27. MovementLoopAddLocation(NPC, 7.44, -4.38, 63.46, 3, 0)
  28. MovementLoopAddLocation(NPC, 7.87, -4.38, 65.93, 3, 20)
  29. MovementLoopAddLocation(NPC, 5.61, -4.38, 68.96, 3, 0)
  30. MovementLoopAddLocation(NPC, 8.74, -4.38, 71.53, 3, 0)
  31. MovementLoopAddLocation(NPC, 12.21, -4.38, 66.99, 3, 0)
  32. MovementLoopAddLocation(NPC, 13.23, -4.38, 60.50, 1, 0)
  33. MovementLoopAddLocation(NPC, 14.89, -4.38, 56.62, 2, 5)
  34. MovementLoopAddLocation(NPC, 20.03, -3.14, 55.73, 1, 0)
  35. MovementLoopAddLocation(NPC, 23.61, -1.11, 57.96, 1, 0)
  36. MovementLoopAddLocation(NPC, 27.39, 0.00, 58.86, 5, 0)
  37. MovementLoopAddLocation(NPC, 29.09, 0.00, 56.21, 10, 0)
  38. MovementLoopAddLocation(NPC, 29.15, 0.00, 51.97, 15, 0)
  39. MovementLoopAddLocation(NPC, 19.48, -4.30, 48.70, 10, 0)
  40. MovementLoopAddLocation(NPC, 19.05, -4.38, 46.23, 5, 0)
  41. MovementLoopAddLocation(NPC, 22.49, -4.38, 40.63, 3, 15)
  42. MovementLoopAddLocation(NPC, 23.50, -4.38, 36.70, 3, 0)
  43. MovementLoopAddLocation(NPC, 24.90, -4.38, 22.87, 3, 0)
  44. MovementLoopAddLocation(NPC, 30.37, 0.00, 6.61, 3, 0)
  45. MovementLoopAddLocation(NPC, 34.92, -0.03, 1.41, 3, 0)
  46. MovementLoopAddLocation(NPC, 33.94, -0.02, -1.59, 3, 0)
  47. MovementLoopAddLocation(NPC, 32.43, 0.00, -5.57, 3, 0)
  48. MovementLoopAddLocation(NPC, 36.08, -1.57, -12.09, 3, 0)
  49. MovementLoopAddLocation(NPC, 41.05, -3.76, -13.02, 3, 0)
  50. MovementLoopAddLocation(NPC, 50.54, -4.35, -9.39, 3, 0)
  51. MovementLoopAddLocation(NPC, 54.94, -4.35, -11.56, 3, 0)
  52. MovementLoopAddLocation(NPC, 61.76, -4.33, -13.50, 3, 0)
  53. MovementLoopAddLocation(NPC, 65.59, -4.35, -14.77, 5, 8)
  54. MovementLoopAddLocation(NPC, 65.62, -4.35, -19.44, 3, 0)
  55. MovementLoopAddLocation(NPC, 62.13, -4.35, -21.45, 10, 0)
  56. MovementLoopAddLocation(NPC, 63.16, -4.35, -26.67, 3, 0)
  57. MovementLoopAddLocation(NPC, 67.66, -4.35, -29.31, 3, 5)
  58. MovementLoopAddLocation(NPC, 71.88, -4.35, -30.57, 3, 0)
  59. MovementLoopAddLocation(NPC, 74.03, -4.35, -33.32, 3, 0)
  60. MovementLoopAddLocation(NPC, 71.09, -4.09, -36.99, 3, 0)
  61. MovementLoopAddLocation(NPC, 68.45, -4.35, -37.16, 3, 10)
  62. MovementLoopAddLocation(NPC, 56.62, -4.35, -40.81, 3, 0)
  63. MovementLoopAddLocation(NPC, 56.62, -4.35, -40.81, 3, 0)
  64. end
  65. function hailed(NPC, Spawn)
  66. end
  67. function respawn(NPC)
  68. spawn(NPC)
  69. end