aneedlefang427714.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427714.lua
  3. Script Purpose : Waypoint Path for aneedlefang427714.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:26:41
  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. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, -35.85, -11.03, -19.73, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -65.34, -10.3, -9.02, 2, 0)
  19. MovementLoopAddLocation(NPC, -92.7, -10.45, -2.63, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -86.15, -11.27, -8.01, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -84.14, -11.29, -13.36, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -77.37, -10.26, -10.77, 2, 0)
  23. MovementLoopAddLocation(NPC, -50.16, -11, -1.89, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -47.69, -10.34, -6.35, 2, 0)
  25. MovementLoopAddLocation(NPC, -36.1, -10.33, -27.36, 2, 0)
  26. MovementLoopAddLocation(NPC, -25.32, -11.53, -44.2, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -37.77, -11.14, -50.76, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -24.17, -11.02, -30.25, 2, 0)
  29. MovementLoopAddLocation(NPC, -16.73, -11.18, -11.23, 2, 0)
  30. MovementLoopAddLocation(NPC, -10.54, -11.69, -5.33, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -13.52, -11.11, -12.38, 2, 0)
  32. MovementLoopAddLocation(NPC, -13.93, -11.14, -30.64, 2, 0)
  33. MovementLoopAddLocation(NPC, -13.02, -12.12, -44.22, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -22.89, -12.18, -31.37, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -22.93, -11.99, -21.68, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -27.29, -11.85, -24.13, 2, 0)
  37. MovementLoopAddLocation(NPC, -33.68, -11.86, -27.1, 2, 0)
  38. MovementLoopAddLocation(NPC, -38.06, -11.9, -30.02, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -37.87, -11.17, -22.07, 2, 0)
  40. end