afrostfellcube1587421.lua 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : SpawnScripts/Frostfell/afrostfellcube1587421.lua
  3. Script Purpose : Waypoint Path for afrostfellcube1587421.lua
  4. Script Author : Rylec
  5. Script Date : 11-27-2019 06:00:48
  6. Script Notes : Locations collected from Live and adjusted
  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, 423.653, -38.2157, -1747.92, 1, math.random(10, 21))
  18. MovementLoopAddLocation(NPC, 403.49, -38.97, -1751, 1, math.random(10, 21))
  19. MovementLoopAddLocation(NPC, 414.48, -38.97, -1774.24, 1, math.random(10, 21))
  20. MovementLoopAddLocation(NPC, 414.75, -38.97, -1762.55, 1, math.random(10, 21))
  21. MovementLoopAddLocation(NPC, 420.6, -38.97, -1751.96, 1, math.random(10, 21))
  22. MovementLoopAddLocation(NPC, 435.63, -38.97, -1769.65, 1, math.random(10, 21))
  23. MovementLoopAddLocation(NPC, 414.49, -38.97, -1748.15, 1, math.random(10, 21))
  24. MovementLoopAddLocation(NPC, 432.45, -38.97, -1760.55, 1, math.random(10, 21))
  25. MovementLoopAddLocation(NPC, 416.13, -38.97, -1761.03, 1, math.random(10, 21))
  26. MovementLoopAddLocation(NPC, 423.97, -38.97, -1771.68, 1, math.random(10, 21))
  27. MovementLoopAddLocation(NPC, 422.56, -38.97, -1752.9, 1, math.random(10, 21))
  28. MovementLoopAddLocation(NPC, 406.64, -38.97, -1770.83, 1, math.random(10, 21))
  29. MovementLoopAddLocation(NPC, 419.62, -38.97, -1761.07, 1, math.random(10, 21))
  30. end