Jump to content

alkpone

Administrators
  • Content Count

    1745
  • Joined

  • Last visited

Everything posted by alkpone

  1. Bot version 0.15h has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.15h Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.15g : Fixed bot being stucked sometimes clicking on stash even after it opened. Bot now pickup unique items by default if smart pickit is disabled.
  2. alkpone

    Summoning Shrine

    ACK!! I'll see what I can do for this.
  3. alkpone

    Bot cant navigate to ACT 2 since v0.15f

    Can't reproduce it on my computer, for me Act II is working. Anybody faced same trouble ?
  4. Okay c'est déjà implémenté dans la prochaine version !!
  5. Je suppose que tu as utilisé exactement le même fichier de pickit dans les 2 cas ? En effet, j'ai désactié le pickit auto des unique depuis la 0.15d pour ne pas créer de conflit avec les règles définies dans le fichier de pickit. Donc vérifie bien que le smart pickit est actif et que ton fichier de pickit est fait pour prendre les uniques. Pour éviter ce genre de soucis, je peux faire en sorte que le bot prenne tous les uniques qui tombent si le smart pickit est désactivé..
  6. alkpone

    Back and Forth Issue Poll

    All bot's logic is runned in only one thread. Other threads are for log, GUI, user input... I already though about using a timer, the only issue is that the bot do take decision all the time depending of what's happening around him. I mean, it's not like you thinking "Ok I'll open THAT chest and ignore everything around", the bot is constantly taking new decisions like "Let's click one time in the direction of this chest" then if a monster is close "Let's click one time in the direction of the monster", if the monster is at range "Let's use skill on closest monster". So it's very difficult to control its behaviour in a macro way. "Macro thinking" and "overall estimations" may be the biggest difference between human and machine when talking about intelligence. However I think I found a solution for back and forth between two entities \o/ I'll explain more when it will be implemented, tested and working About the back and forth while exploring only around map corner etc, we are working on it as well but it needs some strong reverse engineering to get Z value of any X,Y pair from the map.
  7. alkpone

    Bot first monster hit 1 time and does nothing else.

    may you share your skills.ini file with us ??
  8. Bot version 0.15g has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.15g Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.15f : Fixed crash caused by bot trying to load stash tabs when entering in an area. Now bot switch stash tab correctly if the one we are using to stash get full.
  9. alkpone

    new version bug/loop stashing issue

    Here's probably the error.. ?
  10. Bot version 0.15f has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.15f Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.15e : Multi-Tab stashing implemented. Fixed wrong item link bug (no more fake 5/6L in your stash!!). Fixed stuck while stashing bug. Added new file "ModsList.html" instead of "ModsList.txt. it's a full list of every item mods in the game (and even more).
  11. As-tu copié des anciens fichiers directement dans la config de cette nouvelle version ? Car pour moi le ramassage d'unique fonctionne très bien.
  12. alkpone

    Back and Forth Issue Poll

    I can't figure out how this could happen : #define STATE_MOVING_DEFAULT_PRIORITY 2 // While exploring #define STATE_PICKUP_DEFAULT_PRIORITY 14 // While moving toward an item
  13. alkpone

    Back and Forth Issue Poll

    It's the case since day 1 lol #define STATE_IDLING_DEFAULT_PRIORITY 1 #define STATE_MOVING_DEFAULT_PRIORITY 2 #define STATE_STASHING_PRIORITY 3 #define STATE_SELLING_ITEM_DEFAULT_PRIORITY 4 #define STATE_IDENTIFYING_ITEM_DEFAULT_PRIORITY 5 #define STATE_ATTACKING_DEFAULT_PRIORITY 6 #define STATE_OPEN_CHEST_DEFAULT_PRIORITY 7 #define STATE_TAKING_TRANSITION_DEFAULT_PRIORITY 9 #define STATE_ACTIVATE_SHRINE_DEFAULT_PRIORITY 10 #define STATE_WEAK_EXIT_TO_LOGIN_DEFAULT_PRIORITY 11 #define STATE_BUFF_DEFAULT_PRIORITY 12 #define STATE_LEVELING_GEMS_DEFAULT_PRIORITY 13 #define STATE_PICKUP_DEFAULT_PRIORITY 14 #define STATE_EMERGENCY_ATTACKING_DEFAULT_PRIORITY 15 #define STATE_DRINKING_POTION_DEFAULT_PRIORITY 16 #define STATE_MENU_DEFAULT_PRIORITY 17 #define STATE_CHICKEN_DEFAULT_PRIORITY 18 #define STATE_WAIT_AFTER_LOADING_PRIORITY 19
  14. alkpone

    Ranged attack problem

    True, another annoying shit to fix !! Thanks for reminding me
  15. alkpone

    Back and Forth Issue Poll

    Help us in the battle against back and forth loop bug by sharing your experience. Thanks !!
  16. Bot version 0.15e has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.15e Antivirus Warning is a false positive resulting from the bot's protection against crackers. Improvements since 0.15d : Updated offsets for Garena version 1.0.6b. Changed stash tab navigation, to prepare update with multi-tab stashing. Added aura_delay key in system.ini file. This is the delay used after casting an aura. Added shift_when_moving key in config.ini file. This can be used to set a skill to move instead of only right clicking while going toward monsters. Fixed item name reading that was broken. Armourer Scrap, Glassblower Bubble and Whetstone are picked again if set in pickit file. Increased delays while selling and stashing. Default startup profile for each computer name. Clear button added for last dropped items. Fixed target selection settings bug in the GUI.
  17. alkpone

    Cant get the bot to pick up new gems

    Looks like there was some issues with item name recognition. I already fixed it for next release.
  18. alkpone

    Alert when GM whispers you

    Yey there are some people here who already started working on the chat messages handling. So it may come, soon or late.
  19. Problem 1: Post your skills.ini file Problem 2: If you got this in your default.ipd file: [Type] == "Scroll of Wisdom" # [StashItem] == "true" // Take all id scroll [Type] == "Portal Scroll" # [StashItem] == "true" // Take all tp scroll And smart pickit activated, should work. Problem 3: Fix the coordinates in coordinates.ini file or finish the quests.
  20. alkpone

    Bot already paid for itself!

    Hehe gratz and thanks for your support !!
  21. alkpone

    Quest Tracking & Sell Coordinates

    I would love to finally hear something smart that would solve everything after being implemented. User already got tons of settings to configure. Something smart would be to find offset for quest tracking and read infos directly from the game
  22. Try 400% in skill range multiplier for monster targeting and tell me
  23. alkpone

    [All my founded Aura Bugs]

    Added new key in system.ini file. ; Set here the delay in ms to wait after casting aura to check it has been properly casted aura_delay=1500 Should be usable in next release.
  24. Blacksun already did it! Wait for next release.
  25. You should try to increase the skill range multiplier for monster targeting. As it multiply the highest range value configured in your skills, if its too low, your issue will occur. But lower is the value and less the back and forth issue will occur. I know it sounds quite complex but it works very good when configured properly. Standard value of 200% is perfect for my spectral throw build (highest range: 300, so bot will only attack monster closer than 200%*300 = 600). Almost no back and forth bug.
×
×
  • Create New...