aMorakmangler133770044.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aMorakmangler133770044.lua
  3. Script Purpose : Waypoint Path for aMorakmangler133770044.lua
  4. Script Author : Rylec
  5. Script Date : 07-28-2020 10:33:33
  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, -110.82, 4.5, -147.11, 2, math.random(14, 25))
  19. MovementLoopAddLocation(NPC, -109.49, 4.49, -133.59, 2, 0)
  20. MovementLoopAddLocation(NPC, -110.64, 4.62, -127.59, 2, 0)
  21. MovementLoopAddLocation(NPC, -109.7, 4.36, -114.1, 2, math.random(14, 25))
  22. MovementLoopAddLocation(NPC, -109.71, 4.49, -120.1, 2, 0)
  23. MovementLoopAddLocation(NPC, -110.46, 4.63, -127.8, 2, 0)
  24. MovementLoopAddLocation(NPC, -109.69, 4.49, -134.24, 2, 0)
  25. MovementLoopAddLocation(NPC, -109.81, 4.49, -142.01, 2, math.random(14, 25))
  26. MovementLoopAddLocation(NPC, -106.49, 4.28, -143.33, 2, math.random(14, 25))
  27. MovementLoopAddLocation(NPC, -105.81, 4.28, -138.99, 2, 0)
  28. MovementLoopAddLocation(NPC, -108.94, 4.48, -117.84, 2, math.random(14, 25))
  29. MovementLoopAddLocation(NPC, -110.15, 4.63, -127.44, 2, 0)
  30. MovementLoopAddLocation(NPC, -109.8, 4.49, -142.06, 2, math.random(14, 25))
  31. MovementLoopAddLocation(NPC, -110.36, 4.62, -128.44, 2, 0)
  32. MovementLoopAddLocation(NPC, -108.32, 4.48, -118.76, 2, math.random(14, 25))
  33. MovementLoopAddLocation(NPC, -110.25, 4.63, -127.52, 2, 0)
  34. MovementLoopAddLocation(NPC, -108.56, 4.49, -149.97, 2, math.random(14, 25))
  35. MovementLoopAddLocation(NPC, -105.74, 4.33, -136.97, 2, 0)
  36. MovementLoopAddLocation(NPC, -100.15, 4.38, -127.77, 2, 0)
  37. MovementLoopAddLocation(NPC, -100.74, 4.46, -121.8, 2, math.random(14, 25))
  38. MovementLoopAddLocation(NPC, -100.15, 4.38, -127.77, 2, 0)
  39. MovementLoopAddLocation(NPC, -103.25, 4.27, -131.83, 2, math.random(14, 25))
  40. MovementLoopAddLocation(NPC, -105.93, 4.28, -139.03, 2, 0)
  41. end