aMorakmangler133770142.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aMorakmangler133770142.lua
  3. Script Purpose : Waypoint Path for aMorakmangler133770142.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, -80.42, 4.38, -99.16, 2, math.random(14, 25))
  19. MovementLoopAddLocation(NPC, -76.88, 4.36, -84.58, 2, math.random(14, 25))
  20. MovementLoopAddLocation(NPC, -88.98, 4.4, -87.64, 2, 0)
  21. MovementLoopAddLocation(NPC, -92.61, 4.42, -87.34, 2, math.random(14, 25))
  22. MovementLoopAddLocation(NPC, -97.95, 4.44, -93.3, 2, 0)
  23. MovementLoopAddLocation(NPC, -97.86, 4.44, -97.14, 2, math.random(14, 25))
  24. MovementLoopAddLocation(NPC, -93.5, 4.42, -102.53, 2, 0)
  25. MovementLoopAddLocation(NPC, -83.24, 4.39, -103.34, 2, 0)
  26. MovementLoopAddLocation(NPC, -77.01, 4.34, -100.88, 2, math.random(14, 25))
  27. MovementLoopAddLocation(NPC, -79.74, 4.37, -99, 2, 0)
  28. MovementLoopAddLocation(NPC, -84.63, 4.39, -91.26, 2, math.random(14, 25))
  29. MovementLoopAddLocation(NPC, -75.25, 4.35, -88.15, 2, math.random(14, 25))
  30. MovementLoopAddLocation(NPC, -71.26, 4.33, -95.17, 2, 0)
  31. MovementLoopAddLocation(NPC, -69.96, 4.66, -101.2, 2, 0)
  32. MovementLoopAddLocation(NPC, -62.76, 3.64, -121.12, 2, math.random(14, 25))
  33. MovementLoopAddLocation(NPC, -57.44, 2.27, -124.16, 2, math.random(14, 25))
  34. MovementLoopAddLocation(NPC, -62.53, 3.57, -121.45, 2, 0)
  35. MovementLoopAddLocation(NPC, -69.41, 4.73, -110.18, 2, math.random(14, 25))
  36. MovementLoopAddLocation(NPC, -57.77, 2.87, -115.06, 2, 0)
  37. MovementLoopAddLocation(NPC, -50.56, 1.9, -122.14, 2, 0)
  38. MovementLoopAddLocation(NPC, -43.82, 1.99, -125.53, 2, math.random(14, 25))
  39. MovementLoopAddLocation(NPC, -40.58, 2.18, -123.35, 2, math.random(14, 25))
  40. MovementLoopAddLocation(NPC, -52.94, 2.24, -113.56, 2, 0)
  41. MovementLoopAddLocation(NPC, -59.43, 2.97, -114.79, 2, math.random(14, 25))
  42. MovementLoopAddLocation(NPC, -70.81, 4.57, -110.94, 2, 0)
  43. MovementLoopAddLocation(NPC, -76.78, 4.31, -106.14, 2, 0)
  44. end