aMorakmangler133770052.lua 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aMorakmangler133770052.lua
  3. Script Purpose : Waypoint Path for aMorakmangler133770052.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, -146.45, 3.92, -117.29, 2, math.random(14, 25))
  19. MovementLoopAddLocation(NPC, -147.76, 3.96, -113.22, 2, 0)
  20. MovementLoopAddLocation(NPC, -144.95, 3.77, -105.33, 2, 0)
  21. MovementLoopAddLocation(NPC, -136.74, 4.58, -96.27, 2, math.random(14, 25))
  22. MovementLoopAddLocation(NPC, -135.5, 4.58, -102.71, 2, 0)
  23. MovementLoopAddLocation(NPC, -134.39, 4.58, -104.75, 2, 0)
  24. MovementLoopAddLocation(NPC, -134.34, 4.4, -107.61, 2, math.random(14, 25))
  25. MovementLoopAddLocation(NPC, -134.41, 4.58, -105.6, 2, 0)
  26. MovementLoopAddLocation(NPC, -138.5, 4.59, -98.74, 2, math.random(14, 25))
  27. MovementLoopAddLocation(NPC, -133.98, 4.57, -104.4, 2, math.random(14, 25))
  28. MovementLoopAddLocation(NPC, -129.83, 3.73, -107.59, 2, 0)
  29. MovementLoopAddLocation(NPC, -124.58, 3.67, -117.37, 2, math.random(14, 25))
  30. MovementLoopAddLocation(NPC, -134.03, 3.72, -118.82, 2, 0)
  31. MovementLoopAddLocation(NPC, -139.86, 3.73, -118.18, 2, math.random(14, 25))
  32. MovementLoopAddLocation(NPC, -136.11, 3.71, -113.61, 2, 0)
  33. MovementLoopAddLocation(NPC, -133.34, 4.57, -106.73, 2, math.random(14, 25))
  34. MovementLoopAddLocation(NPC, -134.48, 4.11, -108.95, 2, 0)
  35. MovementLoopAddLocation(NPC, -135.57, 3.71, -112.95, 2, 0)
  36. MovementLoopAddLocation(NPC, -145.67, 3.82, -118.47, 2, math.random(14, 25))
  37. MovementLoopAddLocation(NPC, -141.8, 3.73, -115.78, 2, 0)
  38. MovementLoopAddLocation(NPC, -139.9, 4.33, -106.49, 2, math.random(14, 25))
  39. MovementLoopAddLocation(NPC, -133.35, 3.7, -111.25, 2, 0)
  40. MovementLoopAddLocation(NPC, -125.36, 3.67, -111.27, 2, math.random(14, 25))
  41. MovementLoopAddLocation(NPC, -128.35, 3.68, -109.11, 2, math.random(14, 25))
  42. MovementLoopAddLocation(NPC, -121.17, 3.66, -116.2, 2, math.random(14, 25))
  43. MovementLoopAddLocation(NPC, -127.28, 3.68, -117.93, 2, 0)
  44. MovementLoopAddLocation(NPC, -134.8, 3.8, -119.42, 2, 0)
  45. end