Jump to content

immo

EB Support
  • Content Count

    763
  • Joined

  • Last visited

Posts posted by immo


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


  2. Since the mechaincs for Hideout using in Path of Exile are somewhat 'unpremeditated' you should be aware of the following:

     

    NEVER EVER consider to use the Hideout option in Exiled Bot when you are NOT farming maps!

    You will be way less effective and loose big amounts of everything (items/currency/maps/everything)!

     

    Why is that?

    The following is a quick work routine. 

     

    • Each time you come back from a normal zone via TP or via chickening, you end up in the TOWN not in your hideout! To know that is crucial for understanding why hideout & normal zones farming is useless!
    • Now what happens when Hideout-Option in Exiled Bot is that ofcurse the bot enters the hideout quickly after it entered the normal town (i.e after Inventory full)
    • Next step for the bot is identifing / selling / stashing and so on
    • But what happens next is that the bot starts a new instance of the zone you setup for botting. This is due to the fact that the bot is only able to continue you previous run (in the previous instance of the zone you farm) if it detects an active TP to that zone.
    • Now thats an issue because our TP back to our recent zone is located in the normal town and we (the bot) are in our hideout!
    • The most common reasons for the bot leaving an instance is:
      1. Full inventory
      2. timeout
      3. chickening
      4. zone is clear
    • At least for me the first point (full inventory) happens most frequently (by far)
    • If the bot leaves an unfinished instance because of a full inventory it is most likely that you just killed a boss/rare or opened a strongbox.
    • Again, at least for me, most of the recently dropped items could not get picked up because my inventory was already full. (also a good example is a vaal zone: The VaalChest gets often opened after the group of magic mobs got killed and looted, so the vaalfragment is mostly the last item which gets looted)

    So long text short conclusion for hideout-option enabled but botting normal zones:

    1. Every Item you leave on the ground in your current zoneinstance is 100% lost (doesnt matters if its a unique or an mirror which you left behind)!
    2. Each rare monster / boss not killed before leaving for clearing up you inventory will not be killed!
    3. Each Strongbox / Vaalchest is lost!

    THE BOT IS NOT ABLE TO RESUME THE CURRENT ZONE WHEN IN YOUR HIDEOUT! SO ONLY USE IT FOR FARMING MAPS!

    Not necessary to say that you have no advantage either way for using the hideout when farming normal zones...

     

    Just wanted to say that because many people dont know that. Not because they are stupid but maybe because they never thought about that.

    I've also firstly realized this issue when i lost eternal orb due to that and i was luckily infront of the monitor ;>

    ______________________________________________________________________________________

    Just want to note that this is not an issue of exiled bot but related to some stupid game mechanics!


  3. i have to say that i am pretty pleased with the current looting system. i dont have those looping issue the op stated and my feeling for the last weeks was that looting was improved cuz it feels like eb picks up stuff way faster for me. ofcurse the issue where the ui-labels change position wheN to many items are on the ground is still around...

     

    Ofcurse i need to say that i have completly dropped all my IIQ for IIR lately...


  4. verry sorry for complaining, but can't run the compiled exe, "error at line 292. Line text:global DPS:=false Error: This line does not contain recognized action. The program will exit,"

    I just did the changes to the uncompiled version, so you need to download both .ahk files and run the Poe MultiScript.ahk! 

     

    You can also change this value 2a78 to this one 2af8 in Poe MultiScript.ahk; There was like 3 or 4 references to change. 

    That's exactly what i did ...and yeah it was 4 references :D


  5. Another issue i have is AutoQuit didn't work.

    I let monsters hurt me until i was 10% life

    AutoQuit was set to 20% life

    also F4 didnt log me out either.

     

     

    Hi Guru,

     

    I have the same problem. Exit to login Screen didn´t work. 

     

    As long as Guru has not updated his source, you can use this fork. AutoLogout should be working in this version. (updated the offsets for AutoLogout, nothing else was changed)


  6. maybe these 2 pointers can help you improving your script:

    (simply copy/paste the following code to your Cheat Engine)

     

    1. Is logged in

    <?xml version="1.0" encoding="utf-8"?><CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>2969</ID>
          <Description>"IsLoggedIn"</Description>
          <LastState Value="0" Activated="0" RealAddress="06DE6AEC"/>
          <Color>80000008</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>pathofexile.exe+866AEC</Address>
          <Offsets>
            <Offset>580</Offset>
            <Offset>660</Offset>
            <Offset>9C</Offset>
            <Offset>7C</Offset>
            <Offset>4</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>

    returning 1 or 0 (true/false)

     

    2. LogIn Screen State:

    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>2968</ID>
          <Description>"LoginScreenState [ 2=LoginError | 3=CharSelection ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="3" Activated="0" RealAddress="1B9F9DD0"/>
          <Color>80000008</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>pathofexile.exe+866AEC</Address>
          <Offsets>
            <Offset>A0</Offset>
            <Offset>68C</Offset>
            <Offset>2C</Offset>
            <Offset>10C</Offset>
            <Offset>4</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>
    

    returning:

    0: MainMenu or Character logged in

    2: Login Error (i.e. the window which pops up when entered a wrong pw and which needs to be "ok-clicked")

    3: On Char Selection Panel

     

    <Address>pathofexile.exe+866AEC</Address> is the current basePointer


  7. did you even read my three lines? Hehe, sorry but is there really a chance someone could missunderstand the topic i choose? ;)
     

     

     

    pickit Syntax-Highlighting for notepad++

     

    If you really dont know what Notepad++ is, here is the url you need: Notepad++ Home

     

    Sorry if i sounded a bit harsh but even without any knowledge of anything a simply google would have delivered the answer... ;)

    To sum it up, this is nothing explicitly for Exiled-Bot. All it does, it supports Syntax-Highlighting for the pickit/map syntax in Notepad++


  8. Now it does open the game normally, and the bot, but it does nothing after that

     

    Erm, what are you expecting to to this script? I mean this is a script just for restarting game & bot every 7200000ms. It doesnt check if any of those two programs crashed, it simply restarts both within the fixed amount of time...

    sounds like you expected something else!?

     

    Please try to take a look at the source philatio posted, AHK isnt really hard at all, i am pretty sure you'll understand the code easily and figure out which values to change to adjust the timings for your needs...

    • Upvote 1
×
×
  • Create New...