GuardMoor.lua 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. --[[
  2. Script Name : SpawnScripts/PeatBog/GuardMoor.lua
  3. Script Purpose : Guard Moor <Guard>
  4. Script Author : Scatman
  5. Script Date : 2009.05.15
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, 584.25, -32.33, 441.91, 3, 0)
  10. MovementLoopAddLocation(NPC, 598.15, -33.1, 445.74, 3, 0)
  11. MovementLoopAddLocation(NPC, 607.76, -33.11, 446.59, 3, 0)
  12. MovementLoopAddLocation(NPC, 612.02, -33.2, 445.92, 3, 0)
  13. MovementLoopAddLocation(NPC, 617.22, -33.22, 444.66, 3, 0)
  14. MovementLoopAddLocation(NPC, 621.62, -33.22, 442.55, 3, 0)
  15. MovementLoopAddLocation(NPC, 627.85, -33.27, 435.54, 3, 0)
  16. MovementLoopAddLocation(NPC, 636.71, -33.06, 423.79, 3, 0)
  17. MovementLoopAddLocation(NPC, 641.7, -33.35, 420.61, 3, 0)
  18. MovementLoopAddLocation(NPC, 646.74, -33.35, 419.53, 3, 0)
  19. MovementLoopAddLocation(NPC, 652.65, -33.38, 419.18, 3, 0)
  20. MovementLoopAddLocation(NPC, 657.5, -33.35, 419.74, 3, 0)
  21. MovementLoopAddLocation(NPC, 672.32, -33.37, 423.81, 3, 0)
  22. MovementLoopAddLocation(NPC, 689.76, -33.36, 425.47, 3, 0)
  23. MovementLoopAddLocation(NPC, 699.01, -33.37, 427.68, 3, 0)
  24. MovementLoopAddLocation(NPC, 704.67, -33.19, 428.52, 3, 0)
  25. MovementLoopAddLocation(NPC, 731.1, -33.27, 424.74, 3, 0)
  26. MovementLoopAddLocation(NPC, 736.09, -33.24, 423.34, 3, 0)
  27. MovementLoopAddLocation(NPC, 740.37, -33.19, 421.48, 3, 0)
  28. MovementLoopAddLocation(NPC, 744.27, -33.18, 418.17, 3, 0)
  29. MovementLoopAddLocation(NPC, 746.42, -33.22, 412.98, 3, 0)
  30. MovementLoopAddLocation(NPC, 746.44, -33.13, 408.27, 3, 0)
  31. MovementLoopAddLocation(NPC, 745.29, -32.91, 403.56, 3, 0)
  32. MovementLoopAddLocation(NPC, 742.62, -32.6, 399.85, 3, 0)
  33. MovementLoopAddLocation(NPC, 735.4, -32.26, 389.95, 3, 0)
  34. MovementLoopAddLocation(NPC, 745.03, -32.83, 403.05, 3, 0)
  35. MovementLoopAddLocation(NPC, 746.26, -33.1, 407.56, 3, 0)
  36. MovementLoopAddLocation(NPC, 746.27, -33.22, 412.85, 3, 0)
  37. MovementLoopAddLocation(NPC, 744.74, -33.2, 417.52, 3, 0)
  38. MovementLoopAddLocation(NPC, 741.14, -33.18, 420.85, 3, 0)
  39. MovementLoopAddLocation(NPC, 736.75, -33.19, 423.34, 3, 0)
  40. MovementLoopAddLocation(NPC, 731.96, -33.25, 424.64, 3, 0)
  41. MovementLoopAddLocation(NPC, 705.05, -33.18, 428.57, 3, 0)
  42. MovementLoopAddLocation(NPC, 699.7, -33.35, 427.85, 3, 0)
  43. MovementLoopAddLocation(NPC, 689.17, -33.36, 425.51, 3, 0)
  44. MovementLoopAddLocation(NPC, 673.34, -33.36, 424.36, 3, 0)
  45. MovementLoopAddLocation(NPC, 657.78, -33.32, 419.86, 3, 0)
  46. MovementLoopAddLocation(NPC, 652.59, -33.37, 419.05, 3, 0)
  47. MovementLoopAddLocation(NPC, 647.36, -33.36, 419.62, 3, 0)
  48. MovementLoopAddLocation(NPC, 642.06, -33.35, 420.83, 3, 0)
  49. MovementLoopAddLocation(NPC, 637.23, -33.12, 423.53, 3, 0)
  50. MovementLoopAddLocation(NPC, 633.44, -32.81, 427.2, 3, 0)
  51. MovementLoopAddLocation(NPC, 625.27, -33.22, 439.43, 3, 0)
  52. MovementLoopAddLocation(NPC, 621.78, -33.21, 442.6, 3, 0)
  53. MovementLoopAddLocation(NPC, 617.1, -33.25, 444.71, 3, 0)
  54. MovementLoopAddLocation(NPC, 612.48, -33.21, 446.16, 3, 0)
  55. MovementLoopAddLocation(NPC, 607.66, -33.11, 446.52, 3, 0)
  56. MovementLoopAddLocation(NPC, 603.23, -33.11, 446.57, 3, 0)
  57. MovementLoopAddLocation(NPC, 598.56, -33.11, 446.12, 3, 0)
  58. MovementLoopAddLocation(NPC, 583.64, -32.33, 441.48, 3, 0)
  59. MovementLoopAddLocation(NPC, 567.05, -32.83, 432.89, 3, 0)
  60. end
  61. function respawn(NPC)
  62. spawn(NPC)
  63. end
  64. function hailed(NPC, Spawn)
  65. end