-
Content Count
1760 -
Joined
-
Last visited
Everything posted by alkpone
-
Bot version 0.18 has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.18 Don't forget to reconfigure everything from default files, copy paste o configuration files won't work!! Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.17f : Offsets updated for game version 1.1.3. Bot has now the ability to chance items. To do so, edit your pickit default.ipd file and add for instance: [Type] == "Glorious Plate" # [ChanceItem] == "true". Bot will take any glorious plate it find and use an orb of chance on it. Bot has now the ability to upgrade maps. To do so, edit your map default.ipd file and use the keywords [upgradeQuality], [upgradeToMagic] or [upgradeToRare]. Bot will always upgrade only the map that has been selectionned to be farmed. Added Elemental DPS and Physical DPS to compute resp. elemental and physical dps of any weapon. Now Gavel item is properly recognized and picked up. Position offsets when bot clicks on map device are now editable (map_device_offset_x, map_device_offset_y from coordinates.ini file). Fixed bug when bot kept trying to take a town portal that wasn't reachable. Updated pickit default.ipd file with best items to chance (commented). Updated map default.ipd file with example of maps upgrading.
-
Bot version 0.17f has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.17f Don't forget to reconfigure everything from default files, copy paste o configuration files won't work!! Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.17e : Bot don't try to go to previously opened map on start anymore. If you want the bot to run a map already open, just start it directly from inside. Fixed a bug where user couldn't use more than 15 names into the Chicken on Sight list.
-
Okay I'll try with some fps limiter stuff.
-
Hey dude, First don't bot 24h, try to do maximum 8-12h max botting sessions. Then you can level two characters on two different account and then alternate them with each other on the same VM. But don't forget to change the ip and mac address each time you switch account on a VM. Don't bot too much in the same zone, especially if there is a big level difference between your char and the area. Finally I don't know if VPN is a good idea as it looks like GGG has a way to check if an ip is a vpn, and ban it. However I'm not 100% sure about that, mostly because there should be at least some legit player whose are behind vpn ip for X reasons and banning somebody only because he's behind a VPN would be something very very stupid.. Personally I don't use any VPN. So bot smart, try to make your character act as most human as possible and everything should be fine
-
It won't die.
-
Haha only if you code it
-
That would be awesome zeMagc ! Please keep me informed of your work.
-
Very good idea ! I'll try to work on something that will search and setup the coord by itself !
-
Lol rly ?? Never saw that, anybody else having this issue ?
-
you should write "400" instead of 400.
-
Yeah you should be able to put the monster's name in the Chicken on specific monster sight to make the bot chicken on sight. And of course don't forget to tick and activate the option.
-
Bot version 0.17e has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.17e Don't forget to reconfigure everything from default files, copy paste o configuration files won't work!! Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.17d : Added chicken delay key in system.ini file, to specify the delay you want your bot to wait after clicking exit to login. Now Bot picks up currencies correctly if smart pickit disable. Fixed bot stucked switching tab bug. Identifying process is now less likely to have the item stucked on cursor bug. First version of the IPD Editor (File->IPD Editor, or map/pickit profile->Open). Bot now will not reset the Status tab each "Start" button press, else user can reset it by the "Clear" button. Fixed syntax errors in the default pickit.
-
I checked the code, don't see how CTRL key could be clicked while picking up an item on ground. VK_CONTROL is only used in class handling: Stashing, Selling and Zone changing. About the bot clicking an item in inv without CTRL, I tried to make in smoother in upcoming release, cause yeah it was handled pretty badly until now. However it never happened to me.
-
If you are doing a spectral throw build, all you need is the following setup : Spectral throw with a range of 300 and only if there are more than 1 or 2 monster closer than 100 (up to you to test and decide). Double strike only on single target, on range 400. Bot don't need Leap Slam Don't forget to use one or two aura as well, and cwdt
-
Yeah thanks for reporting, I'm annoyed as well by these issues. Stair bug should be fixed soon as I already found a solution to fix it ,however it still needs some hard reversing to work properly. Second one, I don't have any ready solution for now, if anybody got an idea feel free !!
-
A change in looting behaviour
enlitenkrokodil replied to topic's alkpone in Exiled Bot Feature Request
Hey dude, thank you for the suggestions. I agree that looting system needs to be reworked, as time and eventually drop may be loss in the process. If anybody has some good suggestion to make it perfect or way better feel free. I'll try to find some solutions by my side. -
Still getting lots of corrupted item names. dump included
bluechipps replied to topic's alkpone in Archives
Yeah it's item's short name reading that can be broken sometime. I still didn't figured out why but most of the time strings are encoded on 2 byte character but sometimes they are encoded on 1 byte.. However even if the short name is broken all the others stats/mods will work. -
1. Same as pronooob 2. There is a trick to use a flask as a skill, just change the key of an unused skill and set it to the flask key that you want. This way you can drink flask on boss or multiple monsters detection. 3. Not implemented yet, will work on it soon. However bot's click rate is safe, you still can reduce it if you want. 4. Already done, you can adjust the following timers: "No monster kill" and "Run timer". 5. If you set up everything correctly bot should chicken before dying. 6. Good idea !! Thank you for your suggestions ! BTW can you close the paypal reclamation please ?
-
When exactly does it happen ? Can you remember me how this bug occurs ? There should be a way..
-
Bot version 0.17d has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.17d Don't forget to reconfigure everything from default files, copy paste o configuration files won't work!! Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.17c : Bot detects if a monster has the "No drop or experience" mod and ignore it if it's the case. Armourer Scraps, Blacksmith's Whetstone and Glassblower's Bauble are now picked up by default if smart pickit is disabled. Now F11 reload pickit and map ipd files.
-
Suggestion / Ideas for Addon Based Community
hamncheese replied to topic's alkpone in Exiled Bot Feature Request
Yeah, 100% agree, that would be awesome. However I still didn't fight a good and easy way to convert my code to something modulable. I found some potential solution (lua, c++ modules, ..) but would need a loooot of code and function prototype rewriting.. If anybody has any good solution, I'm open, especially with ahk ! -
Portal out rather than quit to login if an explore limit reached
bonebox replied to topic's alkpone in Exiled Bot Feature Request
One of which limits ? -
Weird.. Anybody else having this issue ?