metaxer 7 Report post Posted January 23, 2014 (edited) Could anyone create it =) //imgsearch for *Keep* //if NO sleep XXXX //if YES f12 (stoping bot) Esc (clearing screen) //then i (inventory) //imgsearch for free 8x slots at inventory aria ImageSearch, OutputVarX, OutputVarY //if YES mouseclick, left (where is X, Y = OutputVarX+20, OutputVarY+50 for 8x slot img cords) i (closing inv) F12 (restarting Bot) //if NO //imgsearch for free 6x slots at inventory aria ImageSearch, OutputVarX, OutputVarY //if YES mouseclick, left (where is X, Y = OutputVarX+20, OutputVarY+33 for found 6x slot img cords) i (closing inventory) F12 (restarting Bot) i've spend all day yesteday for this and didnt get anything usefull =))) Edited January 23, 2014 by metaxer Quote Share this post Link to post Share on other sites
DiciannoveGaming 1 Report post Posted January 24, 2014 this would be cool Quote Share this post Link to post Share on other sites
jpbot 6 Report post Posted January 24, 2014 why no destroy item? I use: ; --check for keep/destroy screen???? checkDestroy() { global ImageSearch, Px, Py, 275,290, 550, 370,*100 %_path_images%\destroy.png ;search for keep/destroy screen???? if !ErrorLevel { Click %Px%, %Py% _itemDestroy += 1 IniWrite, %_itemDestroy%, %A_WorkingDir%\EEB.ini, internal, itemDestroy Sleep 200 writeLog("Destroy Found, destroying item???",1) } Sleep 10 } Quote Share this post Link to post Share on other sites
cynicz 7 Report post Posted January 24, 2014 why no destroy item? I use: ; --check for keep/destroy screen???? checkDestroy() { global ImageSearch, Px, Py, 275,290, 550, 370,*100 %_path_images%\destroy.png ;search for keep/destroy screen???? if !ErrorLevel { Click %Px%, %Py% _itemDestroy += 1 IniWrite, %_itemDestroy%, %A_WorkingDir%\EEB.ini, internal, itemDestroy Sleep 200 writeLog("Destroy Found, destroying item???",1) } Sleep 10 } be weary if using destroy ive came to my bots and had a 2 stack of exalts on cursor :S Quote Share this post Link to post Share on other sites
jpbot 6 Report post Posted January 24, 2014 be weary if using destroy ive came to my bots and had a 2 stack of exalts on cursor :S of course but imo it is better simply destroy that item, using pause/unpause in town can bring more problems than solutions. 190-210 games (24 hours) = 1 or 2 items destroyed with my script. hmm maybe I can ctrl-copy to check what items are destroyed Quote Share this post Link to post Share on other sites
pronoooob 42 Report post Posted January 24, 2014 item cursor happens when ur in stash and it thinks its @ wp so it will click something in your stash...which explains ur exalt occurance cynicz i suggest when using he script to start botting on a fresh tab, not one that has valuable items / curr Quote Share this post Link to post Share on other sites
mbxnir 5 Report post Posted January 24, 2014 (edited) item cursor happens when ur in stash and it thinks its @ wp so it will click something in your stash...which explains ur exalt occurance cynicz i suggest when using he script to start botting on a fresh tab, not one that has valuable items / curr not true. item on cursor mostly happen when bot IDing staff after ran. U can notice that if check ur inventory whn got that loop. Almost always i see few unid items that mean stuck was in time when he trying to id Edited January 24, 2014 by mbxnir Quote Share this post Link to post Share on other sites
hamncheese 8 Report post Posted January 24, 2014 not true. item on cursor mostly happen when bot IDing staff after ran. U can notice that if check ur inventory whn got that loop. Almost always i see few unid items that mean stuck was in time when he trying to id i agree with this, its almost always when bot tries to id something, and its getting VERY frustrating.... the bot would just stuck on logout--login---logout----login and so on Quote Share this post Link to post Share on other sites
pronoooob 42 Report post Posted January 24, 2014 :hmmm ok...didnt know that tbh the only times it has happened to me is @ stash but its not that frequent i dont really identify many items with my pickit so maybe thats y Quote Share this post Link to post Share on other sites
metaxer 7 Report post Posted January 24, 2014 its happens in all cases ID Stashing Vendoring *Destroy* - Many times bot picks His own gear on cursor, once Pickuped the belt (pereandus) and sold it =))) SO - who''ll do it? AHK with *Keep* =)))) Quote Share this post Link to post Share on other sites