Elddarkestrel570552.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/Elddarkestrel570552.lua
  3. Script Purpose : Waypoint Path for Elddarkestrel570552.lua
  4. Script Author : Rylec
  5. Script Date : 08-05-2021 12:20:12
  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. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 700.08, -14.8696, -279.22, 2, MakeRandomInt(10, 17))
  18. MovementLoopAddLocation(NPC, 701.07, -15.36, -271.82, 2, MakeRandomInt(10, 17))
  19. MovementLoopAddLocation(NPC, 699.03, -14.57, -271.66, 2, MakeRandomInt(10, 17))
  20. MovementLoopAddLocation(NPC, 697.13, -15.55, -266.57, 2, MakeRandomInt(10, 17))
  21. MovementLoopAddLocation(NPC, 702.46, -14.42, -267.44, 2, MakeRandomInt(10, 17))
  22. MovementLoopAddLocation(NPC, 695.44, -15.16, -272.64, 2, MakeRandomInt(10, 17))
  23. MovementLoopAddLocation(NPC, 704.27, -11.9, -270.09, 2, MakeRandomInt(10, 17))
  24. MovementLoopAddLocation(NPC, 702.37, -12.4, -271.67, 2, MakeRandomInt(10, 17))
  25. MovementLoopAddLocation(NPC, 708.82, -13.71, -267.97, 2, MakeRandomInt(10, 17))
  26. MovementLoopAddLocation(NPC, 699.61, -12.53, -272.16, 2, 0)
  27. MovementLoopAddLocation(NPC, 692.23, -12.07, -272.6, 2, MakeRandomInt(10, 17))
  28. MovementLoopAddLocation(NPC, 704.96, -14.13, -276.16, 2, MakeRandomInt(10, 17))
  29. MovementLoopAddLocation(NPC, 698.19, -13.45, -270.42, 2, MakeRandomInt(10, 17))
  30. MovementLoopAddLocation(NPC, 702.98, -14.28, -274.59, 2, MakeRandomInt(10, 17))
  31. MovementLoopAddLocation(NPC, 704.23, -14.56, -277.72, 2, MakeRandomInt(10, 17))
  32. end