aMorakmangler133770050.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aMorakmangler133770050.lua
  3. Script Purpose : Waypoint Path for aMorakmangler133770050.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, -118.64, 3.64, -115.35, 2, math.random(14, 25))
  19. MovementLoopAddLocation(NPC, -131.11, 3.69, -111.92, 2, 0)
  20. MovementLoopAddLocation(NPC, -138.96, 4.19, -108.5, 2, 0)
  21. MovementLoopAddLocation(NPC, -145.71, 3.79, -106.3, 2, math.random(14, 25))
  22. MovementLoopAddLocation(NPC, -148.89, 3.99, -108.28, 2, math.random(14, 25))
  23. MovementLoopAddLocation(NPC, -145.81, 3.79, -105.33, 2, math.random(14, 25))
  24. MovementLoopAddLocation(NPC, -136.5, 4.05, -109.27, 2, math.random(14, 25))
  25. MovementLoopAddLocation(NPC, -140.47, 3.95, -109.32, 2, 0)
  26. MovementLoopAddLocation(NPC, -145.68, 3.79, -110.03, 2, math.random(14, 25))
  27. MovementLoopAddLocation(NPC, -142.37, 3.73, -111.7, 2, 0)
  28. MovementLoopAddLocation(NPC, -137.33, 3.81, -119.65, 2, math.random(14, 25))
  29. MovementLoopAddLocation(NPC, -131.78, 3.76, -118.85, 2, math.random(14, 25))
  30. MovementLoopAddLocation(NPC, -142.24, 3.87, -120.39, 2, math.random(14, 25))
  31. MovementLoopAddLocation(NPC, -141.61, 3.73, -113.83, 2, 0)
  32. MovementLoopAddLocation(NPC, -143.73, 3.89, -107.93, 2, math.random(14, 25))
  33. MovementLoopAddLocation(NPC, -138.32, 4.11, -108.97, 2, 0)
  34. end