-
Content Count
1755 -
Joined
-
Last visited
Everything posted by alkpone
-
Your keys are in the store, you can buy them for free (Elite License 1,2,3). I already bough them for you. For other people still having trouble with their keys, please pm me!!
-
Bot version 0.16g has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.16g Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.16f : Offsets updated for Garena version 1.1.1c.
-
Bot version 0.16f has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.16f Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.16e : Offsets updated for game version 1.1.1c. Added two usable keys for the mods ([TotalResistances] and [DPS]) and two usable keys for item category ([Category] == "1Handed" and [Category] == "2Handed") in the pickit. Various pickit bugs fixed. Now bot is able to compute weapon's dps and item's total resistance score, and to compare them to the pickit file. Standard pickit improved. Bot is now detecting if a weapon is 1Handed or 2Handed. Bot now ignore id scroll/tp scroll/shard/currency while selling. Chicken on unique changed to Chicken on sight. Tooltips added to Chicken on sight. Authentification system improved.
-
Yeah, that bug is really annoying I agree, I'm still thinking about a good solution to fix it.
-
plz consider these so we can avoid being banned
touchedzero replied to topic's alkpone in Exiled Bot Feature Request
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. -
Are you on Garena ? You got high latency ?
-
v0.16d, bot still sells scrolls and sometimes get stuck @ stash
babosasa replied to topic's alkpone in Archives
So what's the solution ? How could I reproduce the problem ? How could I fix it ? -
v0.16e, bot still sells scrolls, opened stash and keep clicking on wrong place in bot's inventory
babosasa replied to topic's alkpone in Archives
Can't reproduce in local any of the bugs reported in this topic. Anybody can help ? -
v0.16e, bot still sells scrolls, opened stash and keep clicking on wrong place in bot's inventory
babosasa replied to topic's alkpone in Archives
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: -
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.
-
v0.16d, bot still sells scrolls and sometimes get stuck @ stash
babosasa replied to topic's alkpone in Archives
Bot get stucked at stash ? -
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.
-
I already tried just after my post, bot did the same. Can you lend me your Romira so I can test ?
-
Pretty please Alk, with donation sugar on top, sort the overshooting wp thing
bonebox replied to topic's alkpone in Archives
Okay just reproduced it, now I can find a better way to fix this.. -
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.
-
Pretty please Alk, with donation sugar on top, sort the overshooting wp thing
bonebox replied to topic's alkpone in Archives
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 -
Still having some auth issue in v0.16c ??
-
v0.16c with only one tab set solved it ?
-
waaat ??? Didn't know that
-
Just set your chicken value to 0, or -1 ?
-
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.
-
Confirmed, working on a fix..
-
We can try to define here what's best position for vm user ? Waiting for your suggestions ^^
-
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).