akoi570672.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/akoi570672.lua
  3. Script Purpose : Waypoint Path for akoi570672.lua
  4. Script Author : Rylec
  5. Script Date : 02-21-2021 09:38:33
  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, 760.97, -27.02, -382.33, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 760.84, -26.93, -380.55, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 761.56, -26.42, -386.69, 2, 0)
  21. MovementLoopAddLocation(NPC, 761.1, -26.31, -390.13, 2, 0)
  22. MovementLoopAddLocation(NPC, 760.95, -26.04, -393.8, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 760.84, -26.38, -409.1, 2, 0)
  24. MovementLoopAddLocation(NPC, 761.02, -27.01, -413.85, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 762.1, -26.54, -406.93, 2, 0)
  26. MovementLoopAddLocation(NPC, 761.01, -26.02, -400.93, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 761.8, -26.43, -401.93, 2, 0)
  28. MovementLoopAddLocation(NPC, 761.96, -27.05, -403.76, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 761.92, -27.28, -386.75, 2, 0)
  30. MovementLoopAddLocation(NPC, 760.93, -26.97, -379.54, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 761.49, -26.27, -387.24, 2, 0)
  32. MovementLoopAddLocation(NPC, 760.88, -26.03, -399.53, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 760.97, -26.31, -392.13, 2, 0)
  34. MovementLoopAddLocation(NPC, 761.84, -26.98, -388.43, 2, math.random(10, 20))
  35. end