aneedlefang427627.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427627.lua
  3. Script Purpose : Waypoint Path for aneedlefang427627.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:20:20
  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, 72.99, -12.53, 18.02, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 76.53, -12.4, 27.52, 2, 0)
  19. MovementLoopAddLocation(NPC, 76.68, -12.94, 35.73, 2, 0)
  20. MovementLoopAddLocation(NPC, 77.37, -13.04, 39.8, 2, 0)
  21. MovementLoopAddLocation(NPC, 81.95, -12.84, 44.78, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 72.54, -11.77, 47.9, 2, 0)
  23. MovementLoopAddLocation(NPC, 65.31, -11.16, 51.53, 2, 0)
  24. MovementLoopAddLocation(NPC, 38.08, -11.15, 71.42, 2, 0)
  25. MovementLoopAddLocation(NPC, 30.93, -11.04, 76.59, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 48.62, -10.3, 65.59, 2, 0)
  27. MovementLoopAddLocation(NPC, 59.71, -10.3, 58.31, 2, 0)
  28. MovementLoopAddLocation(NPC, 71.92, -11.9, 44.08, 2, 0)
  29. MovementLoopAddLocation(NPC, 75.17, -12.56, 40.87, 2, 0)
  30. MovementLoopAddLocation(NPC, 80.12, -12.73, 40.64, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 74.79, -12.3, 40.51, 2, 0)
  32. MovementLoopAddLocation(NPC, 51.52, -11.82, 45.9, 2, 0)
  33. MovementLoopAddLocation(NPC, 43.03, -12.02, 46.98, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 43.49, -11.5, 36.84, 2, 0)
  35. MovementLoopAddLocation(NPC, 42.54, -12.08, 23.55, 2, 0)
  36. MovementLoopAddLocation(NPC, 39.19, -12.54, 14.98, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 29.72, -12.74, 14.45, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 40.65, -11.43, 23.59, 2, 0)
  39. MovementLoopAddLocation(NPC, 50.35, -11.1, 35.61, 2, 0)
  40. MovementLoopAddLocation(NPC, 58.85, -11.8, 41.83, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 67.15, -11.47, 30.21, 2, 0)
  42. MovementLoopAddLocation(NPC, 70.31, -11.39, 22.65, 2, 0)
  43. MovementLoopAddLocation(NPC, 71.14, -12, 20.25, 2, 0)
  44. end