Advertisement
s10481828

4 Person Half of nightmire bot

May 27th, 2023
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. #TP Potion Vendor
  2. mass tp XYZ(-4280.87060546875, 1110.05908203125, 229.00079345703125)
  3.  
  4. #Interact with Potions Vendor
  5. mass waitforpath ['WorldView', 'NPCRangeWin', 'imgBackground']
  6. sleep 1
  7. mass sendkey X, 0.1
  8.  
  9. #Buy Potions
  10. mass waitforpath ['WorldView', 'main', 'fillallpotions']
  11. sleep 0.5
  12. mass clickwindow ['WorldView', 'main', 'fillallpotions']
  13. sleep 1
  14.  
  15. #Exit Potion Vendor UI
  16. mass clickwindow ['WorldView', 'main', 'buyAction']
  17. sleep 0.5
  18. mass clickwindow ['WorldView', 'main', 'exit']
  19. sleep 1.5
  20.  
  21. #Interact with Potions Vendor
  22. mass waitforpath ['WorldView', 'NPCRangeWin', 'imgBackground']
  23. sleep 1
  24. mass sendkey X, 0.1
  25.  
  26. #Buy Potions
  27. mass waitforpath ['WorldView', 'main', 'fillallpotions']
  28. sleep 0.5
  29. mass clickwindow ['WorldView', 'main', 'fillallpotions']
  30. sleep 1
  31.  
  32. #Exit Potion Vendor UI
  33. mass clickwindow ['WorldView', 'main', 'buyAction']
  34. sleep 0.5
  35. mass clickwindow ['WorldView', 'main', 'exit']
  36. sleep 1
  37.  
  38. #TP to Unhooked Wizard at Gauntlet.
  39. mass friendtp Caleb IceMender
  40. mass waitforzonechange completion
  41. sleep 5
  42.  
  43. #Enter Gauntlet
  44. mass waitforpath ['WorldView', 'NPCRangeWin', 'imgBackground']
  45. mass sendkey X, 0.1
  46. mass waitforzonechange completion
  47. sleep 1
  48.  
  49. #TP to Pick up Quest
  50. mass tp XYZ(-689.3012084960938, 2254.243408203125, 991.84326171875)
  51. sleep 3
  52.  
  53. #Second TP to Talk to Delphine
  54. mass tp XYZ(200.87831115722656, 279.0671081542969, 1392.4176025390625)
  55. mass waitforpath ['WorldView', 'NPCRangeWin', 'imgBackground']
  56. mass sendkey X, 0.1
  57. sleep 3
  58.  
  59. #TP to Boat
  60. mass tp XYZ(695.2225952148438, 1421.4595947265625, 833.744384765625)
  61. mass waitforpath ['WorldView', 'NPCRangeWin', 'imgBackground']
  62. mass sendkey X, 0.1
  63.  
  64. #Zone Change Into Next Part
  65. mass waitforzonechange to Housing_Gauntlet_Swamp/HG_Gauntlet_Swamp_Int02
  66. sleep 3
  67.  
  68. #TP Quest
  69. mass tp XYZ(2911.966796875, 17257.16796875, 1110.499755859375)
  70. sleep 3
  71.  
  72. #TP Quest Again
  73. mass tp XYZ(486.81280517578125, 17404.98046875, 1388.0765380859375)
  74. sleep 4
  75.  
  76. #First Mob Fight
  77. mass tp closestmob
  78. mass waitforcombat completion
  79. sleep 5
  80.  
  81. #Second Mob Fight
  82. mass tp XYZ(-6858.736328125, 16708.33984375, 1463.119384765625)
  83. sleep 5
  84.  
  85. #Second Mob Fight
  86. mass tp closestmob
  87. mass waitforcombat completion
  88. sleep 5
  89.  
  90. #TP to Continue Quest
  91. mass tp XYZ(-13951.2958984375, 19037.958984375, 1075.850830078125)
  92. sleep 5
  93.  
  94. #Boss Fight
  95. p1 tp closestmob
  96. p1 waitforcombat
  97. except p1 tp p1
  98. mass waitforcombat completion
  99. sleep 5
  100.  
  101. #Return to Commons
  102. p1:p2:p3:p4 sendkey END 0.1
  103. sleep 3
  104.  
  105.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement