malefic_arachnid3.lua 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. --[[
  2. Script Name : malefic_arachnid3.lua
  3. Script Purpose : Waypoint Path for malefic_arachnid3.lua
  4. Script Author : Devn00b
  5. Script Date : 05/12/2020 12:34:44 PM
  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. waypoints(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, -81.33, -0.07, -186.09, 2, math.random(0,10))
  19. MovementLoopAddLocation(NPC, -87.22, -0.07, -180.34, 2, math.random(0,10))
  20. MovementLoopAddLocation(NPC, -88.57, 0.06, -173.05, 2, math.random(0,10))
  21. MovementLoopAddLocation(NPC, -88.55, -0.1, -165.72, 2, math.random(0,10))
  22. MovementLoopAddLocation(NPC, -89.47, -0.05, -174.62, 2, math.random(0,10))
  23. MovementLoopAddLocation(NPC, -82.58, -0.05, -182.5, 2, math.random(0,10))
  24. MovementLoopAddLocation(NPC, -82.74, -0.05, -190.71, 2, math.random(0,10))
  25. MovementLoopAddLocation(NPC, -92, -0.05, -196.6, 2, math.random(0,10))
  26. MovementLoopAddLocation(NPC, -92.47, -0.1, -192.14, 2, math.random(0,10))
  27. MovementLoopAddLocation(NPC, -89.24, 0.46, -193.09, 2, math.random(0,10))
  28. MovementLoopAddLocation(NPC, -94.12, 0.14, -194.29, 2, math.random(0,10))
  29. MovementLoopAddLocation(NPC, -98.88, 0, -194.32, 2, math.random(0,10))
  30. MovementLoopAddLocation(NPC, -98.52, 0, -208.74, 2, math.random(0,10))
  31. MovementLoopAddLocation(NPC, -98.6, 0, -194.59, 2, math.random(0,10))
  32. MovementLoopAddLocation(NPC, -92.45, -0.06, -194.82, 2, math.random(0,10))
  33. MovementLoopAddLocation(NPC, -90.08, -0.04, -196.54, 2, math.random(0,10))
  34. MovementLoopAddLocation(NPC, -88.03, -0.06, -190.1, 2, math.random(0,10))
  35. MovementLoopAddLocation(NPC, -83.32, -0.06, -193.17, 2, math.random(0,10))
  36. MovementLoopAddLocation(NPC, -81.34, -0.07, -189.55, 2, math.random(0,10))
  37. MovementLoopAddLocation(NPC, -86.11, -0.07, -189.13, 2, math.random(0,10))
  38. MovementLoopAddLocation(NPC, -85.92, -0.09, -189.85, 2, math.random(0,10))
  39. MovementLoopAddLocation(NPC, -80.89, -0.08, -186.07, 2, math.random(0,10))
  40. MovementLoopAddLocation(NPC, -86.06, -0.06, -186.02, 2, math.random(0,10))
  41. MovementLoopAddLocation(NPC, -84.05, -0.06, -178.05, 2, math.random(0,10))
  42. MovementLoopAddLocation(NPC, -87.88, -0.06, -181.12, 2, math.random(0,10))
  43. MovementLoopAddLocation(NPC, -91.69, -0.07, -174.91, 2, math.random(0,10))
  44. MovementLoopAddLocation(NPC, -87.42, -0.01, -173.91, 2, math.random(0,10))
  45. MovementLoopAddLocation(NPC, -91.69, -0.07, -174.91, 2, math.random(0,10))
  46. MovementLoopAddLocation(NPC, -87.88, -0.06, -181.12, 2, math.random(0,10))
  47. MovementLoopAddLocation(NPC, -84.05, -0.06, -178.05, 2, math.random(0,10))
  48. MovementLoopAddLocation(NPC, -86.06, -0.06, -186.02, 2, math.random(0,10))
  49. MovementLoopAddLocation(NPC, -80.89, -0.08, -186.07, 2, math.random(0,10))
  50. MovementLoopAddLocation(NPC, -85.92, -0.09, -189.85, 2, math.random(0,10))
  51. MovementLoopAddLocation(NPC, -86.11, -0.07, -189.13, 2, math.random(0,10))
  52. MovementLoopAddLocation(NPC, -81.34, -0.07, -189.55, 2, math.random(0,10))
  53. MovementLoopAddLocation(NPC, -83.32, -0.06, -193.17, 2, math.random(0,10))
  54. MovementLoopAddLocation(NPC, -88.03, -0.06, -190.1, 2, math.random(0,10))
  55. MovementLoopAddLocation(NPC, -90.08, -0.04, -196.54, 2, math.random(0,10))
  56. MovementLoopAddLocation(NPC, -92.45, -0.06, -194.82, 2, math.random(0,10))
  57. MovementLoopAddLocation(NPC, -98.6, 0, -194.59, 2, math.random(0,10))
  58. MovementLoopAddLocation(NPC, -98.52, 0, -208.74, 2, math.random(0,10))
  59. MovementLoopAddLocation(NPC, -98.88, 0, -194.32, 2, math.random(0,10))
  60. MovementLoopAddLocation(NPC, -94.12, 0.14, -194.29, 2, math.random(0,10))
  61. MovementLoopAddLocation(NPC, -89.24, 0.46, -193.09, 2, math.random(0,10))
  62. MovementLoopAddLocation(NPC, -92.47, -0.1, -192.14, 2, math.random(0,10))
  63. MovementLoopAddLocation(NPC, -92, -0.05, -196.6, 2, math.random(0,10))
  64. MovementLoopAddLocation(NPC, -82.74, -0.05, -190.71, 2, math.random(0,10))
  65. MovementLoopAddLocation(NPC, -82.58, -0.05, -182.5, 2, math.random(0,10))
  66. MovementLoopAddLocation(NPC, -89.47, -0.05, -174.62, 2, math.random(0,10))
  67. MovementLoopAddLocation(NPC, -88.55, -0.1, -165.72, 2, math.random(0,10))
  68. MovementLoopAddLocation(NPC, -88.57, 0.06, -173.05, 2, math.random(0,10))
  69. MovementLoopAddLocation(NPC, -87.22, -0.07, -180.34, 2, math.random(0,10))
  70. MovementLoopAddLocation(NPC, -81.33, -0.07, -186.09, 2, math.random(0,10))
  71. end