Jump to content

alkpone

Administrators
  • Content Count

    1767
  • Joined

  • Last visited

Everything posted by alkpone

  1. Okay just reproduced it, now I can find a better way to fix this..
  2. 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.
  3. 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
  4. Still having some auth issue in v0.16c ??
  5. alkpone

    0.16b - dont Stash items

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

    16b - Sell Quality gems if setuped 5%

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

    i wont want checken,can bot do it?

    Just set your chicken value to 0, or -1 ?
  8. 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.
  9. alkpone

    16b losing elite status

    Confirmed, working on a fix..
  10. alkpone

    POE Window Position

    We can try to define here what's best position for vm user ? Waiting for your suggestions ^^
  11. 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.
  12. 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).
  13. alkpone

    Unable to bot at merciless ledge

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

    New skill management suggestions

    Thx for the suggestions!
  15. alkpone

    Vendoring

    You have to activate key pickup from the ui options
  16. 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!
  17. Yeah, Dasnon can you give us more explanation about what exactly is this clickbug ? There should be some easy fix I can implement if I have more details.
  18. Bot version 0.16 has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.16 Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.15m : Offsets updated for Garena version 1.1.1. ilvl is now detected properly. Now bot won't take any 5S items anymore (ffs!) !! Updated auth system to work with Singapore connections. Fixed arctic armour aura not detected by the bot. Bot now can open stronboxes if user desire (Main Config). Chest detecting a bit changed, now the "Open Strongbox" and "Open Chest" settings working separately, so user can set up to open only one of them or both of them or none of them (before user had to enable Chest opening). Now the the skill tree will show the keys in parenthesis for better visibility. (Note: If the user change the key then the parenthesis will be changed too.) Act & Difficulty coordinates fixed. Now before activating the key it will trim spaces from left and right.
  19. It's ok dude, I finally decided to run a facebreaker ib build myself. Thanks for your help!!
  20. alkpone

    help bot no work

    http://pcsupport.about.com/od/findbyerrormessage/a/d3dx9_43-dll-not-found-missing-error.htm
  21. alkpone

    help bot no work

    http://www.microsoft.com/en-us/download/details.aspx?id=35 Have this installed ?
  22. alkpone

    Le cassage d'objets

    Les coffres et objets cassables ne sont pas différencié par le bot. Du coup ça me demanderait pas mal de temps pour le mettre en place..
  23. Bot version 0.15m has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.15m Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.15l : Fixed broken pickit.
  24. alkpone

    Compensation

    Following recent events, I set up various way of compensation for the whole community. First, everybody will receive a 15 days free license usable anytime anywhere (already on the store).. Secondly, for some time only, lifetime licenses will be only 25$ donation for anybody who is already a backer of the project. Finally, I invite anybody who got more than 10 licenses in his client area to contact me for another special compensation. Happy botting !
×
×
  • Create New...