Jump to content

guerilla123

Elite+
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

About guerilla123

  • Rank
    Elite User

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. guerilla123

    Pickit +

    This would be really good to have. Bump.
  2. I don't have the knowledge to fully do this yet, but I've had an idea of how I would code a stash tab changer. The goal would be to make it as easy to maintain as possible through patches. I don't know all the things you guys already read with ReadProcessMemory so it might be a bit easier to do than what I'm thinking. A function should be made to check the inventory space (As we already read this with ReadProcessMemory) before and after stashing an item to determine if the stash is full. This function would be called as part of whatever function you guys use for depositing an item in stash. That function would require an update in the GUI for a "On Stash Tab Full, Use this tab next" with another number text area for the 2nd tab to use. A copy paste of the current stab tab setup, but using an array/vector to store the stash tab numbers. I think 3 stash tabs would be good to start. If the stash is full, it calls the stash function already made, but with the next number in the array. When the array is finished(When all specified tabs are full and it's trying to change to the next one), it should stop botting by default. An option to disable that should be put in POE for people grinding levels, but it should stop by default unless the user checks the option. This fixes the other possible "Coming back to your pc to see the bot trying to stash an item over and over". More /age, Less /played should be our motto for staying on the down low. In the future, there could be a check box with collapsing "extra stash tabs" as you enable and disable the check box to make sure the GUI doesn't get cluttered.
  3. guerilla123

    Bot Stashes a Few Items Then Leaves ...

    [stashing] ; Enable stashing ? enable_stashing=true ; Which stash tab to use ? stash_tab_to_use=2 ; How many slot remaining need to consider inventory full ?? slots_remaining_number_fullinv=20 Change the 20 to the minimum amount of space you want to have before it goes again. All the bot is doing is making sure you have at least 20 slots before it stops putting things away. Working as intended.
  4. The bot (tries to) attacks minions spawned by Dominating Blow. It will kill a mob, and will chase the minion spawned from it around until it despawns/dies from other mobs nearby. - Operating system (windows 7 64bits, windows XP, windows 8...) : Windows 7 64bit - Configuration.ini file content (use the Code display to quote it please) : ; Bot main config file [general] ; Define here which character you want to use in the character selection screen (default : 1, top character). character_to_use=1 ; Define here what is the last act unlocked by your character. last_act_unlocked=2 ; Define here what is the last difficulty unlocked (1=normal, 2=cruel, 3=merciless). last_difficulty_unlocked=3 ; Open chest ? open_chest=true ; Open chest under this range (clean monsters before) (0 : infinite). chest_range=600 ; activate shrine activate_shrines=true ; activate shrines under this range shrines_range=1000 ; Level gems ? level_gems=false ; If you want to use Alt to loot items, setting this option to true may reduce the number of crap loot, to use this parameter, you need to enable the option Key Pickup in the UI options and be sure the highlight key is set up on alt (default : true) use_alt_to_loot=true ; Here write the name of the zone that you want the bot to clean. You have to write it /! HE SAME WAY/!as it is written in the coordinates.ini file (without _x or _y ofc). For now, the bot can only clean one zone per run. zone_to_clean=the_forest ; Important!! you have to give the act which the zone belongs. zone_to_clean_act=2 ; Set the difficulty desired (1=normal, 2=cruel, 3=merciless). zone_to_clean_difficulty=3 ; Percent of the map from which bot consider map is cleared, bot will restart instance when value reached. area_clean_percent=0.800000 ; If the number of dead monster around character didn't change during last 60s (default), next instance! (set to 0 to disable this feature). monster_no_kill_timeout=60 ; Maximum time (in seconds) allowed per run. when timer is reached, exit to login and start again. run_max_time=480 ; Use TP Scrolls instead of exiting to login. enable_tp_to_town=false ; Passphrase to enable Elite Features. ***************EDITED************* [combat] ; Bot will kill any monster at this range before looting anything (chest and item). safe_range=400 ; Max distance to engage monsters (0 : infinite) monster_max_attack_distance_value=0 [flasks] ; If life goes below this value, use pot. use_life_flask_percent=0.750000 ; If mana goes below this value, use pot. use_mana_flask_percent=0.200000 ; If life goes below this value, chicken. chicken_life_percent=0.300000 ; If energy shield goes below this value, chicken (default : 0, means that it is deactivated). chicken_energy_shield_percent=0.000000 ; Flask key in slot (begining from left). flask_key_slot1=1 ; Flask healing time (in millisecond). flask_slot1_recharge_rate=7000 ; Flask key in slot (begining from left). flask_key_slot2=2 ; Flask healing time (in millisecond). flask_slot2_recharge_rate=6500 ; Flask key in slot (begining from left). flask_key_slot3=3 ; Flask healing time (in millisecond). flask_slot3_recharge_rate=5000 ; Flask key in slot (begining from left). flask_key_slot4=4 ; Flask healing time (in millisecond). flask_slot4_recharge_rate=5600 ; Flask key in slot (begining from left). flask_key_slot5=5 ; Flask healing time (in millisecond). flask_slot5_recharge_rate=5600 ; Flask cooldown to avoid using flask multiple times when low life. flask_delay=3000 [stashing] ; Enable stashing ? enable_stashing=true ; Which stash tab to use ? stash_tab_to_use=2 ; How many slot remaining need to consider inventory full ?? slots_remaining_number_fullinv=20 - Character class : Templar - Level : 64 ( Thanks! lol ) - Difficulty : Merciless
  5. guerilla123

    Bot repeatedly timing out and chickening (log inside)

    The servers went down for maintenance around that time. It looks like it's trying to log back in every second but probably isn't programed to handle the "unexpected disconnect" box that poped up when the servers kicked everyone off.
  6. guerilla123

    Bot Vendoring Uniques

    So from what I've gathered, as soon as "activate smart pickit" is checked, the bot will ignore the stashing option. Instead, it cleans the bags using smart pickit, selling any items listed in the pickit config file regardless of flag. [StashItem] == "true" [SellItem] == "false" [SellUnid] == "false" Are all being ignored. Instead of selling everything by default, I think it would be better to stash everything by default and let the user specify what they want sold instead.
×
×
  • Create New...