aMorakmangler133770047.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aMorakmangler133770047.lua
  3. Script Purpose : Waypoint Path for aMorakmangler133770047.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, -105.71, 4.49, -130.07, 2, math.random(14, 25))
  19. MovementLoopAddLocation(NPC, -109.13, 4.49, -136.61, 2, 0)
  20. MovementLoopAddLocation(NPC, -110.7, 4.5, -144.86, 2, math.random(14, 25))
  21. MovementLoopAddLocation(NPC, -109.75, 4.49, -138.8, 2, 0)
  22. MovementLoopAddLocation(NPC, -107.43, 4.54, -130.25, 2, 0)
  23. MovementLoopAddLocation(NPC, -107.53, 4.5, -125.21, 2, 0)
  24. MovementLoopAddLocation(NPC, -101.78, 4.46, -119.36, 2, math.random(14, 25))
  25. MovementLoopAddLocation(NPC, -100.27, 4.45, -122.63, 2, 0)
  26. MovementLoopAddLocation(NPC, -100.72, 4.46, -126.37, 2, 0)
  27. MovementLoopAddLocation(NPC, -102.17, 4.29, -129.9, 2, 0)
  28. MovementLoopAddLocation(NPC, -104.89, 4.33, -133.61, 2, 0)
  29. MovementLoopAddLocation(NPC, -109.53, 4.49, -146.72, 2, math.random(14, 25))
  30. MovementLoopAddLocation(NPC, -110.27, 4.62, -128.57, 2, 0)
  31. MovementLoopAddLocation(NPC, -106.8, 4.48, -113.11, 2, math.random(14, 25))
  32. MovementLoopAddLocation(NPC, -108.04, 4.49, -124.38, 2, math.random(14, 25))
  33. MovementLoopAddLocation(NPC, -115.21, 4.51, -123.21, 2, math.random(14, 25))
  34. MovementLoopAddLocation(NPC, -110.88, 4.59, -128.1, 2, 0)
  35. MovementLoopAddLocation(NPC, -107.61, 4.48, -132.43, 2, math.random(14, 25))
  36. MovementLoopAddLocation(NPC, -104.54, 4.47, -129.9, 2, math.random(14, 25))
  37. MovementLoopAddLocation(NPC, -108.98, 4.49, -136.04, 2, 0)
  38. MovementLoopAddLocation(NPC, -110.93, 4.5, -144.73, 2, math.random(14, 25))
  39. MovementLoopAddLocation(NPC, -109.03, 4.49, -135.07, 2, 0)
  40. end