atoxiccrawler430887.lua 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atoxiccrawler430887.lua
  3. Script Purpose : Waypoint Path for atoxiccrawler430887.lua
  4. Script Author : Rylec
  5. Script Date : 05-02-2020 05:47:16
  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, 105.69, 1.59, 104.03, 2, math.random(16, 36))
  18. MovementLoopAddLocation(NPC, 113.69, 1.56, 94.34, 2, 0)
  19. MovementLoopAddLocation(NPC, 119.07, 1.55, 82.49, 2, math.random(16, 36))
  20. MovementLoopAddLocation(NPC, 123.68, 1.53, 79.32, 2, math.random(16, 36))
  21. MovementLoopAddLocation(NPC, 123.55, 1.33, 93.19, 2, math.random(16, 36))
  22. MovementLoopAddLocation(NPC, 119.72, 1.54, 103.75, 2, math.random(16, 36))
  23. MovementLoopAddLocation(NPC, 116.69, 1.42, 104.07, 2, 0)
  24. MovementLoopAddLocation(NPC, 99.45, 1.61, 111.98, 2, math.random(16, 36))
  25. MovementLoopAddLocation(NPC, 102.98, 1.6, 112.08, 2, 0)
  26. MovementLoopAddLocation(NPC, 105.51, 1.59, 113.17, 2, 0)
  27. MovementLoopAddLocation(NPC, 106.46, 1.59, 114.83, 2, math.random(16, 36))
  28. MovementLoopAddLocation(NPC, 110.56, 1.58, 93.25, 2, 0)
  29. MovementLoopAddLocation(NPC, 112.51, 1.57, 88.78, 2, math.random(16, 36))
  30. MovementLoopAddLocation(NPC, 131.24, 1.4, 93.63, 2, 0)
  31. MovementLoopAddLocation(NPC, 134.65, 1.49, 94.11, 2, math.random(16, 36))
  32. MovementLoopAddLocation(NPC, 111.21, 1.63, 86.02, 2, math.random(16, 36))
  33. MovementLoopAddLocation(NPC, 120.99, 1.54, 90.5, 2, math.random(16, 36))
  34. MovementLoopAddLocation(NPC, 132.47, 1.3, 84.96, 2, math.random(16, 36))
  35. end