akoi570679.lua 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/akoi570679.lua
  3. Script Purpose : Waypoint Path for akoi570679.lua
  4. Script Author : Rylec
  5. Script Date : 02-21-2021 09:38:47
  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, 790.1, -26.99, -390.04, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 790.08, -27.2, -388.26, 2, 0)
  20. MovementLoopAddLocation(NPC, 789.55, -27.99, -383.42, 2, 0)
  21. MovementLoopAddLocation(NPC, 788.92, -28.04, -382.12, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 790.28, -28.02, -382.24, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 790.08, -27.72, -388.02, 2, 0)
  24. MovementLoopAddLocation(NPC, 789.55, -27.51, -392.22, 2, 0)
  25. MovementLoopAddLocation(NPC, 787.91, -26.94, -394.53, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 789.01, -26.91, -392.61, 2, 0)
  27. MovementLoopAddLocation(NPC, 789.16, -26.95, -388.28, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 789.39, -26.05, -398.5, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 788.2, -26.06, -397.11, 2, 0)
  30. MovementLoopAddLocation(NPC, 787.01, -27.14, -394.32, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 788.99, -27.33, -390.88, 2, 0)
  32. MovementLoopAddLocation(NPC, 789.74, -27.41, -387.31, 2, 0)
  33. MovementLoopAddLocation(NPC, 790.17, -27.99, -385.09, 2, math.random(10, 20))
  34. end