02-24-2012, 03:35 AM
i think i know how to solve this... the problem is the bank is freezing, so what if i reopen the bank before trying to move each ingot?!
ill do so changes to the macro and if i solve it ill post it here!
[EDIT]
I fixed it!
at this point:
i set the goto line to:
goto Openbank.
the macro is working fine now ;D
ill do so changes to the macro and if i solve it ill post it here!
[EDIT]
I fixed it!
at this point:
Quote: finditem %ingotTypes C
if #FINDCNT > 0
{
Exevent Drag #findid #findstack
wait 10
Exevent Dropc %ingotContainer
wait 10
goto BankMore
}
i set the goto line to:
goto Openbank.
the macro is working fine now ;D