aneedlefang427584.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427584.lua
  3. Script Purpose : Waypoint Path for aneedlefang427584.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:15:40
  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, 70.8, -12.08, -62.01, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 66.53, -11.12, -55.73, 2, 0)
  19. MovementLoopAddLocation(NPC, 51.33, -11.19, -42.06, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 59.71, -10.98, -44.52, 2, 0)
  21. MovementLoopAddLocation(NPC, 69.92, -10.97, -43.86, 2, 0)
  22. MovementLoopAddLocation(NPC, 75.56, -11.03, -40.89, 2, 0)
  23. MovementLoopAddLocation(NPC, 97.48, -11.95, -23.35, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 87.67, -12.08, -44.03, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 87.58, -12.31, -37.24, 2, 0)
  26. MovementLoopAddLocation(NPC, 80, -12.51, -24.65, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 79.67, -12.52, -32.59, 2, 0)
  28. MovementLoopAddLocation(NPC, 76.08, -12.07, -43.39, 2, 0)
  29. MovementLoopAddLocation(NPC, 63.35, -11.99, -59.43, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 68.41, -12.1, -72.45, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 74.11, -11.65, -49.71, 2, 0)
  32. MovementLoopAddLocation(NPC, 77.3, -11.63, -43.31, 2, 0)
  33. MovementLoopAddLocation(NPC, 80.34, -11.65, -36.46, 2, 0)
  34. MovementLoopAddLocation(NPC, 92.57, -11.94, -21.86, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 76.17, -11.61, -20.69, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 94.27, -12.36, -23.32, 2, 0)
  37. MovementLoopAddLocation(NPC, 99.34, -12.99, -25.45, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 91.18, -12.11, -29.51, 2, 0)
  39. MovementLoopAddLocation(NPC, 84.18, -12.03, -34.32, 2, 0)
  40. MovementLoopAddLocation(NPC, 75.91, -12.01, -39.06, 2, math.random(10, 20))
  41. end