Jump to content

kokosoida

Elite+
  • Content Count

    242
  • Joined

  • Last visited

Posts posted by kokosoida


  1. I'm running maps.
     
    1) Bot starts map
    2) Bot runs map
    3) At some point:
    2014-06-23 21:19:16 [info] -> Restart because run timer exceeded 30 seconds
    2014-06-23 21:19:17 [info] -> Chickened like a b!tch !!

    4) Bot logs in and runs same map again.

    5) Because tp is in the beginning of map, bot chickens again due to "max idle time" exceeds.

    ...

    Map is never finished

     

     

    Possible solutions:

    1) Drop tp after chicken due to "max run time" exceeds

    2) Don't run map again if chickened due to "max run time" exceeds.


  2. lol add delays in the loops like you said ;) Trial and error to get min values that work for you

     

    e.g.

     

    Loop, 20

    {

    Sleep 200

    Click, 520, 370, Right

    Sleep 200

    Click, 470, 370, Left

    }

     

    Ah I see. I've thought there is some option in POE client for "effects to register server side"

     

    Edit:

    For me "Sleep 100" is enough.


  3. Hello i try this bot and i like it, now in liv 46 and i'm thinking about buying it.

    My problem is easy, i use more than one PC. I have 2 PC at home , 1 latop and 1 at my girlfriend house. With 1 license i can setup the bot on every PC i own or  the licence will work on one PC only?

     

    (Sorry for my english ;) )

     

    You can't use 4 bots simultaneously. But you can alternate PCs.

     

    Number of licenses = Number of bots you can use simultaneously


  4. In fact might as well stick it here; quick and dirty but does the job. This is based on an 800x600 POE window. Put your item in the top left of your inventory and whatever orb you want to spam 20 times in the top cell of column 3. You can also put another orb in the cell below that which it will apply afterwards, so if for example you want to apply scrap/whetstones before jews/fuses. Ctrl d to just do the 20, ctrl s to do that + the second. Obviously this is just for 6 linking/socketing it'll sail right past a 5 but game stops you applying if you have 6 (I got hold of my balls and tried a fuse on a 6l all good phew ;) )

     

    ^d::

    IfWinExist, Path of Exile

    WinActivate

    #IfWinActive, Path of Exile

    Loop, 20

    {

    Click, 520, 370, Right

    Click, 470, 370, Left

    }

    Return

     

    ^s::

    IfWinExist, Path of Exile

    WinActivate

    #IfWinActive, Path of Exile

    Loop, 20

    {

    Click, 520, 370, Right

    Click, 470, 370, Left

    }

    Click, 520, 400, Right

    Click, 470, 400, Left

    Return

     

    You need to add some delays


  5. Agree with kokosoida be a ballache to have to go and check everything each update. What would help for some a bit is I guess is having the 3 vendor coords available for edit in the bot gui then don't get forgotten and easier to tweak when needed. Or even 3 buttons in gui which allows just clicking in the game screen on the sell and it logs the window y.

     

    On the bot update front what would be really nice if anyone keen enough can be arsed is a script the would read an old bots ini files and update a new one's where the variables match. I don't think it's worth the effort but I'd happily have it if someone did it :)

     

    10/10 Would read again.


  6. Well, some quests do have an impact on the y coords of the sellers in all the three acts. So I wonder, why not add a new Tab to the interface in which you can check the quests you have already done (not all of them have an impact on the coords) and use that acutally set the current coords in the bot.

     

    Fuck this shit. I don't want to do this every time bot updates.

     

    Is it really hard to adjust y coordinate?

×
×
  • Create New...