02-23-2012, 03:47 AM
It seem to lock the ingot on my mouse, though i cannot see its sprite on the mouse cursos and it "shows" at the bag.. i had this issue with other macros i made but i fixed it increasing the wait time to drop and after the drop.. in this macro, increasing the time seems to lower the issue but still happens.. i really dont know why.
[EDIT]
I believe i have found the problem...
at this part:
where i ask the macro to find the ingots i dont especify the container, maybe it bugs.... i have put this on the finditem:
finditem %ingotTypes C_ , #backpackid
so it will only look for ingots in my backpack!
i'm not sure if it solved the problem.. i hope it has since i havent got it anymore!
[EDIT]
I believe i have found the problem...
at this part:
Quote:BankMore:
finditem %ingotTypes C
if #FINDCNT > 0
{
Exevent Drag #findid #findstack
wait 10
Exevent Dropc %ingotContainer
wait 10
goto BankMore
}
where i ask the macro to find the ingots i dont especify the container, maybe it bugs.... i have put this on the finditem:
finditem %ingotTypes C_ , #backpackid
so it will only look for ingots in my backpack!
i'm not sure if it solved the problem.. i hope it has since i havent got it anymore!