2ubah4u wrote:Don't know if its just me either... but in the V35 I have the check socket disabled and the check 35 enabled and when it pulls a shirt out of the crate it deletes it and pulls another and deletes it and pulls another and keeps repeating this process. I can't seem to get it to attach the SEA to the shirt.
:O, you sure you had CheckSocket disabled ?
Edit:
I have now 50 Rounds with CheckSocket disabled and Check35 enabled with the v0.35 i posted yesterday done, it found the 1st Order 35s without problems ( i had no 2nd Orders in this short test :/ ), putted Attachment and Knive together as it should.
Code: Select all
Func _reversebot_dontcheck()
$Reversebot_powerbit = "1"
$Inventory_Pos = WinGetPos("Inventory Grid")
$ReverseTool_Pos = WinGetPos("Tool Grid")
$Backpack_Pos = WinGetPos("Backpack Grid")
If IniRead("config.ini", "FUNCTIONS", "ABORTREVERSEBOT", "0") == "1" Then
MsgBox(0, $bottitle, $aborted)
IniWrite("config.ini", "REVERSEBOT", "RUNCountdown", "0")
_countruns()
Else
For $pbits = $Reversebot_powerbit To 1 Step -1
MouseMove($Inventory_Pos[0] + "182", $Inventory_Pos[1] + "57", $mousemovedelay)
Sleep($delay)
MouseDown("left")
Sleep($delaydown)
MouseMove($Inventory_Pos[0] + "254", $Inventory_Pos[1] + "57", $mousemovedelay)
Sleep($delay)
MouseUp("left")
Sleep($delay)
MouseMove($Inventory_Pos[0] + "182", $Inventory_Pos[1] + "57", $mousemovedelay)
Sleep($delay)
MouseDown("left")
Sleep($delaydown)
MouseMove($ReverseTool_Pos[0] + "38", $ReverseTool_Pos[1] + "57", $mousemovedelay)
Sleep($delay)
MouseUp("left")
Sleep($delay)
MouseMove($Inventory_Pos[0] + "110", $Inventory_Pos[1] + "57", $mousemovedelay)
MouseClick("right")
Sleep($delay + $radialdelay)
Send("5")
Sleep($delay)
Next
_countruns()
EndIf
EndFunc
Because i can find nothing in the Code that let things delete :O
foxhound187 wrote:I seem to be having a problem as soon as the attachment is put into the shirt when the window pops up asking "do you want to use these items together" the script does not acknowledge that. It continues to run without having
used the attachment on the shirt.
You need an ingame Macro for the Reverse Bot
Macroname: default
/ui action defaultButton;
/pause 0.3;
/m default;