aduck570607.lua 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/aduck570607.lua
  3. Script Purpose : Waypoint Path for aduck570607
  4. Script Author : Rylec
  5. Script Date : 07-28-2021 06:39:27
  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. spawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 750.23, -16.2, -304.08, 2, math.random(15, 25))
  19. MovementLoopAddLocation(NPC, 748.21, -16.37, -309.13, 2, math.random(15, 25))
  20. MovementLoopAddLocation(NPC, 743.18, -16.4, -309.34, 2, math.random(15, 25))
  21. MovementLoopAddLocation(NPC, 755.15, -16.82, -313.38, 2, math.random(15, 25))
  22. MovementLoopAddLocation(NPC, 765.97, -18.12, -324.05, 2, math.random(90, 135))
  23. MovementLoopAddLocation(NPC, 760.02, -18.78, -328.16, 2, 0)
  24. MovementLoopAddLocation(NPC, 755.96, -20.05, -332.13, 2, 0)
  25. MovementLoopAddLocation(NPC, 754.62, -20.67, -334.14, 2, math.random(15, 25))
  26. MovementLoopAddLocation(NPC, 727.87, -18.03, -331.31, 2, math.random(15, 25))
  27. MovementLoopAddLocation(NPC, 728.36, -17.63, -327.78, 2, 0)
  28. MovementLoopAddLocation(NPC, 735.96, -17, -317.18, 2, 0)
  29. MovementLoopAddLocation(NPC, 739, -16.72, -312.43, 2, math.random(15, 25))
  30. MovementLoopAddLocation(NPC, 744.24, -16.51, -311.95, 2, 0)
  31. MovementLoopAddLocation(NPC, 746.14, -16.52, -312.38, 2, math.random(90, 135))
  32. MovementLoopAddLocation(NPC, 739.96, -16.96, -317.53, 2, math.random(15, 25))
  33. MovementLoopAddLocation(NPC, 752.1, -16.82, -316.34, 2, math.random(15, 35))
  34. MovementLoopAddLocation(NPC, 747.05, -16.38, -309.3, 2, math.random(15, 25))
  35. MovementLoopAddLocation(NPC, 755.9, -17.11, -319.12, 2, math.random(15, 25))
  36. MovementLoopAddLocation(NPC, 751.82, -16.59, -311.75, 2, 0)
  37. MovementLoopAddLocation(NPC, 742.16, -16.21, -300.46, 2, math.random(15, 25))
  38. MovementLoopAddLocation(NPC, 733.01, -17.75, -325.98, 2, math.random(90, 135))
  39. MovementLoopAddLocation(NPC, 720.2, -17.08, -328.13, 2, 0)
  40. MovementLoopAddLocation(NPC, 706.76, -17.06, -336.02, 2, math.random(15, 35))
  41. MovementLoopAddLocation(NPC, 708.91, -17.1, -337.05, 2, math.random(15, 25))
  42. MovementLoopAddLocation(NPC, 710.89, -17.14, -335.98, 2, math.random(15, 35))
  43. MovementLoopAddLocation(NPC, 711.97, -17.14, -336.02, 2, math.random(15, 35))
  44. MovementLoopAddLocation(NPC, 717.54, -17.07, -329.17, 2, math.random(90, 135))
  45. MovementLoopAddLocation(NPC, 749.13, -20.67, -333.4, 2, math.random(15, 35))
  46. MovementLoopAddLocation(NPC, 760.31, -18.74, -328.03, 2, 0)
  47. MovementLoopAddLocation(NPC, 766.8, -18.26, -326.07, 2, math.random(15, 35))
  48. MovementLoopAddLocation(NPC, 778.63, -21.59, -342.15, 2, 4)
  49. MovementLoopAddLocation(NPC, 774.21, -19.28, -332.11, 2, 4)
  50. MovementLoopAddLocation(NPC, 748.96, -16.61, -314.37, 2, 4)
  51. MovementLoopAddLocation(NPC, 730.67, -17.68, -326.52, 2, 4)
  52. MovementLoopAddLocation(NPC, 739.88, -19.69, -331.77, 2, 0)
  53. MovementLoopAddLocation(NPC, 751.54, -20.84, -334.45, 2, 4)
  54. MovementLoopAddLocation(NPC, 759.92, -19.22, -329.92, 2, 0)
  55. MovementLoopAddLocation(NPC, 762.96, -18.56, -327.27, 2, 4)
  56. MovementLoopAddLocation(NPC, 757.1, -16.77, -309.58, 2, 4)
  57. MovementLoopAddLocation(NPC, 752.94, -16.46, -307.05, 2, 0)
  58. end