Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
metaxer

Item on Cursor - ahk

Recommended Posts

Could anyone create it =) 

//imgsearch for *Keep*

k.png

//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

inv.png

//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

inv1.png

//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 by metaxer

Share this post


Link to post
Share on other sites

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

}

 
 

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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 by mbxnir

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

: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

Share this post


Link to post
Share on other sites

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

For me this happens only when trying to stash items just like pronoooob said. But i think this is a latency problem, the "item-on-cursor" issue almost only happens to me while heavily using my internetconnection.

Share this post


Link to post
Share on other sites

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* =))))  

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...