akoi570675.lua 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/akoi570675.lua
  3. Script Purpose : Waypoint Path for akoi570675.lua
  4. Script Author : Rylec
  5. Script Date : 02-21-2021 09:38:38
  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, 777.44, -26.97, -390.24, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 776.44, -26.95, -397.03, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 778.45, -26.91, -385.25, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 778.38, -27.36, -396.51, 2, 0)
  22. MovementLoopAddLocation(NPC, 778.44, -27.93, -400.22, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 778.88, -26.55, -413.55, 2, 0)
  24. MovementLoopAddLocation(NPC, 779.38, -25.97, -417.03, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 778.64, -26.45, -412.73, 2, 0)
  26. MovementLoopAddLocation(NPC, 778.33, -26.97, -386.44, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 778.53, -27.96, -399.34, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 779.71, -27.88, -401.09, 2, 0)
  29. MovementLoopAddLocation(NPC, 780.9, -26.81, -404.46, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 776.52, -27.02, -405.97, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 776.64, -27.19, -404.52, 2, 0)
  32. MovementLoopAddLocation(NPC, 777.41, -27.95, -402.79, 2, math.random(10, 20))
  33. end