Advertisement
Guest User

Untitled

a guest
May 26th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.97 KB | None | 0 0
  1. Func MainLoop()
  2.     If $Titel = 1 Then Update("The Bot makes Asurantitel")
  3.     If $Titel = 2 Then Update("The Bot makes Vanguardtitel")
  4.     If $Titel = 3 Then Update("The Bot makes Norntitel")
  5.     If $Titel = 4 Then Update("The Bot makes Dwarventitel")
  6.     Sleep(2000)
  7.     For $i = 0 To $RunLimit
  8.         Update("Start Run Nr. " & $i + 1)
  9.         GetBooks () ; <--- Wenn du Bücher haben willst ( am start einstellen)
  10.         For $a = 0 To $BookLimit
  11.             ;ATFH() ";" weg machen wenn du das machen willst bei moveitem auch
  12.             ;MoveItem($bookbag[0], $bookbag[1] + $a, $bookbag[0] + 1, $bookbag[1] + $a)
  13.         Next
  14.  
  15.         For $a = 0 To $BookLimit
  16.             ;Norn ()";" weg machen wenn du das machen willst bei moveitem auch
  17.             ;MoveItem($bookbag[0], $bookbag[1] + $a, $bookbag[0] + 1, $bookbag[1] + $a)
  18.         Next
  19.  
  20.         For $a = 0 To $BookLimit
  21.             ;ATC()";" weg machen wenn du das machen willst bei moveitem auch
  22.             ;MoveItem($bookbag[0], $bookbag[1] + $a, $bookbag[0] + 1, $bookbag[1] + $a)
  23.         Next
  24.  
  25.     Next
  26.  
  27. EndFunc   ;==>MainLoop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement