Jump to content

alkpone

Administrators
  • Content Count

    1741
  • Joined

  • Last visited

Everything posted by alkpone

  1. Botting dominus and piety FAST would require tons of reverse engineering as entrance and exit of the map aren't in the same data structure bot is using to travel. I won't discuss the percent of efficiency of the bot, I'll just answer that the main objective of this bot is to allow user to farm while sleeping / doing useful stuff in life, having the possibility to enjoy full end-game content quickly without being a pro/hardcore-gamer. And on this, the bot is doing his job. Yes there are a lot of improvement to be done, and we'll keep working on adding them in the future, but please look behind us first and read the patch notes file, try to imagine the time we spent working to reach the current state of features and efficiency. As you said, the other bot is faaaaaar behind for the average user, unless you don't script yourself the half it's far to be as good as exiled-bot, and their API seems to change every patch. So I don't really see what you mean by saying that the bot isn't "almost there", for me it's real and ready to be enjoyed, already for a long time. Today, we are just having fun on something different and trying to diversify our experiences to keep up with the time.
  2. We are still working on fixing stuff. Just had to slow down a little bit development. I think the most important is being able to farm maps again and again and again don't you ? Btw you can get most of the game's endgame stuff in 3 weeks from scratch if you do stuff properly with the right character.
  3. alkpone

    My Exile Bot losing elite status..

    The bug with status is only visual in MFC. If you activated the bot it will remain activated, even if status is flickering.
  4. Bot version 0.19h has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.19h Don't forget to reconfigure everything from default files, copy paste of configuration files won't work!! Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.19g : Offsets updated for Garena version 1.1.4c.
  5. alkpone

    Latest patch, EB exits game

    I though that gurud's multiscript was using memory write to exit game. When we are connected, value of this entry in Cheat Engine is 3. Set it to 1 and it will cut the connecton (chicken). <?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>959</ID> <Description>"Cut connection (Set the 3 value to one)"</Description> <Color>80000008</Color> <VariableType>4 Bytes</VariableType> <Address>"PathOfExile.exe+7fd22c"</Address> <Offsets> <Offset>26F8</Offset> <Offset>C0</Offset> <Offset>9C</Offset> <Offset>7C</Offset> <Offset>4</Offset> </Offsets> </CheatEntry> </CheatEntries> </CheatTable> It should solve the problem.. ?
  6. alkpone

    v0.19g there is something wrong with "max run time"

    Why you don't increase max run time ? it should be like 10 min..
  7. alkpone

    0.19п - Bot Crash\Stuck - attacking is in progress

    Never saw it. But I'm not watching my bot running all the time =p
  8. alkpone

    Latest patch, EB exits game

    Any idea what's causing it ?
  9. alkpone

    v0.19g reproducable bugs

    No way found to check if an item has been mirrored yet, sry !!
  10. Bot version 0.19g has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.19g Don't forget to reconfigure everything from default files, copy paste of configuration files won't work!! Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.19f : Offsets updated for game version 1.1.4c.
  11. Bot version 0.19f has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.19f Don't forget to reconfigure everything from default files, copy paste of configuration files won't work!! Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.19e : Bot is now able to use Chaos Orb to reroll rare map mods. Fixed bug where bot get stucked with Social opened in town.
  12. alkpone

    What map is a fucking retard? =) post here

    Hehe gratz !!
  13. They would have to spend ton of effort to integrate client-side detection, to see ther trick defeated as soon as it is discovered (randomizing click is not hard, just will take quite some time to implement and 100% test it). So I don't think they'll ever do it, unless they implement client-side detection for something else as well.
  14. alkpone

    What map is a fucking retard? =) post here

    Took all the infos from nasty mods and nasty maps to put them in default ipd file. Next version it will look like: // Welcome to the map runner configuration file. Syntax is the same as in Pickit/default.ipd. // Keys available: [RunMap], [IgnoreMap], [MapLevel], [UpgradeQuality], [UpgradeToMagic], [UpgradeToRare], [RerollMods]. // Map upgrading will only be made on a map that has been selected by the bot to farm. // All the map mods can be found in ModsList.html file. // Example: Run rare maps level less than 69 // [MapLevel] < "69" && [Rarity] == "Rare" # [RunMap] == "true" // Run any map between level 66 and 71 [MapLevel] >= "66" && [MapLevel] < "71" # [RunMap] == "true" // If you want to enable automatic quality upgrading // [MapLevel] >= "70" && [Quality] <= "16" && [Rarity] == "Normal" # [UpgradeQuality] == "true" // If you want to transmut maps before running them // [Rarity] == "Normal" # [UpgradeToMagic] == "true" [Rarity] == "Unique" # [IgnoreMap] == "true" // If you wanna run Sacrifice at dusk, just uncomment following line (they will be considered as lvl 66 maps) // [Type] == "Sacrifice at Dusk" # [RunMap] == "true" ///////////////////////////////////////////////////////////////////////////////////// // // // NASTY MODS // // // ///////////////////////////////////////////////////////////////////////////////////// // If you want to reroll map in case of bad mods detected (thanks to immo, zeMagic and the community for the list) // [map_monsters_reflect_%_physical_damage] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // [map_player_has_blood_magic_keystone] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // [map_player_status_recovery_speed_+%] < "0" && [Rarity] == "Magic" # [RerollMods] == "true" // [no_mana_regeneration] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // [no_life_regeneration] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // [map_player_has_level_X_temporal_chains] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // [map_spawn_two_bosses] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" //rogue Exile [2304] > "0" && [Rarity] == "Magic" # [RerollMods] == "true" ///////////////////////////////////////////////////////////////////////////////////// // // // NASTY MAPS // // // ///////////////////////////////////////////////////////////////////////////////////// // Thanks to DiciannoveGaming, immo, ExVault, the community // SPELL BLOCK NEEDED // [Type] == "Temple Map" # [IgnoreMap] == "true" //remove if your build has spell block. // [Type] == "Crematorium Map" # [IgnoreMap] == "true" //remove if your build has spell block. // [Type] == "Shipyard Map" # [IgnoreMap] == "true" //remove if your build has spell block. // [Type] == "Courtyard Map" # [IgnoreMap] == "true" //remove if your build has spell block. // INFERNAL BLOW NEEDED // [Type] == "Labyrinth Map" # [IgnoreMap] == "true" //remove if your build is infernal blow. // MOM + ARCTIC ARMOUR to survive // [Type] == "Jungle Valley Map" # [IgnoreMap] == "true"// endless stream of small spiders, takes forever to kill. // [Type] == "Maze Map" # [IgnoreMap] == "true"// remove if your build has MOM + arctic armour //RETARD BOSS // [Type] == "Residence Map" # [IgnoreMap] == "true" // [Type] == "Palace Map" # [IgnoreMap] == "true"
  15. alkpone

    0.19e problem vaal area

    Yeah hard one to fix, need for a reliable way to detect corrupted chest and corrupted boss. I'll do some testing and reversing soon.
  16. alkpone

    19 e map problem

    Should be fixed on next version (at least the Social tab remaining opened).
  17. alkpone

    v0.19e reproducible bugs

    Please post in this topic any issue you had with v0.19e and a way to reproduce it. Like for instance bot trying to open scroll / any shit in the lab. Thanks !!
  18. alkpone

    How to get mcafee to stop being an Ass

    v0.19e is identified as virus by avast and mcafee, dunno why.. Try to use 0.19d, waiting for 0.19f ^^ Sorry about that.
  19. alkpone

    Question about buying EB Lifetime License

    Should be allowed, but paypal is the intermediate...
  20. alkpone

    Reroll rare maps

    Okay this was commented in the code, because I wanted to be sure that the feature worked and wouldn't waste all user's chaos orb. Now I uncommented it for next version, so reroll on rare maps will work.
  21. Bot version 0.19e has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.19e Don't forget to reconfigure everything from default files, copy paste of configuration files won't work!! Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.19d : Bot will now open in priority any Vaal Vessel it can detect. Fixed non-map items selecting and opening in laboratory.
  22. Bot version 0.19d has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.19d Don't forget to reconfigure everything from default files, copy paste of configuration files won't work!! Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.19c : Offsets updated for Garena version 1.1.4b. Fixed quality gems sell bug. Fixed a bug where sometimes bot would get stucked after finishing a map (trying to take the transition from the other side). Added a button to Elite Features Activator: now user can activate all profiles at once.
  23. alkpone

    running sacrifice map

    Well I'll make some testing there, will report soon ^^
×
×
  • Create New...