aMorakmangler133770048.lua 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aMorakmangler133770048.lua
  3. Script Purpose : Waypoint Path for aMorakmangler133770048.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, -103.6, 4.46, -118.24, 2, math.random(14, 25))
  19. MovementLoopAddLocation(NPC, -106.72, 4.48, -114.23, 2, math.random(14, 25))
  20. MovementLoopAddLocation(NPC, -107.82, 4.51, -125.17, 2, 0)
  21. MovementLoopAddLocation(NPC, -107.33, 4.55, -128.29, 2, 0)
  22. MovementLoopAddLocation(NPC, -109.54, 4.49, -137.33, 2, 0)
  23. MovementLoopAddLocation(NPC, -109.62, 4.49, -144.06, 2, math.random(14, 25))
  24. MovementLoopAddLocation(NPC, -109.85, 4.49, -138.22, 2, 0)
  25. MovementLoopAddLocation(NPC, -110.67, 4.61, -126.83, 2, 0)
  26. MovementLoopAddLocation(NPC, -108.33, 4.48, -122.65, 2, 0)
  27. MovementLoopAddLocation(NPC, -101.4, 4.46, -119.32, 2, math.random(14, 25))
  28. MovementLoopAddLocation(NPC, -105.82, 4.41, -112.78, 2, math.random(14, 25))
  29. MovementLoopAddLocation(NPC, -110.78, 4.57, -125.65, 2, 0)
  30. MovementLoopAddLocation(NPC, -110.09, 4.5, -132.09, 2, 0)
  31. MovementLoopAddLocation(NPC, -111.61, 4.5, -144.49, 2, math.random(14, 25))
  32. MovementLoopAddLocation(NPC, -107.16, 4.53, -130.29, 2, 0)
  33. MovementLoopAddLocation(NPC, -108.2, 4.48, -123.18, 2, math.random(14, 25))
  34. MovementLoopAddLocation(NPC, -102.02, 4.46, -119.59, 2, math.random(14, 25))
  35. MovementLoopAddLocation(NPC, -107.5, 4.48, -123.22, 2, math.random(14, 25))
  36. MovementLoopAddLocation(NPC, -114.32, 4.31, -122.33, 2, math.random(14, 25))
  37. end