aMorakmangler133770051.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aMorakmangler133770051.lua
  3. Script Purpose : Waypoint Path for aMorakmangler133770051.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, -138.94, 4.46, -106.1, 2, math.random(14, 25))
  19. MovementLoopAddLocation(NPC, -138.04, 4.37, -107.72, 2, 0)
  20. MovementLoopAddLocation(NPC, -128.54, 3.68, -117.41, 2, math.random(14, 25))
  21. MovementLoopAddLocation(NPC, -136.58, 4.02, -109.39, 2, 0)
  22. MovementLoopAddLocation(NPC, -147.81, 3.91, -102.29, 2, math.random(14, 25))
  23. MovementLoopAddLocation(NPC, -143.96, 3.87, -109.49, 2, math.random(14, 25))
  24. MovementLoopAddLocation(NPC, -139.81, 3.72, -114.57, 2, math.random(14, 25))
  25. MovementLoopAddLocation(NPC, -141.15, 4.36, -104.95, 2, math.random(14, 25))
  26. MovementLoopAddLocation(NPC, -135.9, 4.58, -103.93, 2, 0)
  27. MovementLoopAddLocation(NPC, -130.7, 4.04, -107.04, 2, 0)
  28. MovementLoopAddLocation(NPC, -121.35, 3.66, -117.57, 2, math.random(14, 25))
  29. MovementLoopAddLocation(NPC, -129.24, 3.68, -107.95, 2, 0)
  30. MovementLoopAddLocation(NPC, -132.01, 4.44, -106.52, 2, math.random(14, 25))
  31. MovementLoopAddLocation(NPC, -134.86, 3.97, -109.59, 2, 0)
  32. MovementLoopAddLocation(NPC, -137.02, 3.71, -118.07, 2, math.random(14, 25))
  33. MovementLoopAddLocation(NPC, -133.94, 3.74, -118.95, 2, 0)
  34. MovementLoopAddLocation(NPC, -124.29, 3.67, -117.41, 2, math.random(14, 25))
  35. MovementLoopAddLocation(NPC, -124.62, 3.67, -111.41, 2, math.random(14, 25))
  36. MovementLoopAddLocation(NPC, -134.15, 4.57, -104.69, 2, 0)
  37. MovementLoopAddLocation(NPC, -139.21, 4.59, -96.67, 2, math.random(14, 25))
  38. MovementLoopAddLocation(NPC, -140.17, 4.6, -102.73, 2, 0)
  39. end