Jump to content

Cowding

Elite+
  • Content Count

    156
  • Joined

  • Last visited

Posts posted by Cowding


  1. It is possible I think but the work required probably not worth spending the resources on this as there are other more important stuff to be implemented, in my opinion.

    If you want a bunch of lvl 19 max xp gems you can either disable gem leveling at level 19 because from 19 to 20 it will take at least ten hour for the bot (and we are speaking of a crazy setup here, probably it's going to be days) so you have enough time to act.

    Or have the bot level all his gems to 20 then disable gem leveling and make lvl 19 gems with vendor recipe of the ones you wish to eat with the loop later then let the bot do that 1 level again without leveling it up this time.

     

     

    • Like 1
    • Upvote 1

  2. It's having trouble for me as well, not entirely sure what causes it yet. 

    I have ashen fields set to farm, bot does town routine then proceeds to broken bridge from the town instance border and ignores wp completelly. 

    Then it clears broken bridge, successfully avoids fellshrine instance border but as soon as seeing chamber of sins lvl 1 it proceeds there and clears it, then goes level 2..

    I don't have progression enabled whatsoever, the most strange part is that I don't have lastrun.log either basically, all it records is the start of the bot and the manual stop of it, no information between those times

    Will post if figured out what's happening 


  3. For future reference please always post your lastrun.txt because you gave basically no information to determine what's happening and no one can understand you that's why no one replies to either of your topics you keep opening.

    Also strongly suggest reading the compendium and the guides. 

    Lastrun.txt can be found under X:\User\Exiled bot parent folder\Exiled Bot Beta\Log

    • Like 1

  4. 8 hours ago, RRRRKKKKK said:

     

    sorry my fucking noob english

     

    Rofl 

     

    So the // at the beginning of the lines disable them 

    // [Type] == "Shaped Beach Map" # [RunMap] == "true"

    ^ means it will not run Shaped beach 

     [Type] == "Shaped Beach Map" # [RunMap] == "true"

    ^ means it will  run Shaped beach 


    // [Type] == "Shaped Factory Map" # [IgnoreMap] == "true"

    ^ means it will not ignore Shaped Factory

     

    [Type] == "Shaped Factory Map" # [IgnoreMap] == "true"

    ^ means it will ignore Shaped Factory

     

    Keep in mind that ignoring is "stronger" than simply commenting out (//) a "run" line, so to make sure not to run something ignore it


  5. 12 hours ago, MasterOfSilence said:

    For the Stuck in HO.Town it seems like its an issue with Tab detection. i check my lastrun and see that the bot is stuck becasuse it thinks the chaos recipe tab is full when its really on the wrong tab (and that tab isnt even full)

    Current workaround is the set up a 30 minutes restartcmd prompt.

     

    
    @echo off
    :start
    echo Time to wait
    timeout /t 1800 /nobreak
    taskkill /im PathOfExile.exe
    echo Loop One
    goto start



    What I use.

    If it's really the stash detection issue check my post on it in this topic, it solved the problem for the other user

    Link to the post

     


  6. Look for this line in the system.ini and increase it to see if the issue persists


    ; Stashing delay, the slower the value the faster it will change between stash tabs with left and right arrow key, too low value may cause "overshoot" (when the selected tab goes over the needed one)
    stash_delay=400

    You can try lowering this as well, not sure if this has anything to do with it actually

    ; AI clicks per second (default=10)
    AI_clicks_per_second=10
     


  7. If you are like me and you bot zones or maps where there are good divination cards and also run multiple bots/only check on it every couple of days you know how painful it is to exchange inventories of divination cards(more so if you are on VM or a remote pc), so I've made a little script that exchanges all divination card in your inventory. 

    Runs on AutoHotkey

    This is just got finished and:

    • the code is a mess
    • it's not nice
    • you need to use the "change all" function in notepad++ if you want to tinker the sleep times or whatever
    • it has no break hotkey so will go thru your whole inventory before finishing
    • if you have a full inv and the item exchanged takes up more than the space freed from the card (1 slot)  it will break
    • most people probably won't have use for it, it literally only worth it if you have full invs of cards

    Usage:

    • Press F5 to resize your poe window to the top left corner
    • Go to Tasuni, chose exchange divination cards
    • Press F6
    • Wait

     

    Attached to the post and 

    Pastebin link  if you want to "compile" it yourself, paste it into a txt and rename it to whatever.ahk

    divcard_exchange.ahk

    • Like 3

  8. On 2017. 10. 09. at 5:01 PM, BulawOw said:

    well i want this orbs to be picked up and its picking but whatever im gonna write in the pick it inside of [] (defoult is stashitem) but i want from the bot to sell that in the shop so i will get scrolls of wisdom but if i change from [stashitem] to [forcesellitem] or [sellitem] the bot still putting that orbs into stash

    I think you are losing a lot of sufficiency by trying to do this, I never run out of wisdoms and I even reduced the scroll pickup range, you should either ignore low tier currency to be faster or have them stash it and manually sell your armorers every 3 days or so if you feel like you are running low on wisdoms.

    Also investing 1 exalted in a couple hundreds of wisdoms and completely ignore them after is probably a great way to increase botting speed also.

    (you should have a currency tab on the bot since it handles it and you won't run out of space, I manage the inventory of my bots every 3-4 days and that's mostly cuz of divcards) 


  9. Look for this in the pickit

     

    /////////////////////////////////////////////////////////////////////////////////////
    //                                                                                 //
    //                             User's custom rules                                 //
    //                                                                                 //
    /////////////////////////////////////////////////////////////////////////////////////
     
    // Add any custom lines here
    [Category] == "Flask" && [Quality] == "20"  # [sellItem] == "true"  /// Glassblower's Bauble farm
    // [Category] == "Flask" && [Quality] >= "13" # [stashItem] == "true"  // 3 Flasks = Glassblower's
    // [Type] == "Stone Hammer" && [Rarity] == "Normal" // Q20 + Map = Chisel
    // [Type] == "Rock Breaker" && [Rarity] == "Normal" // Q20 + Map = Chisel
    // [Type] == "Gavel" && [Rarity] == "Normal"  // Q20 + Map = Chisel
    // [Type] == "Iron Ring"  // 7 Rings (any rarity) + Coral/Paua Rare Ring = Rare Ammy
     
    [Rarity] == "Unique" # [stashItem] == "true" // Keep all unique, comment this line if you want the bot to sell unique not defined in this file
    // [Rarity] == "Unique" # [sellItem] == "true" // Sell all unique that aren't defined in the pickit (be careful with recently added uniques)
    • Upvote 2

  10. Yea i just plan to run 1 bot that is all nothing more. What do you mean if i know the drill? which drill do i need to know :D

     

    24/7 botting, not farming the same area for too long/not farming pointless areas, set up the pickit to be efficent and only pick stuff you'd pick too and so on

    I meant that its not foolproof, if you have no idea about botting in general and start making poe forum discussions when you bot 24/7 or you set up a shop on your bot and you keep missing hundreds of whispers you will be banned

    but if you do it safely and you know about botting in general you should be fine


  11. yes, and you can adjust nearly everything in mapping too

    it is advised to set it to clear zones and level by that but it has climbing feature too

    as fast as you can clear, move and depends on how many stuff you want to loot

    if you know the drill very low, with only 1 bot and not an army you are unlikely to get caought

    ^third line


  12. 2016-02-06 20:23:16 [info] -> Bot started

    2016-02-06 20:23:16 [info] -> config.ini file loaded from E:\Letöltések\Exiled_Bot\Exiled_Bot_Beta_v0.57\Exiled Bot Beta v0.57\Configuration\default\config.ini

    2016-02-06 20:23:16 [info] -> skills.ini file loaded from E:\Letöltések\Exiled_Bot\Exiled_Bot_Beta_v0.57\Exiled Bot Beta v0.57\Configuration\default\skills.ini

    2016-02-06 20:23:16 [info] -> system.ini file loaded from E:\Letöltések\Exiled_Bot\Exiled_Bot_Beta_v0.57\Exiled Bot Beta v0.57\Configuration\default\system.ini

    2016-02-06 20:23:16 [info] -> coordinates.ini file loaded from E:\Letöltések\Exiled_Bot\Exiled_Bot_Beta_v0.57\Exiled Bot Beta v0.57\Configuration\default\coordinates.ini

    2016-02-06 20:23:16 [info] -> pickit.ini file loaded from E:\Letöltések\Exiled_Bot\Exiled_Bot_Beta_v0.57\Exiled Bot Beta v0.57\Configuration\default\pickit.ini

    2016-02-06 20:23:16 [info] -> flasks.ini file loaded from E:\Letöltések\Exiled_Bot\Exiled_Bot_Beta_v0.57\Exiled Bot Beta v0.57\Configuration\default\flasks.ini

    2016-02-06 20:23:16 [info] -> progress.ini file loaded from E:\Letöltések\Exiled_Bot\Exiled_Bot_Beta_v0.57\Exiled Bot Beta v0.57\Configuration\default\progress.ini

    2016-02-06 20:23:16 [info] -> game ini file loaded from C:\Users\Patrik\Documents\My Games\Path of Exile\production_Config.ini

    2016-02-06 20:23:16 [info] -> Index of mod "map_monsters_%_physical_damage_to_add_as_lightning " not found!!

    2016-02-06 20:23:23 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 5

    2016-02-06 20:23:23 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 5

    2016-02-06 20:23:23 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 5

    2016-02-06 20:23:25 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 5

    2016-02-06 20:23:25 [info] -> Loading stash tab...

    2016-02-06 20:23:25 [info] -> Selecting stash tab 2...

    2016-02-06 20:23:26 [info] -> Loading stash tab...

    2016-02-06 20:23:26 [info] -> Selecting stash tab 3...

    2016-02-06 20:23:26 [info] -> Loading stash tab...

    2016-02-06 20:23:26 [info] -> Selecting stash tab 4...

    2016-02-06 20:23:27 [info] -> Loading stash tab...

    2016-02-06 20:23:27 [info] -> Selecting stash tab 1...

    2016-02-06 20:23:28 [info] -> Loading stash tab...

    2016-02-06 20:23:28 [info] -> Selecting stash tab 1...

    2016-02-06 20:23:29 [info] -> Loading stash tab...

    2016-02-06 20:23:29 [info] -> Selecting stash tab 1...

    2016-02-06 20:23:29 [info] -> Taking item from stash...

    2016-02-06 20:23:30 [info] -> Using currency on item...

    2016-02-06 20:23:34 [info] -> Using currency on item...

    2016-02-06 20:23:34 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 8

    2016-02-06 20:23:35 [info] -> Using currency on item...

    2016-02-06 20:23:37 [info] -> Using currency on item...

    2016-02-06 20:23:38 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 8

    2016-02-06 20:23:39 [info] -> Using currency on item...

    2016-02-06 20:23:41 [info] -> Using currency on item...

    2016-02-06 20:23:42 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 8

    2016-02-06 20:23:42 [info] -> Using currency on item...

    2016-02-06 20:23:45 [info] -> Using currency on item...

    2016-02-06 20:23:46 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 8

    2016-02-06 20:23:46 [info] -> Using currency on item...

    2016-02-06 20:23:49 [info] -> Using currency on item...

    2016-02-06 20:23:49 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 8

    2016-02-06 20:23:50 [info] -> Using currency on item...

    2016-02-06 20:23:52 [info] -> Using currency on item...

    2016-02-06 20:23:53 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 8

    2016-02-06 20:23:53 [info] -> Using currency on item...

    2016-02-06 20:23:56 [info] -> Using currency on item...

    2016-02-06 20:23:57 [info] -> Moving to position(3581.521729, 2440.217285). State Priority: 8

    2016-02-06 20:23:57 [info] -> Using currency on item...

    2016-02-06 20:24:02 [info] -> Exiting bot

     

     

    It can't recognize a few of the expanded mod list

    This causes the bot to keep rerolling great mod until it runs out of alterations, then break

     

    commenting it out solves the problem, but bad mods should be removed to prevent future malfunctions


  13. +1 for this, just thought about the same thing some day

     

    for example I have a high budget setup that can clear t7-12 (set to run that threshold) with many of the mods, but some bosses are just too hard like the new a4 bosses, the transformed pirty, malachai, daresso with the immunity phase when you cant leech or get flask etc

     

    we just need to make sure that the map itself gets cleared, like clearing 80% before going for the boss room, however this would need the bot to know boss rooms which would be quite a work I guess

×
×
  • Create New...