Jump to content

Deityslayer

Beta Tester
  • Content Count

    67
  • Joined

  • Last visited

Posts posted by Deityslayer


  1. reading if the bot is currently !truly! running is really a bit of a pain in the ass. But there actually is a pretty stable method to determine if its running as intended! Be sure to watch out this forum in the next few days ^^

     

    If you look at the interface on the right you will see a field which displays the bots current status (not started, stopped, paused, running, "seems buggy")

    This video isnt exactly about the bots status but you'll get the idea...

     

    ur email is in the video :P


  2. Sometimes when i go tos leep i wake up to a dead (or afk) bot, hitting CTRL + ESC thus opening metro (i'm on W8) this issue pretty much fucks up botting unless i'm near the pc and paying attention to it.

    IS there any solution to his issue?

     

     

    i guess u use multiscript, activate "Suspend Hotkeys" in tray Icon. that should solve it

     

    https://exiled-bot.net/community/index.php/topic/4016-shift-key-stuck-down-virtual-position-cant-pickup-anything-and-chat-command-failure/?p=23956


  3. Yea, crash detection is the pita part of this whole idea. Process will still exist when EB is hung. Blacksun's didn't do it very well either.

     

    I wonder if monitoring mem usage of the bot's process would work. If it doesnt change over a period of time, kill process and restart. There has to be a creative, fail safe solution.

     

    Maybe there is some setting in windows or a program out there, that will handle killing hung apps. *shrug*

     

    I figured it out, it's just not in my self interest to complete this at the moment. Google searches say that looking for a title of (Not Responding) should work. 


  4. [1.0]:

    Work in progress

     

     

    Instructions:

    1. Open path.txt

    2. Input the path of the exiledbot.exe folder's exe.

    For example:
    D:\Server\Exiled_Bot_Beta_v0.22e\Exiled_Bot_Beta_v0.22e

     

     

    Elite status is not required. My new location login fix is changed for this aswell.

     

    Procedure:

    1. Checks for the Exiled Bot process every 5 seconds.

    2. If it's not running, it opens the bot 

    3. It waits for the window with a title of "Exiled Bot" starting in it

    4. It sends the command to start the bot for the window with a title of "Exiled Bot" starting in it.

     

    Please be sure to rep me or donate if you like my work.

     

     

    EDIT:

    Needs a fix. Detection isn't right. New method found. Headache. Fixing later.

    • Upvote 2

  5. Bot cannot grab items (for me, maps) from stash, it keeps clicking blank stash trying to get a map and become endlessly :/

     

    I wonder if it has anything to do with Remove-only stash recently added from rampage league, anyone having similar bug?

     

    It's been happening for a long time now. Remove the problematic stash tab from the stash tab choices "1,2,3,4" and run the bot for a while. Then, add the tab again.


  6. Hi All,

     

    I am pretty new to EB playing in Garena Taiwan.

    I am having a 10-aura build which is a bit problematic for me when the EB chickens or restart.

     

    Is it possible to let the EB automatically reset 10 aura inside the setting of EB?

    Recently I am using QMacro, a third party program detecting so that I can restart with 10 aura after chicken.

     

    Yet sometimes it is unstable and easily make me die...just see if anyone can give me some help with the use of EB?

     

    Thanks a lot

     

    Mini-updates change some offsets or aura detection offset is messed up these days. It was good when the detection was released. Try a new build.


  7. I've officially had two major issues with this. As stated in the subject, the shift key is stuck in the down (virtual) position. This means:

     

    1. Can't loot items with shift held, bot gets hung trying to pickup an item.

    2. Chat commands don't work. "/hideout" becomes "?HIDEOUT" which spams global.

     

    I've taken special precautions against 2 by joining an empty global channel before leaving my bot unattended.

     

    I would think this is something to do with my machine and not the bot but I can't find anything. I'm wondering if anyone else has seen this or has any suggestions where to look?

     

     

    You need to "grab" your mouse and keyboard when you enter your VM. Go to edit>preferences.

    Make sure your options looks like this :

    http://puu.sh/cCwNn.png

     

    To release once grabbed, press ctrl+alt.

     

    Make sure dxtory isn't binding shift to anything, aswell.


  8. [Rarity] == "Unique" # [StashItem] == "true"
    /////////////////////////////////////////////////////////////////////////////////////
    //                                                                                 //
    //                                  CURRENCY                                       //
    //                                                                                 //
    /////////////////////////////////////////////////////////////////////////////////////
    
    [Type] == "Scroll of Wisdom" # [StashItem] == "true" // Take all id scroll
    [Type] == "Portal Scroll" # [StashItem] == "true" // Take all tp scroll
    [Type] == "Blacksmith's Whetstone" # [StashItem] == "true" // Take Blacksmith's Whetstone
    [Type] == "Armourer's Scrap" # [StashItem] == "true" // Take Armourer's Scrap
    [Type] == "Glassblower's Bauble" # [StashItem] == "true" // Take Glassblower's Bauble
    [Type] == "Albino Rhoa Feather" # [StashItem] == "true" // Albino Rhoa Feather
    
    
    /////////////////////////////////////////////////////////////////////////////////////
    //                                                                                 //
    //                               Rare Items                                        //
    //                                                                                 //
    /////////////////////////////////////////////////////////////////////////////////////
    
    [Category] == "Helm" && [Rarity] == "Rare" && [Energy Shield] == "0" # [StashItem] == "true"
    [Category] == "Chest" && [Rarity] == "Rare" && [Energy Shield] == "0" # [StashItem] == "true" 
    // Astral Plate -- Only rare chest to loot once Tabula Rasa is obtained
    [Category] == "Chest" && [Rarity] == "Rare" && [base_resist_all_elements_%] >= "8" # [StashItem] == "true"
    
    [Category] == "Gloves" && [Rarity] == "Rare" && [Energy Shield] == "0" # [StashItem] == "true" 
    [Category] == "Boots" && [Rarity] == "Rare" && [Energy Shield] == "0" # [StashItem] == "true"
    
    [Category] == "Belt" && [Rarity] == "Rare" # [StashItem] == "true"
    [Category] == "Ring" && [Rarity] == "Rare" # [StashItem] == "true"
    [Category] == "Amulet" && [Rarity] == "Rare" # [StashItem] == "true"
    
    // # [Physical DPS] >= [x] && [StashItem] == "true"
    [Category] == "1Handed" && [Rarity] == "Rare" # [StashItem] == "true"
    
    [Sockets] >= "5" && [Linked] >= "5" # [StashItem] =="true" // Keep 5/6L
    [Sockets] == "6" && [Linked] <= "4" # [SellUnid] == "true" // Sell 6S 
    
    [Category] == "Map" // Take all maps
    
    [Type] == "Sacrifice at Dawn" # [StashItem] == "true" //Sacrifice map
    [Type] == "Sacrifice at Noon" # [StashItem] == "true" //Sacrifice map
    [Type] == "Sacrifice at Dusk" # [StashItem] == "true" //Sacrifice map
    [Type] == "Sacrifice at Midnight" # [StashItem] == "true" //Sacrifice map
    
    // Plain Seething Divine Life Flask
    // [Type] == "Divine Life Flask" && [Rarity] == "Magic" # [397] == "-66" && [398] == "1" # [StashItem] == "True"
    // ^Dispels Shocked
    [Type] == "Divine Life Flask" && [Rarity] == "Magic" # [397] == "-66" && [398] == "1" && [1322] == "1" # [StashItem] == "True"
    // ^Dispels Burning
    [Type] == "Divine Life Flask" && [Rarity] == "Magic" # [397] == "-66" && [398] == "1" && [local_flask_dispels_burning] == "1" # [StashItem] == "True"
    // ^Dispels Frozen and Chilled
    [Type] == "Divine Life Flask" && [Rarity] == "Magic" # [397] == "-66" && [398] == "1" && [local_flask_dispels_freeze_and_chill] == "1" # [StashItem] == "True"

    Something along the lines of this is perfect.

    For DPS you just calculate your weapons' current DPS and change it accordingly.

     

    Be sure to save and F11 before you start the bot again!

     

    I suggest in normal difficulty to change your chicken life % to 0 due to no death EXP penalty.

    Furthermore, change the coordinate of resurrecting to town to your last checkpoint.

    In order to do so, do the following:

    1. Go to coordinates.ini in your exiled bot profile folder.

    2. Change the value of resurrect_button_y from 150 to 170.

    3. When you're out of normal difficulty and have moved onto cruel/merciless change it back to the default value of 150.

     

    Edit: Belt typo

    Edit2: Added resurrection at checkpoint.

    Edit3: Added seething divine life flasks

    • Upvote 1

  9. I just changed the coordinate on the chicken to exit to character select instead of exit to login.. I see no reason to go all the way back to login and it bypasses this entire issue.

     

    Oh, what a great idea.

    Oh well, at least this source code should help future scripters!

     

    edit: Actually, this may be a failsafe script aswell. A random DC or something would put you back in login screen.

     

    So, I'll actually attempt to help people that have this issue, so I updated the main thread with your suggestion.


  10. So, I decided to publicly release a script that inputs your password when you chicken out.

    I got a new VPN and I guess there's something about the tunneling that confuses PoE's IP tracking.

    Therefore, whenever the account tries to re-login with its old credentials, it asks for the password to be input again.

     

    This should fix the issue, aside from the unlock code.

    You can contact GGG to remove the unlock system.

     

    cRuBF.png

     

    Instructions:

    1. Input your password in the provided "password.txt" before running the script/exe. You will have to have the provided exit.bmp in the same folder, aswell.

    2. Change your bindings in-game. Set "Detonate traps" to X. This will unbind "switch weapons" and prevent the script from switching your weapons.

    The reason this happens is due to the image detection. When you alt tab in/out of the bot, it'll trigger the detection in its leniency of 100 shades. If your password contains the letter X, it'll switch your weapon if PoE is in focus.

    3. Follow the next set of instructions.

     

    As TadaceAce has said, you can change the coordinate of exiting to login screen to character selection.

    One problem with using only this method is the occasional disconnect/realm restart. So, both methods are recommended to use.

    In order to do as TadaceAce has said, here is what you do:

    1. Open coordinates.cfg

    2. Find "exit_to_login_button_y".

    3. Add 20 to that value. So, I put 260.

    4. Contact GGG to remove the unlock feature on your account.

     

    Download 3.5:

    https://hostr.co/NYwtkWof3C6Z

     

     

    Please donate (in my signature) or rep me if you feel like I deserve it.

     

     

    Updates:

    3.5:
    Changed window title search to not include (Elite)
    
    3.4:
    Massive fix!
    Added imagesearch for ok button incase the bot attempts to log in before the script identifies the exit button!
    Reverted 15 second delay to 5 seconds
    
    3.3:
    Changed 10 second delay to 15 seconds
    
    3.2:
    Added click on ok for new location - in case the bot doesn't pause quickly enough. 
    Added 10 second delay.
    
    3.1:
    Fixed width
    
    3.0:
    Added GUI
    Added panic button (ctrl+q)
    Added colors
    Added updates.txt
    
    2.0: 
    Added another "enter" during character selection, changed to 5 seconds of delay to each enter -- This may fix the "bot resumed but stuck on selection screen" problem.
    
    1.0: 
    Fixed delays
    
    

  11. No.,  I actually invested a small sum of MTX into each of the botter accounts (i only bottted on like 2 or 3 at different times).  doesn't work.  It MAY have, but they're getting too big.  and the auto-pot shit that leaked on reddit (about the top guy on ladder using it), and GCPman doing whatever the fuck he was doing... ye, no go.

     

     

     

     

    YUP!  That's what I believe too.  Well... I'll count myself lucky, and try to figure out how to VPN.  I actually figured it out last night.  Now I just need to learn how to set up my VM (per Walter White's guide) to be able to play PoE with more than 10 fucking FPS drops every 2 seconds ^_^

     

    dxtory, two processors per vm


  12. Hey...So I'm going out of town this weekend and would like to run the bot, but 72 hours straight is risky.  I noticed there's a "change account" feature, but I only have 1 bot account on one vm on one vpn.  

     

    Two questions:

     

    1. Is there a way to have the bot logoff for a period of time (similar to change account, but just logout instead for that time?)
    2. Is there a way to have the bot idle in town for a period of time.  I notice that on poestats, if you have "played time" equal or damn close to "experience time" (time you were gaining experience), it's practically guaranteed botting, because no one plays for 10 hours and gets experience for 10 hours, for example.  There's bathroom breaks/food breaks/trade breaks, etc.  it's not constant instance running.

     

    Thanks

     

    get teamviewer on your phone

    • Upvote 1

  13. have you read ur default.ipd in map folder at all?

     

    // [Rarity] == "Rare" # [ignoreMap] == "true"

    // [Rarity] == "Magic" # [ignoreMap] == "true"

    // [Rarity] == "Normal" # [ignoreMap] == "true"

     

    comes to mind when u mention it.

     

    have you read what I said at all?

     

    That wouldn't do anything at all to fix this issue.

     

    The objective is to identify magic/rare maps that are looted.


  14. Thank you for taking credit on what I just explained to you regarding the settings.

     

    You are welcome, next time a thanks would be enough...

     

    Actually I couldn't understand what you meant in shoutbox, it seems like you meant that I should remove comments after the queries themselves?

     

    Anyways after testing I found the answer by myself, although you did indicate the patching mods, maybe that's what you meant, but you didn't explain it clearly.

     

    Actually, you didn't even give me any type of answer, you just said to change it perfectly and it'll work.

     

    You said "// infront of [patching mods]" 

     

    How could I understand what you meant?

     

    Anyways, here's the solution.

     

    I give myself full credit. Not like it matters, it just seems like you're making a big deal out of it. Who else would've known the solution to this bug if you told nobody but shoutbox?

    • Upvote 1

  15. The bot's just using alts on the same map endlessly no matter if the mod is configured to being rerolled or not.

     

     

    Solution:

     

    ALT LOOP:

    // You can uncomment either of the two entries below to disable ALL ground effects. (Chilled, Desecrated, Shocking, Burning)
     
     
    // [1062] = > "0" && [Rarity] == "Magic" # [RerollMods] == "true" // -- Ground Effects        -- Area has patches of X ground                              -- Value : 20
    // [1064] = > "0" && [Rarity] == "Magic" # [RerollMods] == "true" // -- Ground Effects        -- Area has patches of X ground      
     
    Uncommenting of any of these two lines = Alt loop.
×
×
  • Create New...