akoi570678.lua 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/akoi570678.lua
  3. Script Purpose : Waypoint Path for akoi570678.lua
  4. Script Author : Rylec
  5. Script Date : 02-21-2021 09:38:45
  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, 791.17, -27.03, -374.5, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 790.14, -26.03, -395.04, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 790.85, -26.38, -387.32, 2, 0)
  21. MovementLoopAddLocation(NPC, 791.11, -28, -377.27, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 788.15, -27.06, -388.24, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 789.45, -27.14, -390.81, 2, 0)
  24. MovementLoopAddLocation(NPC, 790.17, -27.03, -394.14, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 790.17, -27.02, -393.06, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 789.83, -27.39, -386.04, 2, 0)
  27. MovementLoopAddLocation(NPC, 789.64, -27.74, -383.7, 2, 0)
  28. MovementLoopAddLocation(NPC, 789.05, -27.93, -381.28, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 790.04, -27.69, -385.21, 2, 0)
  30. MovementLoopAddLocation(NPC, 790.28, -27.22, -389.71, 2, 0)
  31. MovementLoopAddLocation(NPC, 789.21, -26.99, -396.11, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 791.27, -27.29, -384.47, 2, 0)
  33. MovementLoopAddLocation(NPC, 792.16, -27.57, -375.47, 2, 0)
  34. MovementLoopAddLocation(NPC, 792.1, -27.84, -373.2, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 788.41, -27.08, -381.83, 2, math.random(10, 20))
  36. end