amorakdevourer428804.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/amorakdevourer428804.lua
  3. Script Purpose : Waypoint Path for amorakdevourer428804.lua
  4. Script Author : Rylec
  5. Script Date : 06-01-2020 10:08:43
  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, 257.04, -4.25, 35.45, 2, math.random(14, 25))
  19. MovementLoopAddLocation(NPC, 266.14, -4.05, 41.85, 2, math.random(14, 25))
  20. MovementLoopAddLocation(NPC, 265.17, -4.52, 49.21, 2, 0)
  21. MovementLoopAddLocation(NPC, 258.46, -6.31, 69.7, 2, math.random(14, 25))
  22. MovementLoopAddLocation(NPC, 257, -3.97, 52.15, 2, 0)
  23. MovementLoopAddLocation(NPC, 255.97, -4.07, 47.33, 2, 0)
  24. MovementLoopAddLocation(NPC, 256.38, -4.12, 39.59, 2, math.random(14, 25))
  25. MovementLoopAddLocation(NPC, 256.09, -4.05, 47.68, 2, 0)
  26. MovementLoopAddLocation(NPC, 259.99, -4.45, 56.06, 2, 0)
  27. MovementLoopAddLocation(NPC, 262.48, -4.56, 59.39, 2, math.random(14, 25))
  28. MovementLoopAddLocation(NPC, 264.03, -4.56, 56.12, 2, 0)
  29. MovementLoopAddLocation(NPC, 265.4, -4.57, 51.33, 2, math.random(14, 25))
  30. MovementLoopAddLocation(NPC, 267.5, -4.32, 47.64, 2, math.random(14, 25))
  31. MovementLoopAddLocation(NPC, 270.34, -4.36, 50.01, 2, math.random(14, 25))
  32. MovementLoopAddLocation(NPC, 259.25, -5.46, 64.74, 2, math.random(14, 25))
  33. MovementLoopAddLocation(NPC, 258, -3.96, 48.02, 2, 0)
  34. MovementLoopAddLocation(NPC, 256.1, -4.01, 40.88, 2, 0)
  35. end