afrostfellcube1576424.lua 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. --[[
  2. Script Name : SpawnScripts/everfrost_frostfell_new01/afrostfellcube1576424.lua
  3. Script Purpose : Waypoint Path for afrostfellcube1576424.lua
  4. Script Author : Rylec
  5. Script Date : 11-27-2019 06:00:48
  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, 443.49, -38.97, -1391, 1, math.random(10, 21))
  18. MovementLoopAddLocation(NPC, 454.48, -38.97, -1414.24, 1, math.random(10, 21))
  19. MovementLoopAddLocation(NPC, 454.75, -38.97, -1402.55, 1, math.random(10, 21))
  20. MovementLoopAddLocation(NPC, 460.6, -38.97, -1391.96, 1, math.random(10, 21))
  21. MovementLoopAddLocation(NPC, 475.63, -38.97, -1409.65, 1, math.random(10, 21))
  22. MovementLoopAddLocation(NPC, 454.49, -38.97, -1388.15, 1, math.random(10, 21))
  23. MovementLoopAddLocation(NPC, 472.45, -38.97, -1400.55, 1, math.random(10, 21))
  24. MovementLoopAddLocation(NPC, 456.13, -38.97, -1401.03, 1, math.random(10, 21))
  25. MovementLoopAddLocation(NPC, 463.97, -38.97, -1411.68, 1, math.random(10, 21))
  26. MovementLoopAddLocation(NPC, 462.56, -38.97, -1392.9, 1, math.random(10, 21))
  27. MovementLoopAddLocation(NPC, 446.64, -38.97, -1410.83, 1, math.random(10, 21))
  28. MovementLoopAddLocation(NPC, 459.62, -38.97, -1401.07, 1, math.random(10, 21))
  29. end