aMorakmangler133770042.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aMorakmangler133770042.lua
  3. Script Purpose : Waypoint Path for aMorakmangler133770042.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, -84.87, 4.35, -145.81, 2, math.random(14, 25))
  19. MovementLoopAddLocation(NPC, -87.76, 4.35, -154.65, 2, 0)
  20. MovementLoopAddLocation(NPC, -92.69, 4.37, -162.58, 2, math.random(14, 25))
  21. MovementLoopAddLocation(NPC, -87.96, 4.35, -154.95, 2, 0)
  22. MovementLoopAddLocation(NPC, -86.27, 4.35, -149.56, 2, 0)
  23. MovementLoopAddLocation(NPC, -82.84, 4.35, -145.81, 2, math.random(14, 25))
  24. MovementLoopAddLocation(NPC, -82.35, 4.35, -151.22, 2, 0)
  25. MovementLoopAddLocation(NPC, -82.79, 5.03, -158.22, 2, 0)
  26. MovementLoopAddLocation(NPC, -85.23, 4.42, -167.02, 2, math.random(14, 25))
  27. MovementLoopAddLocation(NPC, -88.06, 4.7, -161.34, 2, 0)
  28. MovementLoopAddLocation(NPC, -91.91, 4.37, -157.82, 2, math.random(14, 25))
  29. MovementLoopAddLocation(NPC, -95.9, 4.39, -160.78, 2, math.random(14, 25))
  30. MovementLoopAddLocation(NPC, -82.92, 2.58, -172.96, 2, math.random(14, 25))
  31. MovementLoopAddLocation(NPC, -84.16, 4.34, -167.35, 2, 0)
  32. MovementLoopAddLocation(NPC, -89.22, 4.44, -159.7, 2, 0)
  33. MovementLoopAddLocation(NPC, -87.76, 4.35, -151.97, 2, math.random(14, 25))
  34. end