ashoalglider425442.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425442.lua
  3. Script Purpose : Waypoint Path for ashoalglider425442.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 05:59:48
  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, -73.89, -11.48, 187.23, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -96.45, -12.34, 201.3, 2, 0)
  19. MovementLoopAddLocation(NPC, -101.17, -11.81, 205.66, 2, 0)
  20. MovementLoopAddLocation(NPC, -104.11, -11.82, 208.3, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -96.31, -12.29, 208.04, 2, 0)
  22. MovementLoopAddLocation(NPC, -91.69, -11.85, 208.51, 2, 0)
  23. MovementLoopAddLocation(NPC, -85.65, -11.84, 206.32, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -104.33, -11.99, 199.7, 2, 0)
  25. MovementLoopAddLocation(NPC, -104.36, -12.15, 193.84, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -104.32, -14.31, 215.4, 2, 0)
  27. MovementLoopAddLocation(NPC, -103.97, -14.5, 219.06, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -120.38, -13.02, 217.62, 2, 0)
  29. MovementLoopAddLocation(NPC, -127.78, -12.97, 217.67, 2, 0)
  30. MovementLoopAddLocation(NPC, -132.18, -13.2, 216.93, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -113.74, -12.02, 232.92, 2, 0)
  32. MovementLoopAddLocation(NPC, -105.48, -12.05, 233.6, 2, 0)
  33. MovementLoopAddLocation(NPC, -96.58, -13.14, 233.58, 2, 0)
  34. MovementLoopAddLocation(NPC, -93.95, -13.16, 237.3, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -104.09, -11.94, 234.95, 2, 0)
  36. MovementLoopAddLocation(NPC, -113.08, -11.95, 234.72, 2, 0)
  37. MovementLoopAddLocation(NPC, -127.15, -11.85, 221.02, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -128.15, -12.68, 233.03, 2, 0)
  39. MovementLoopAddLocation(NPC, -128.97, -13.13, 236.75, 2, 0)
  40. MovementLoopAddLocation(NPC, -127.23, -13.12, 238.04, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -124.61, -13.2, 227.24, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -95.12, -14.49, 219.79, 2, 0)
  43. MovementLoopAddLocation(NPC, -86.92, -13.79, 220.93, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -79.61, -12.37, 206.09, 2, 0)
  45. MovementLoopAddLocation(NPC, -75.02, -11.38, 191.86, 2, 0)
  46. end