akoi570674.lua 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/akoi570674.lua
  3. Script Purpose : Waypoint Path for akoi570674.lua
  4. Script Author : Rylec
  5. Script Date : 02-21-2021 09:38: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. spawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 775.55, -28.03, -402.36, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 777.43, -27.9, -405.07, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 777.43, -27.97, -403.04, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 776.44, -27.27, -396.44, 2, 0)
  22. MovementLoopAddLocation(NPC, 775.4, -27, -390.28, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 776.41, -27.9, -409.24, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 777.57, -27.72, -411.12, 2, 0)
  25. MovementLoopAddLocation(NPC, 779.28, -26.88, -414.38, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 778.86, -26.45, -416.06, 2, 0)
  27. MovementLoopAddLocation(NPC, 779.43, -25.99, -418.09, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 777.63, -26.43, -413.32, 2, 0)
  29. MovementLoopAddLocation(NPC, 776, -27.65, -407.27, 2, 0)
  30. end