aduck570611.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/aduck570611.lua
  3. Script Purpose : Waypoint Path for aduck570611.lua
  4. Script Author : Rylec
  5. Script Date : 07-28-2021 06:39:36
  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, 706.9, -17.12, -340.12, 2, math.random(15, 25))
  18. MovementLoopAddLocation(NPC, 718.23, -17.06, -329.19, 2, 0)
  19. MovementLoopAddLocation(NPC, 721.42, -17.11, -327.83, 2, 0)
  20. MovementLoopAddLocation(NPC, 730.6, -17.77, -327.35, 2, 0)
  21. MovementLoopAddLocation(NPC, 753.33, -20.28, -332.45, 2, math.random(15, 25))
  22. MovementLoopAddLocation(NPC, 761.25, -19.65, -331.63, 2, 0)
  23. MovementLoopAddLocation(NPC, 766.5, -19.69, -332.64, 2, 0)
  24. MovementLoopAddLocation(NPC, 776.61, -21.24, -340.12, 2, math.random(90, 135))
  25. MovementLoopAddLocation(NPC, 775.34, -20.32, -335.96, 2, 0)
  26. MovementLoopAddLocation(NPC, 768.1, -18.88, -330.14, 2, math.random(15, 25))
  27. MovementLoopAddLocation(NPC, 753.94, -19.93, -331.4, 2, 0)
  28. MovementLoopAddLocation(NPC, 747.57, -19.88, -331.11, 2, 0)
  29. MovementLoopAddLocation(NPC, 732.16, -17.72, -325.62, 2, math.random(15, 25))
  30. MovementLoopAddLocation(NPC, 716.13, -17.04, -332.17, 2, 0)
  31. MovementLoopAddLocation(NPC, 708.9, -17.13, -337.95, 2, math.random(15, 25))
  32. MovementLoopAddLocation(NPC, 707.84, -17.08, -337.08, 2, math.random(90, 135))
  33. MovementLoopAddLocation(NPC, 709.86, -17.22, -339.05, 2, math.random(15, 25))
  34. MovementLoopAddLocation(NPC, 707.71, -17.14, -339.94, 2, math.random(15, 35))
  35. end