aduck570608.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/aduck570608.lua
  3. Script Purpose : Waypoint Path for aduck570608.lua
  4. Script Author : Rylec
  5. Script Date : 07-28-2021 06:39:30
  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. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 759.15, -17.32, -316.36, 2, math.random(15, 25))
  18. MovementLoopAddLocation(NPC, 744.05, -16.64, -314.38, 2, math.random(15, 25))
  19. MovementLoopAddLocation(NPC, 757.97, -17.36, -320.33, 2, math.random(15, 35))
  20. MovementLoopAddLocation(NPC, 746.21, -17.31, -321.39, 2, math.random(90, 135))
  21. MovementLoopAddLocation(NPC, 742.16, -16.22, -304.51, 2, math.random(15, 25))
  22. MovementLoopAddLocation(NPC, 743.89, -16.52, -312.13, 2, 0)
  23. MovementLoopAddLocation(NPC, 744.08, -16.76, -316.23, 2, math.random(15, 25))
  24. MovementLoopAddLocation(NPC, 746.99, -16.82, -318.26, 2, math.random(15, 25))
  25. MovementLoopAddLocation(NPC, 746.13, -16.35, -308.42, 2, math.random(15, 25))
  26. MovementLoopAddLocation(NPC, 736.06, -17, -314.96, 2, math.random(15, 25))
  27. MovementLoopAddLocation(NPC, 748, -16.42, -310.4, 2, math.random(90, 135))
  28. MovementLoopAddLocation(NPC, 741.96, -17.18, -320, 2, 0)
  29. MovementLoopAddLocation(NPC, 735.4, -17.93, -326.23, 2, math.random(15, 25))
  30. MovementLoopAddLocation(NPC, 718.8, -17.06, -329, 2, math.random(15, 25))
  31. MovementLoopAddLocation(NPC, 709.81, -17.24, -340.11, 2, math.random(15, 25))
  32. MovementLoopAddLocation(NPC, 710.77, -17.34, -341.05, 2, math.random(15, 25))
  33. MovementLoopAddLocation(NPC, 707.81, -17.1, -338.05, 2, math.random(15, 35))
  34. MovementLoopAddLocation(NPC, 706.8, -17.07, -337.08, 2, math.random(15, 25))
  35. MovementLoopAddLocation(NPC, 717.48, -17.07, -329.09, 2, 0)
  36. MovementLoopAddLocation(NPC, 720.53, -17.09, -328.02, 2, 0)
  37. MovementLoopAddLocation(NPC, 735.56, -17.93, -326.14, 2, math.random(15, 25))
  38. MovementLoopAddLocation(NPC, 739.08, -18.7, -328.87, 2, 0)
  39. MovementLoopAddLocation(NPC, 746.64, -19.79, -331.01, 2, 0)
  40. MovementLoopAddLocation(NPC, 754.23, -20.21, -332.4, 2, math.random(90, 135))
  41. MovementLoopAddLocation(NPC, 771.19, -18.3, -327.03, 2, math.random(15, 25))
  42. MovementLoopAddLocation(NPC, 752.35, -16.87, -317.29, 2, 0)
  43. MovementLoopAddLocation(NPC, 744.8, -16.5, -311.83, 2, math.random(15, 25))
  44. end