aneedlefang427789.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427789.lua
  3. Script Purpose : Waypoint Path for aneedlefang427789.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:15:29
  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, -62.58, -11.09, -2.24, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -53.18, -10.31, -0.77, 2, 0)
  19. MovementLoopAddLocation(NPC, -36.08, -10.41, 3.59, 2, 0)
  20. MovementLoopAddLocation(NPC, -26.33, -11.75, 6.08, 2, 0)
  21. MovementLoopAddLocation(NPC, -16.21, -12.39, 5.47, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -16.44, -12.24, -6.62, 2, 0)
  23. MovementLoopAddLocation(NPC, -15.35, -12.13, -13.32, 2, 0)
  24. MovementLoopAddLocation(NPC, -15.27, -12.08, -21.58, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -20.11, -11.57, -15.07, 2, 0)
  26. MovementLoopAddLocation(NPC, -25.01, -11.78, -2.95, 2, 0)
  27. MovementLoopAddLocation(NPC, -28.45, -12.04, 1.92, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -24.98, -11.28, -3.82, 2, 0)
  29. MovementLoopAddLocation(NPC, -22.3, -11.2, -10.28, 2, 0)
  30. MovementLoopAddLocation(NPC, -17.52, -11.27, -17.54, 2, 0)
  31. MovementLoopAddLocation(NPC, -14.79, -11.61, -27.86, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -14.67, -11.94, -19.83, 2, 0)
  33. MovementLoopAddLocation(NPC, -17.88, -12.08, -8.25, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -22.78, -11.79, -29.29, 2, 0)
  35. MovementLoopAddLocation(NPC, -23.38, -11.78, -44.56, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -24.56, -11.97, -39, 2, 0)
  37. MovementLoopAddLocation(NPC, -20.35, -12.07, -18.39, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -23.99, -11.21, -8.51, 2, 0)
  39. MovementLoopAddLocation(NPC, -28.19, -11.84, 1.76, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -25.58, -11.74, 20.41, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -27, -10.21, 1.33, 2, 0)
  42. MovementLoopAddLocation(NPC, -28.69, -10.22, -9.75, 2, 0)
  43. MovementLoopAddLocation(NPC, -32.95, -10.61, -18.5, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -47.05, -10.48, -11.87, 2, 0)
  45. end