AkeeraSneakshot.lua 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/Oakmyst/AkeeraSneakshot.lua
  3. Script Purpose : Akeera Sneakshot
  4. Script Author : Scatman
  5. Script Date : 2009.05.10
  6. edited by : ememjr
  7. edited date :2017.05.05
  8. edit notes : fixed movement loop speed
  9. Script Notes :
  10. --]]
  11. function spawn(NPC)
  12. MovementLoopAddLocation(NPC, 789.76, 13.34, -245.83, 2, 0)
  13. MovementLoopAddLocation(NPC, 793.01, 13.35, -246.9, 2, 0)
  14. MovementLoopAddLocation(NPC, 807.47, 11.57, -265.88, 2, 0)
  15. MovementLoopAddLocation(NPC, 820.86, 6.98, -267.12, 2, 0)
  16. MovementLoopAddLocation(NPC, 826.9, 6.08, -263.96, 2, 0)
  17. MovementLoopAddLocation(NPC, 834.42, 4.71, -264.45, 2, 0)
  18. MovementLoopAddLocation(NPC, 838.23, 3.76, -254.78, 2, 0)
  19. MovementLoopAddLocation(NPC, 850.58, 2.78, -252.93, 2, 0)
  20. MovementLoopAddLocation(NPC, 857.53, 2.17, -245.56, 2, 0)
  21. MovementLoopAddLocation(NPC, 877.64, 0.45, -248.21, 2, 0)
  22. MovementLoopAddLocation(NPC, 881.41, 0.51, -256.61, 2, 0)
  23. MovementLoopAddLocation(NPC, 890.92, 0.94, -261.56, 2, 0)
  24. MovementLoopAddLocation(NPC, 907.78, 2.28, -305.5, 2, 0)
  25. MovementLoopAddLocation(NPC, 906.17, 2.23, -308.59, 2, 0)
  26. MovementLoopAddLocation(NPC, 893.87, 2.26, -316.77, 2, 0)
  27. MovementLoopAddLocation(NPC, 888.89, 2.19, -315.29, 2, 0)
  28. MovementLoopAddLocation(NPC, 877.25, 1.58, -305.56, 2, 0)
  29. MovementLoopAddLocation(NPC, 863.24, 1.68, -304.98, 2, 0)
  30. MovementLoopAddLocation(NPC, 861.7, 1.78, -308.86, 2, 0)
  31. MovementLoopAddLocation(NPC, 862.09, 2.21, -319.13, 2, 0)
  32. MovementLoopAddLocation(NPC, 853.88, 3.25, -324.73, 2, 0)
  33. MovementLoopAddLocation(NPC, 839.42, 4.59, -315, 2, 0)
  34. MovementLoopAddLocation(NPC, 826.92, 7.18, -295.07, 2, 0)
  35. MovementLoopAddLocation(NPC, 824.09, 6.44, -284.43, 2, 0)
  36. MovementLoopAddLocation(NPC, 817.63, 7.65, -280.93, 2, 0)
  37. MovementLoopAddLocation(NPC, 811.34, 9.83, -271.11, 2, 0)
  38. MovementLoopAddLocation(NPC, 797.36, 12.62, -263.52, 2, 0)
  39. MovementLoopAddLocation(NPC, 783.76, 13.35, -253.78, 2, 0)
  40. MovementLoopAddLocation(NPC, 781.65, 13.72, -238.83, 2, 0)
  41. end
  42. function respawn(NPC)
  43. spawn(NPC)
  44. end
  45. function hailed(NPC, Spawn)
  46. end