Jump to content

alkpone

Administrators
  • Content Count

    1741
  • Joined

  • Last visited

Everything posted by alkpone

  1. Well, GGG seems to have improved a lot their server-side heuristics lately. So yeah basicly we have to hunt all non-human behaviour and make it more human. However I'm botting 16h a day in a vm, WITHOUT any vpn and I'm still waiting for the banhammer. If GGG was able to detect the bot with 100% accuracy, they would not ban you on the case per case but will wait some times before doing a massive ban wave to ban all of us at once. They may probably search for new accounts, tunneled connections, same instance created tons of time, time per day spent, death count... To counter this, we are already working on some new features that will make the bot more human, like maps farming, boss running and questing. So waiting for it, my advice is just bot smart and if you run a bot army, be prepared to get some banhammer strikes.
  2. Are you on Garena ? You got high latency ?
  3. So what's the solution ? How could I reproduce the problem ? How could I fix it ?
  4. Can't reproduce in local any of the bugs reported in this topic. Anybody can help ?
  5. Instead of whining, why you don't help me reproducing your bug ? If you want to know what I've done since 0.16, this is very easy:
  6. Bot version 0.16e has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.16e Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.16d : Fixed wrong stash tab selected issue. Fixed bot stucked on stash. Fixed wrong mods index if index >= 582). Commented 3L and 4L pickup in default pickit. Added a "mouse hovered entity check" when trying to enter catacombs from market on Area Transition tile. Added a check if bot overshoot wp.
  7. Bot get stucked at stash ?
  8. Bot version 0.16d has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.16d Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.16c : Now all mods from ModsList.html file are working perfectly (ie. if you set attack_speed_+% it will REALLY consider the % Increased Attack Speed of the item). Be careful!!! local_ mod name means that the mods is applied on the stats of the items rather than the stats of your char. Fixed mutiple tab stashing. Just don't use it if you have some Remove-only tabs, remove them before botting. If bot opens Guild Stash while stashing now it detects it and close it. Added a check if any window is open while Exiting to login (ie: Stash, Guild Stash, Waypoint, etc). Fixed a crash that occured while reading stash tabs. Now bot take Empower and Enhance gems properly if you set [Type] == "Empower" and [Type] == "Enhance" in pickit file. Bot do not try tp stash Quest item anymore.
  9. alkpone

    v 0.16с Vendoring unique item's

    I already tried just after my post, bot did the same. Can you lend me your Romira so I can test ?
  10. Okay just reproduced it, now I can find a better way to fix this..
  11. alkpone

    v 0.16с Vendoring unique item's

    Just tried now with this item: Rarity: Rare Dragon Goad Crusader Boots -------- Armour: 105 Energy Shield: 31 -------- Requirements: Level: 64 Str: 62 Int: 62 -------- Sockets: B-G-B -------- Itemlevel: 70 -------- +79 to maximum Life +36 to maximum Mana +41% to Fire Resistance 15% increased Movement Speed Set this in the default.ipd: [Type] == "Dragon Goad" && [Rarity] == "Rare" [Type] == "Dragon Goad" # [SellItem] == "true" [Rarity] == "Rare" # [SellItem] == "true" Bot stashed it.. Dunno what's wrong guys.
  12. Here is the code I added in dev version. // Check if we aren't too far from wp (to fix overshoot game bug) D3DXVECTOR3 wpPos = _worldObject->GetEntityPool()->GetWaypointPortal()->GetWorldcurrentPosition(); D3DXVECTOR3 playerPos = _worldObject->GetEntityPool()->GetMainPlayer()->GetWorldcurrentPosition(); double distance = sqrt(pow(playerPos.x-wpPos.x, 2) + pow(playerPos.y-wpPos.y, 2) + pow(playerPos.z-wpPos.z, 2)); if(distance > botConfiguration->GetMaxWaypointDistance()) { // press ESC Sleep(100); KeyboardSend::GetFocusAndGenerateKey(_worldObject->GetGameWindow(), VK_ESCAPE, KEY_SEND); Sleep(500); } With this in system.ini ; Set here the max distance between player and wp to select an area to farm if wp window is open. If distance is superior, bot will close the wp window. max_wp_distance=200 However not sure if 50 is the good value, as I didn't manage to reproduce
  13. Still having some auth issue in v0.16c ??
  14. alkpone

    0.16b - dont Stash items

    v0.16c with only one tab set solved it ?
  15. alkpone

    16b - Sell Quality gems if setuped 5%

    waaat ??? Didn't know that
  16. alkpone

    i wont want checken,can bot do it?

    Just set your chicken value to 0, or -1 ?
  17. Bot version 0.16c has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.16c Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.16b : Offsets updated for Garena version 1.1.1b. Added new check after casting Aura. Improved Auth system to avoid issues. If you are experiencing trouble with multiple stash tab, try to set ONLY ONE tab, it should work waiting for a better fix.
  18. alkpone

    16b losing elite status

    Confirmed, working on a fix..
  19. alkpone

    POE Window Position

    We can try to define here what's best position for vm user ? Waiting for your suggestions ^^
  20. alkpone

    auras

    Kk, actually I changed the way bot checks if an aura is casted (to make arctic armor work). I'll add the old check again, based on life and mana reserved, beside the new one.
  21. Bot version 0.16b has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.16b Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.16 : Offsets updated for game version 1.1.1b. Reimplemented multiple stash tabs in a better way. Multi-stashtab enabled in the GUI. Added the possibility for the user to define some monsters name he wants the bot to avoid and chicken on sight. Updated standard pickit, thanks to Phaukt for helping and sharing his work! Fixed some pickit bugs (bot identifying every item even when not needed). Fix bot not opening some chest when Open StrongBox was enable. Found a memory leak due to bad cleaning while parsing map. Fixed now. New tab added: Main settings, old Main settings renamed to Map settings (settings moved to the right tabs).
  22. alkpone

    Unable to bot at merciless ledge

    Check your configuration, are you sure everything is well right ?
  23. alkpone

    New skill management suggestions

    Thx for the suggestions!
  24. alkpone

    Vendoring

    You have to activate key pickup from the ui options
  25. alkpone

    Handle Vaal Skill Gems

    Yeah, you understood the purpose of priorities. I would like to hear some suggestion about how to improve current skill configuration system to make it simplier and more explicit.. Tell us if you managed to make the bot use your vaal skill gem properly pls!
×
×
  • Create New...